VirtualBox

Changeset 8754 in vbox for trunk


Ignore:
Timestamp:
May 10, 2008 3:20:34 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
30729
Message:

Added icon to VBoxSVC so we'll look pretty in process explorer and similar.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r8716 r8754  
    253253endif
    254254
    255 win32/VBoxSVC.rc_DEPS   = $(PATH_TARGET)/VBoxSVC.rgs
     255win32/VBoxSVC.rc_INCS   = $(PATH_TARGET)
     256win32/VBoxSVC.rc_DEPS   = $(PATH_TARGET)/VBoxSVC.rgs $(PATH_TARGET)/VBoxSVC-icon.rc
     257win32/VBoxSVC.rc_CLEAN  = $(PATH_TARGET)/VBoxSVC-icon.rc
     258
     259$(PATH_TARGET)/VBoxSVC-icon.rc: Makefile.kmk $(VBOX_WINDOWS_ICON_FILE) | $$(call DIRDEP,$$(@D))
     260        $(RM) -f $@
     261        $(APPEND) $@ '1 ICON DISCARDABLE "$(subst /,\\,$(VBOX_WINDOWS_ICON_FILE))"'
    256262
    257263
  • trunk/src/VBox/Main/win32/VBoxSVC.rc

    r8203 r8754  
    6161END
    6262
     63/* Creates the application icon. */
     64#include "VBoxSVC-icon.rc"
     65
     66
    6367/////////////////////////////////////////////////////////////////////////////
    6468//
Note: See TracChangeset for help on using the changeset viewer.

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