Changeset 26059 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jan 27, 2010 9:27:41 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56978
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
r26058 r26059 83 83 VBoxGuestR3Lib_SOURCES = \ 84 84 VBoxGuestR3Lib.cpp \ 85 VBoxGuestR3LibClipboard.cpp \86 VBoxGuestR3LibCredentials.cpp \87 VBoxGuestR3LibDaemonize.cpp \88 VBoxGuestR3LibGR.cpp \89 $(if $(VBOX_WITH_GUEST_PROPS), \90 VBoxGuestR3LibGuestProp.cpp \91 VBoxGuestR3LibHostVersion.cpp,) \92 VBoxGuestR3LibMouse.cpp \93 VBoxGuestR3LibMisc.cpp \94 VBoxGuestR3LibSeamless.cpp \95 VBoxGuestR3LibTime.cpp \96 VBoxGuestR3LibVideo.cpp \97 VBoxGuestR3LibCpuHotPlug.cpp98 ifeq ($(KBUILD_TARGET),win) ## @todo get rid of this hack (as soon as it's all implemented / #defined).99 VBoxGuestR3Lib_SOURCES = \100 VBoxGuestR3Lib.cpp \101 85 VBoxGuestR3LibCredentials.cpp \ 102 86 VBoxGuestR3LibGR.cpp \ 103 $(if $(VBOX_WITH_GUEST_PROPS), \ 104 VBoxGuestR3LibGuestProp.cpp \ 105 VBoxGuestR3LibHostVersion.cpp,) \ 87 VBoxGuestR3LibTime.cpp \ 106 88 VBoxGuestR3LibMisc.cpp \ 107 VBoxGuestR3LibTime.cpp 89 VBoxGuestR3LibCpuHotPlug.cpp 90 ifneq ($(KBUILD_TARGET),win) ## @todo get rid of this hack (as soon as it's all implemented / #defined). 91 VBoxGuestR3Lib_SOURCES += \ 92 VBoxGuestR3LibDaemonize.cpp \ 93 VBoxGuestR3LibClipboard.cpp \ 94 VBoxGuestR3LibMouse.cpp \ 95 VBoxGuestR3LibSeamless.cpp \ 96 VBoxGuestR3LibVideo.cpp 108 97 endif 109 #VBoxGuestR3LibMisc.cpp uses VBOX_SVN_REV. 98 ifdef VBOX_WITH_GUEST_PROPS 99 VBoxGuestR3Lib_SOURCES += \ 100 VBoxGuestR3LibGuestProp.cpp \ 101 VBoxGuestR3LibHostVersion.cpp 102 endif 110 103 VBoxGuestR3LibMisc.cpp_DEFS = VBOX_SVN_REV=$(VBOX_SVN_REV) 111 104 VBoxGuestR3LibMisc.cpp_DEPS = $(VBOX_SVN_REV_KMK)
Note:
See TracChangeset
for help on using the changeset viewer.