X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/7b5c79f87e8a6bc0fcb1fb4ce197592210aa5228..be39fd6df763fafcc07131d46fa4a3bd59245b64:/icons/Makefile diff --git a/icons/Makefile b/icons/Makefile index 78abb35..3ab0e99 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -126,7 +126,8 @@ $(ICONS): %.ico: %-48d24.png %-48d8.png %-48d4.png \ # Build the .RC files which bind the icons into the applications. $(RC): %.rc: - echo '200 ICON "$*.ico"' > $@ + echo '#include "puzzles.rc2"' > $@ + echo '200 ICON "$*.ico"' >> $@ # Build the GTK icon source files. $(CICONS): %-icon.c: %-16d24.png %-32d24.png %-48d24.png