Changeset 29535 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- May 17, 2010 11:57:06 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
r29530 r29535 101 101 VBoxGuestR3LibMisc.cpp \ 102 102 VBoxGuestR3LibStat.cpp \ 103 VBoxGuestR3LibTime.cpp 103 VBoxGuestR3LibTime.cpp \ 104 VBoxGuestR3LibModule.cpp 104 105 ifneq ($(KBUILD_TARGET),win) ## @todo get rid of this hack (as soon as it's all implemented / #defined). 105 106 VBoxGuestR3Lib_SOURCES += \ … … 117 118 VBoxGuestR3Lib_SOURCES += \ 118 119 VBoxGuestR3LibGuestCtrl.cpp 119 endif120 ifdef VBOX_WITH_PAGE_SHARING121 VBoxGuestR3Lib_SOURCES += \122 VBoxGuestR3LibModule.cpp123 120 endif 124 121
Note:
See TracChangeset
for help on using the changeset viewer.