Changeset 12468 in vbox for trunk/Config.kmk
- Timestamp:
- Sep 15, 2008 3:42:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r12450 r12468 347 347 # Enable SMP support in guests 348 348 ##VBOX_WITH_SMP_GUESTS = 1 349 # Allow more than 4G in guests 350 ##VBOX_WITH_MORE_THAN_4GB = 1 349 351 # Enable the host/guest information service (aka guest properties). 350 352 VBOX_WITH_GUEST_PROPS = 1 … … 962 964 ifdef VBOX_WITH_SMP_GUESTS 963 965 DEFS += VBOX_WITH_SMP_GUESTS 966 endif 967 ifdef VBOX_WITH_MORE_THAN_4GB 968 DEFS += VBOX_WITH_MORE_THAN_4GB 964 969 endif 965 970 ifdef VBOX_WITH_HARDENING
Note:
See TracChangeset
for help on using the changeset viewer.