- Timestamp:
- Jun 4, 2007 8:45:47 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r2992 r3009 97 97 VBOX_PATH_DIST = $(patsubst %/,%,$(PATH_INS)/$(INST_DIST)) 98 98 VBOX_PATH_TESTSUITE = $(patsubst %/,%,$(PATH_INS)/$(INST_TESTSUITE)) 99 100 ##VBOX_SIGNING_MODE=release 101 VBOX_PATH_SELFSIGN := $(PATH_DEVTOOLS)/win.x86/selfsign 99 102 100 103 … … 168 171 # build enhanced version of rdesktop 169 172 VBOX_WITH_VRDP_RDESKTOP = 1 170 ifeq ($(filter-out darwin.x86 darwin.amd64 os2.x86 win.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),)173 ##ifeq ($(filter-out darwin.x86 darwin.amd64 os2.x86 win.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),) 171 174 # build the support driver & library without IDT patching. 172 175 ## @todo invert this! 173 176 VBOX_WITHOUT_IDT_PATCHING = 1 174 endif177 ##endif 175 178 # The kernel driver/module and related runtime libraries. 176 179 VBOX_WITH_VBOXDRV = 1 … … 239 242 endif # VBOX_QUICK 240 243 241 # l4 ha veto skip a few things.244 # l4 has to skip a few things. 242 245 ifeq ($(BUILD_TARGET),l4) 243 246 VBOX_WITH_VBOXDRV= … … 251 254 endif 252 255 253 # Darwin ha veto skip a few things at present.256 # Darwin has to skip a few things at present. 254 257 ifeq ($(BUILD_TARGET),darwin) 255 258 # Internal networking requires testing and possibly proper ring-3/ring0 separation.
Note:
See TracChangeset
for help on using the changeset viewer.