- Timestamp:
- May 10, 2008 3:20:34 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30729
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r8716 r8754 253 253 endif 254 254 255 win32/VBoxSVC.rc_DEPS = $(PATH_TARGET)/VBoxSVC.rgs 255 win32/VBoxSVC.rc_INCS = $(PATH_TARGET) 256 win32/VBoxSVC.rc_DEPS = $(PATH_TARGET)/VBoxSVC.rgs $(PATH_TARGET)/VBoxSVC-icon.rc 257 win32/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))"' 256 262 257 263 -
trunk/src/VBox/Main/win32/VBoxSVC.rc
r8203 r8754 61 61 END 62 62 63 /* Creates the application icon. */ 64 #include "VBoxSVC-icon.rc" 65 66 63 67 ///////////////////////////////////////////////////////////////////////////// 64 68 //
Note:
See TracChangeset
for help on using the changeset viewer.