Changeset 10797 in vbox for trunk/src/VBox/Additions/common/VBoxControl/Makefile.kmk
- Timestamp:
- Jul 22, 2008 8:12:42 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33575
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/Makefile.kmk
r10127 r10797 33 33 PROGRAMS += VBoxControl 34 34 VBoxControl_TEMPLATE = VBOXGUESTR3EXE 35 ifdef VBOX_WITH_INFO_SVC 36 VBoxControl_DEFS += VBOX_HGCM VBOX_WITH_INFO_SVC 35 ifeq ($(KBUILD_TARGET),win) 36 ifdef VBOX_SIGN_ADDITIONS # (See the main Windows Additions makefile.) 37 VBoxControl_NOINST = true 38 endif 37 39 endif 40 VBoxControl_DEFS += \ 41 $(if $(VBOX_WITH_GUEST_PROPS),VBOX_WITH_GUEST_PROPS VBOX_HGCM,) 38 42 VBoxControl_SOURCES = \ 39 43 VBoxControl.cpp \ 40 44 VBoxControlSVN.cpp 45 VBoxControl_SOURCES.win = \ 46 VBoxControl.rc 41 47 VBoxControl_LIBS = \ 42 48 $(VBOX_LIB_IPRT_GUEST_R3) \
Note:
See TracChangeset
for help on using the changeset viewer.