Changeset 28251 in vbox for trunk/src/VBox
- Timestamp:
- Apr 13, 2010 2:05:25 PM (15 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxService
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r28176 r28251 45 45 endif 46 46 endif 47 ifdef VBOX_WITH_PAGE_SHARING 48 VBoxService_DEFS += VBOX_WITH_PAGE_SHARING 49 endif 47 50 if1of ($(KBUILD_TARGET), linux) 48 51 VBoxService_DEFS += VBOXSERVICE_CPUHOTPLUG … … 59 62 VBoxServiceControl.cpp \ 60 63 VBoxServiceControlExec.cpp 64 endif 65 ifdef VBOX_WITH_PAGE_SHARING 66 VBoxService_SOURCES += \ 67 VBoxServicePageSharing.cpp \ 61 68 endif 62 69 ifdef VBOX_WITH_GUEST_PROPS -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
r28119 r28251 191 191 extern VBOXSERVICE g_VMStatistics; 192 192 #endif 193 #ifdef VBOX_WITH_PAGE_SHARING 194 extern VBOXSERVICE g_PageSharing; 195 #endif 193 196 194 197 #ifdef RT_OS_WINDOWS
Note:
See TracChangeset
for help on using the changeset viewer.