Changeset 82762 in vbox for trunk/src/VBox/Additions/WINNT/tools
- Timestamp:
- Jan 15, 2020 12:47:08 AM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 135712
- Location:
- trunk/src/VBox/Additions/WINNT/tools
- Files:
-
- 2 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/tools/Makefile.kmk
r77769 r82762 26 26 VBoxCertUtil_TEMPLATE = VBoxGuestR3Exe 27 27 VBoxCertUtil_SOURCES = \ 28 VBoxCertUtil.cpp \ 29 VBoxCertUtil.rc 28 VBoxCertUtil.cpp 30 29 VBoxCertUtil_LIBS = \ 31 30 crypt32.lib 32 33 # The icon is configurable. 34 VBoxCertUtil.rc_INCS = $(VBoxCertUtil_0_OUTDIR) 35 VBoxCertUtil.rc_DEPS = $(VBoxCertUtil_0_OUTDIR)/VBoxCertUtil-win-icon.rc 36 VBoxCertUtil.rc_CLEAN = $(VBoxCertUtil_0_OUTDIR)/VBoxCertUtil-win-icon.rc 37 38 # Icon include file. 39 $$(VBoxCertUtil_0_OUTDIR)/VBoxCertUtil-win-icon.rc: $(VBOX_WINDOWS_ADDITIONS_ICON_FILE) $$(VBoxCertUtil_DEFPATH)/Makefile.kmk | $$(dir $$@) 40 $(RM) -f $@ 41 $(APPEND) $@ 'IDI_VIRTUALBOX ICON DISCARDABLE "$(subst /,\\,$(VBOX_WINDOWS_ADDITIONS_ICON_FILE))"' 31 $(call VBOX_SET_VER_INFO_EXE,VBoxCertUtil,VirtualBox Certificate Utility,$(VBOX_WINDOWS_ADDITIONS_ICON_FILE)) 42 32 43 33
Note:
See TracChangeset
for help on using the changeset viewer.