VirtualBox

Changeset 42939 in vbox for trunk/src


Ignore:
Timestamp:
Aug 23, 2012 10:47:09 AM (12 years ago)
Author:
vboxsync
Message:

VBoxCertUtil: Added version information to file properties, use the GA icon.

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  
    2121
    2222VBoxCertUtil_TEMPLATE = NewVBoxGuestR3Exe
    23 VBoxCertUtil_SOURCES = VBoxCertUtil.cpp
     23VBoxCertUtil_SOURCES = \
     24    VBoxCertUtil.cpp \
     25    VBoxCertUtil.rc
    2426VBoxCertUtil_LIBS = \
    2527    crypt32.lib
    2628
     29#
     30# The icon is configurable.
     31#
     32VBoxCertUtil.rc_INCS = $(VBoxCertUtil_0_OUTDIR)
     33VBoxCertUtil.rc_DEPS = $(VBoxCertUtil_0_OUTDIR)/VBoxCertUtil-win-icon.rc
     34VBoxCertUtil.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
    2741include $(FILE_KBUILD_SUB_FOOTER)
    2842
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette