Changeset 8749 in vbox
- Timestamp:
- May 10, 2008 2:58:37 AM (17 years ago)
- Location:
- trunk/src/VBox/Frontends/VBoxSDL
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxSDL/Makefile.kmk
r8155 r8749 44 44 win32/TitlebarButtons.cpp \ 45 45 win32/VBoxSDL.rc 46 win32/VBoxSDL.rc_DEPS = $(PATH_VBoxSDL)/VBoxSDL-icon.rc 47 win32/VBoxSDL.rc_CLEAN = $(PATH_VBoxSDL)/VBoxSDL-icon.rc 46 48 endif 47 49 … … 155 157 $(QUIET)$(VBOX_BIN2C) Ico64x01 $< $@ 156 158 159 # Icon include file. 160 $(PATH_VBoxSDL)/VBoxSDL-icon.rc: $(PATH_SUB_CURRENT)/win32/VBoxSDL.rc Makefile.kmk | $$(call DIRDEP,$$(@D)) 161 $(RM) -f $@ 162 $(APPEND) $@ 'IDI_VIRTUALBOX ICON DISCARDABLE "$(subst /,\\,$(VBOX_WINDOWS_ICON_FILE))"' 163
Note:
See TracChangeset
for help on using the changeset viewer.