Changeset 42239 in vbox for trunk/src/VBox/Additions/common/VBoxControl/Makefile.kmk
- Timestamp:
- Jul 19, 2012 8:40:31 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 79283
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/Makefile.kmk
r41972 r42239 26 26 # 27 27 PROGRAMS += VBoxControl 28 VBoxControl_TEMPLATE = VBOXGUESTR3EXE28 VBoxControl_TEMPLATE = NewVBoxGuestR3Exe 29 29 ifeq ($(KBUILD_TARGET),win) 30 30 ifdef VBOX_SIGN_ADDITIONS # (See the main Windows Additions makefile.) … … 43 43 VBoxControl_SOURCES.win = \ 44 44 VBoxControl.rc 45 VBoxControl_LIBS = \46 $(VBOX_LIB_IPRT_GUEST_R3) \47 $(VBOX_LIB_VBGL_R3) \48 $(VBOX_LIB_IPRT_GUEST_R3)49 45 50 46 include $(FILE_KBUILD_SUB_FOOTER)
Note:
See TracChangeset
for help on using the changeset viewer.