- Timestamp:
- Jun 24, 2009 8:40:04 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r20521 r20882 65 65 $(if $(VBOX_WITH_HOSTNETIF_API),VBOX_WITH_HOSTNETIF_API,) 66 66 67 if1of ($(KBUILD_TARGET), linux freebsd solaris) 68 VBOX_MAIN_DEFS += VBOX_MAIN_USE_SEMRW 69 #else 70 # if1of ($(VBOX_VERSION_BUILD),1 3 5 7 9) 71 # VBOX_MAIN_DEFS += VBOX_MAIN_AUTOLOCK_TRAP 72 # endif 73 endif 67 # Unconditionally use the RW semaphores from IPRT in AutoLock 68 VBOX_MAIN_DEFS += VBOX_MAIN_USE_SEMRW 74 69 75 70 # Unconditionally enable the new semaphore key generation code
Note:
See TracChangeset
for help on using the changeset viewer.