- Timestamp:
- Sep 10, 2008 11:37:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r12322 r12344 341 341 endif 342 342 # Enable SMP support in guests 343 VBOX_WITH_SMP_GUESTS = 0 343 ##VBOX_WITH_SMP_GUESTS = 1 344 344 # Enable the host/guest information service (aka guest properties). 345 345 VBOX_WITH_GUEST_PROPS = 1 … … 953 953 DEFS += VBOX_WITH_64_BITS_GUESTS 954 954 endif 955 if def VBOX_WITH_SMP_GUESTS956 DEFS += VBOX_WITH_SMP_GUESTS955 if VBOX_WITH_SMP_GUESTS == 1 956 ## DEFS += VBOX_WITH_SMP_GUESTS 957 957 endif 958 958 ifdef VBOX_WITH_HARDENING
Note:
See TracChangeset
for help on using the changeset viewer.