- Timestamp:
- Jun 4, 2007 8:57:11 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r3009 r3010 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=release101 VBOX_PATH_SELFSIGN := $(PATH_DEVTOOLS)/win.x86/selfsign102 99 103 100 … … 171 168 # build enhanced version of rdesktop 172 169 VBOX_WITH_VRDP_RDESKTOP = 1 173 ##ifeq ($(filter-out darwin.x86 darwin.amd64 os2.x86 win.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),)170 ifeq ($(filter-out darwin.x86 darwin.amd64 os2.x86 win.amd64,$(BUILD_TARGET).$(BUILD_TARGET_ARCH)),) 174 171 # build the support driver & library without IDT patching. 175 172 ## @todo invert this! 176 173 VBOX_WITHOUT_IDT_PATCHING = 1 177 ##endif174 endif 178 175 # The kernel driver/module and related runtime libraries. 179 176 VBOX_WITH_VBOXDRV = 1 … … 242 239 endif # VBOX_QUICK 243 240 244 # l4 ha sto skip a few things.241 # l4 have to skip a few things. 245 242 ifeq ($(BUILD_TARGET),l4) 246 243 VBOX_WITH_VBOXDRV= … … 254 251 endif 255 252 256 # Darwin ha sto skip a few things at present.253 # Darwin have to skip a few things at present. 257 254 ifeq ($(BUILD_TARGET),darwin) 258 255 # Internal networking requires testing and possibly proper ring-3/ring0 separation.
Note:
See TracChangeset
for help on using the changeset viewer.