Changeset 33677 in vbox
- Timestamp:
- Nov 2, 2010 9:49:13 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Config.kmk (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r33590 r33677 146 146 147 147 # Major version. 148 VBOX_VERSION_MAJOR = 3148 VBOX_VERSION_MAJOR = 4 149 149 # Minor version. 150 VBOX_VERSION_MINOR = 2150 VBOX_VERSION_MINOR = 0 151 151 # This is the current build number. It should be increased every time we publish a 152 152 # new build. The define is available in every source file. Only even build numbers 153 153 # will be published, odd numbers are set during development. 154 VBOX_VERSION_BUILD = 51154 VBOX_VERSION_BUILD = 0 155 155 # Full version string (may include more than just x.y.z, but no spaces or other problematic chars). 156 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD) 156 VBOX_VERSION_STRING = $(VBOX_VERSION_MAJOR).$(VBOX_VERSION_MINOR).$(VBOX_VERSION_BUILD)_ALPHA 157 157 # Force the additions.sh script to get an exact additions build when we're doing the release. 158 158 159 159 ifeq ($(int-mod $(VBOX_VERSION_BUILD),2),0) 160 export VBOX_ADDITIONS_SH_MODE = release161 export VBOX_DOCUMENTATION_SH_MODE = release162 export VBOX_EFI_SH_MODE = release160 # export VBOX_ADDITIONS_SH_MODE = release 161 # export VBOX_DOCUMENTATION_SH_MODE = release 162 # export VBOX_EFI_SH_MODE = release 163 163 endif 164 164 … … 344 344 VBOX_WITH_INTERNAL_NETWORKING = 1 345 345 # Enable Host Guest Shared Memory Interface 346 VBOX_WITH_HGSMI =1346 VBOX_WITH_HGSMI = 1 347 347 # Enable Video 2D Acceleration 348 348 if1of ($(KBUILD_TARGET), darwin linux win freebsd) … … 351 351 # Enable Wddm Video driver for Vista+ guests 352 352 VBOX_WITH_WDDM = 1 353 VBOXWDDM_WITH_VBVA =1354 VBOX_WITH_VDMA =1355 VBOX_WITH_CRHGSMI =1353 VBOXWDDM_WITH_VBVA = 1 354 VBOX_WITH_VDMA = 1 355 VBOX_WITH_CRHGSMI = 1 356 356 # Enable VBVA lock 357 357 VBOX_WITH_OLD_VBVA_LOCK = 1 … … 377 377 VBOX_WITH_PDM_ASYNC_COMPLETION = 1 378 378 # Temporary switch for enabling / disabling the new USB code on Darwin. 379 VBOX_WITH_NEW_USB_CODE_ON_DARWIN =1379 VBOX_WITH_NEW_USB_CODE_ON_DARWIN = 1 380 380 ifdef VBOX_WITH_USB 381 381 VBOX_WITH_VUSB = 1 … … 383 383 # Enable the hal/sysfs USB code on Linux. 384 384 ifeq ($(KBUILD_TARGET),linux) 385 VBOX_USB_WITH_SYSFS =1385 VBOX_USB_WITH_SYSFS = 1 386 386 # Disabled for now 387 # VBOX_USB_WITH_DBUS =1388 VBOX_USB_WITH_INOTIFY =1387 # VBOX_USB_WITH_DBUS = 1 388 VBOX_USB_WITH_INOTIFY = 1 389 389 endif 390 390 # Use the new VBI module on Solaris. … … 620 620 # Because of the setuid usage on all ELF platforms when hardening the build 621 621 # things gets a bit complicated since the $ORIGIN+setuid policy differs. 622 #VBOX_WITH_ORIGIN =1622 #VBOX_WITH_ORIGIN = 1 623 623 ifndef VBOX_WITH_HARDENING 624 624 if1of ($(KBUILD_TARGET), linux solaris) … … 1000 1000 # is enabled. 1001 1001 if defined(VBOX_WITH_VIDEOHWACCEL) && defined(VBOX_WITH_QTGUI) 1002 VBOX_GUI_USE_QGL =11002 VBOX_GUI_USE_QGL = 1 1003 1003 else 1004 1004 VBOX_GUI_USE_QGL= … … 2171 2171 # Build entire openssl library, not just the minimal subset. 2172 2172 if1of ($(KBUILD_TARGET), linux solaris) 2173 VBOX_OPENSSL_ALL =12173 VBOX_OPENSSL_ALL = 1 2174 2174 endif 2175 2175
Note:
See TracChangeset
for help on using the changeset viewer.

