Changeset 22551 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 28, 2009 1:13:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r22503 r22551 49 49 ifdef VBOX_WITH_GUEST_PROPS 50 50 VBoxService_SOURCES.win = \ 51 VBoxServiceVMInfo-win.cpp \ 51 VBoxServiceVMInfo-win.cpp 52 VBoxService_SOURCES += \ 53 VBoxServiceVMInfo.cpp 54 if1of ($(KBUILD_TARGET), win) 55 VBoxService_SOURCES += \ 52 56 VBoxServiceExec.cpp 53 VBoxService_SOURCES += \ 54 VBoxServiceVMInfo.cpp 57 endif 55 58 endif 56 59 VBoxService_SOURCES.win += \
Note:
See TracChangeset
for help on using the changeset viewer.