Changeset 80977 in vbox
- Timestamp:
- Sep 24, 2019 2:05:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r80972 r80977 632 632 # Whether to generate a database of USB vendor IDs and device IDs into VBoxSVC. 633 633 VBOX_WITH_MAIN_USB_ID_DATABASE = 1 634 # The recompiler. 635 if !defined(VBOX_WITH_NEW_XCODE) || "$(KBUILD_TARGET)" != "darwin" 636 ifn1of ($(KBUILD_TARGET), win) 637 VBOX_WITH_REM = 1 638 endif 639 endif 634 ## The recompiler - Dropped in 6.1. 635 #if !defined(VBOX_WITH_NEW_XCODE) || "$(KBUILD_TARGET)" != "darwin" 636 # VBOX_WITH_REM = 1 637 #endif 640 638 # Set this to prefix all C symbols in XPCOM, to avoid dynamic linking problems 641 639 # caused by our XPCOM library polluting the symbol namespace for system libs.
Note:
See TracChangeset
for help on using the changeset viewer.