Changeset 29531 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 17, 2010 11:33:43 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r29313 r29531 44 44 VBoxService_DEFS += VBOX_WITH_MEMBALLOON 45 45 endif 46 if def VBOX_WITH_PAGE_SHARING46 if1of ($(KBUILD_TARGET), win) 47 47 VBoxService_DEFS += VBOX_WITH_PAGE_SHARING 48 48 endif … … 65 65 VBoxServiceBalloon.cpp 66 66 endif 67 if def VBOX_WITH_PAGE_SHARING67 if1of ($(KBUILD_TARGET), win) 68 68 VBoxService_SOURCES += \ 69 69 VBoxServicePageSharing.cpp
Note:
See TracChangeset
for help on using the changeset viewer.