Changeset 28739 in vbox
- Timestamp:
- Apr 26, 2010 10:08:55 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r28673 r28739 485 485 VBOX_WITH_GUEST_CONTROL = 1 486 486 endif 487 # Enable ballooning 488 VBOX_WITH_MEMBALLOON = 1 487 489 # Enable crOpenGL service 488 490 if1of ($(KBUILD_TARGET), darwin freebsd linux solaris win) -
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r28736 r28739 28 28 PROGRAMS += VBoxService 29 29 PROGRAMS.win.x86 += VBoxServiceNT 30 31 # Hack. Should be in Config.kmk later!32 VBOX_WITH_MEMBALLOON := 133 30 34 31 #
Note:
See TracChangeset
for help on using the changeset viewer.