VirtualBox

Changeset 8751 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
May 10, 2008 3:10:52 AM (17 years ago)
Author:
vboxsync
Message:

Use the icon in Artwork.

Location:
trunk/src/VBox/Additions/WINNT/VBoxService
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxService/Makefile.kmk

    r8155 r8751  
    4242        helpers.cpp \
    4343        VBoxService.rc
     44
    4445VBoxService_LIBS     = \
    4546        $(PATH_LIB)/additions/RuntimeW32GuestR3.lib
     
    4950VBoxService.cpp_DEPS = $(VBOX_SVN_REV_KMK)
    5051
     52# The icon location is configurable.
     53VBoxService.rc_INCS = $(PATH_VBoxService)
     54VBoxService.rc_DEPS = $(PATH_VBoxService)/VBoxService-icon.rc
     55VBoxService.rc_CLEAN = $(PATH_VBoxService)/VBoxService-icon.rc
     56
     57
    5158include $(PATH_KBUILD)/subfooter.kmk
    5259
     60# Icon include file.
     61$(PATH_VBoxService)/VBoxService-icon.rc: $(VBOX_WINDOWS_ICON_FILE) Makefile.kmk | $$(call DIRDEP,$$(@D))
     62        $(RM) -f $@
     63        $(APPEND) $@ 'IDI_VIRTUALBOX ICON DISCARDABLE "$(subst /,\\,$(VBOX_WINDOWS_ICON_FILE))"'
     64
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