X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/7b5c79f87e8a6bc0fcb1fb4ce197592210aa5228..858d4f32a10d71d009ee0e4bb4c3d7dbef964a67:/icons/Makefile diff --git a/icons/Makefile b/icons/Makefile index 78abb35..05a2037 100644 --- a/icons/Makefile +++ b/icons/Makefile @@ -70,7 +70,7 @@ pegs-ibase.png : override CROP=263x263 147x147+116+0 rect-ibase.png : override CROP=205x205 115x115+90+0 sixteen-ibase.png : override CROP=288x288 144x144+144+144 slant-ibase.png : override CROP=321x321 160x160+160+160 -solo-ibase.png : override CROP=321x321 97x97+16+16 +solo-ibase.png : override CROP=481x481 145x145+24+24 tents-ibase.png : override CROP=320x320 165x165+142+0 twiddle-ibase.png : override CROP=192x192 102x102+69+21 unequal-ibase.png : override CROP=208x208 104x104+104+104 @@ -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