- Timestamp:
- Aug 23, 2012 10:47:09 AM (12 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/tools
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/tools/Makefile.kmk
r42239 r42939 21 21 22 22 VBoxCertUtil_TEMPLATE = NewVBoxGuestR3Exe 23 VBoxCertUtil_SOURCES = VBoxCertUtil.cpp 23 VBoxCertUtil_SOURCES = \ 24 VBoxCertUtil.cpp \ 25 VBoxCertUtil.rc 24 26 VBoxCertUtil_LIBS = \ 25 27 crypt32.lib 26 28 29 # 30 # The icon is configurable. 31 # 32 VBoxCertUtil.rc_INCS = $(VBoxCertUtil_0_OUTDIR) 33 VBoxCertUtil.rc_DEPS = $(VBoxCertUtil_0_OUTDIR)/VBoxCertUtil-win-icon.rc 34 VBoxCertUtil.rc_CLEAN = $(VBoxCertUtil_0_OUTDIR)/VBoxCertUtil-win-icon.rc 35 36 # Icon include file. 37 $$(VBoxCertUtil_0_OUTDIR)/VBoxCertUtil-win-icon.rc: $(VBOX_WINDOWS_ADDITIONS_ICON_FILE) $$(VBoxCertUtil_DEFPATH)/Makefile.kmk | $$(dir $$@) 38 $(RM) -f $@ 39 $(APPEND) $@ 'IDI_VIRTUALBOX ICON DISCARDABLE "$(subst /,\\,$(VBOX_WINDOWS_ADDITIONS_ICON_FILE))"' 40 27 41 include $(FILE_KBUILD_SUB_FOOTER) 28 42
Note:
See TracChangeset
for help on using the changeset viewer.