Changeset 6996 in vbox for trunk/src/VBox
- Timestamp:
- Feb 18, 2008 3:05:10 PM (17 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r6977 r6996 47 47 48 48 49 ## 50 ## Enable the pdm lock (experimental). 51 ## 52 #DEFS += VBOX_WITH_PDM_LOCK 49 # 50 # Enable the pdm lock (experimental). 51 # 52 ifdef VBOX_WITH_PDM_LOCK 53 DEFS += VBOX_WITH_PDM_LOCK 54 endif 53 55 54 56 -
trunk/src/VBox/VMM/Makefile.kmk
r6581 r6996 21 21 ## @todo get rid of these. 22 22 # Enable the PDM lock. 23 #DEFS += VBOX_WITH_PDM_LOCK 23 ifdef VBOX_WITH_PDM_LOCK 24 DEFS += VBOX_WITH_PDM_LOCK 25 endif 24 26 ifdef VBOX_WITH_INTERNAL_NETWORKING 25 27 DEFS += VBOX_WITH_INTERNAL_NETWORKING
Note:
See TracChangeset
for help on using the changeset viewer.