diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-02-27 20:49:40 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-02-27 20:49:40 +0000 |
| commit | 1dc3ce6d90c75f1a6b2e19cdaf5a3c0f92aaac05 (patch) | |
| tree | 801e1a258c894f4e8d0f164be1d069086c9e6e55 | |
| parent | 650929a57fb5f075c6bfe17c351e672839744ca8 (diff) | |
| download | puzzles-1dc3ce6d90c75f1a6b2e19cdaf5a3c0f92aaac05.zip puzzles-1dc3ce6d90c75f1a6b2e19cdaf5a3c0f92aaac05.tar.gz puzzles-1dc3ce6d90c75f1a6b2e19cdaf5a3c0f92aaac05.tar.bz2 puzzles-1dc3ce6d90c75f1a6b2e19cdaf5a3c0f92aaac05.tar.xz | |
Create a blank .rc file to be used in the absence of icons/foo.rc.
This means that puzzles.rc2 is always included in all Windows and
PocketPC builds, which in turn means that I should be able to start
filling it full of VERSIONINFO and have that reliably included as
well.
[originally from svn r7339]
| -rw-r--r-- | blackbox.R | 2 | ||||
| -rw-r--r-- | bridges.R | 2 | ||||
| -rw-r--r-- | cube.R | 2 | ||||
| -rw-r--r-- | dominosa.R | 2 | ||||
| -rw-r--r-- | fifteen.R | 2 | ||||
| -rw-r--r-- | filling.R | 2 | ||||
| -rw-r--r-- | flip.R | 2 | ||||
| -rw-r--r-- | galaxies.R | 2 | ||||
| -rw-r--r-- | guess.R | 2 | ||||
| -rw-r--r-- | inertia.R | 2 | ||||
| -rw-r--r-- | lightup.R | 2 | ||||
| -rw-r--r-- | loopy.R | 2 | ||||
| -rw-r--r-- | map.R | 2 | ||||
| -rw-r--r-- | mines.R | 2 | ||||
| -rw-r--r-- | net.R | 2 | ||||
| -rw-r--r-- | netslide.R | 2 | ||||
| -rw-r--r-- | noicon.rc | 3 | ||||
| -rw-r--r-- | nullgame.R | 2 | ||||
| -rw-r--r-- | pattern.R | 2 | ||||
| -rw-r--r-- | pegs.R | 2 | ||||
| -rw-r--r-- | rect.R | 2 | ||||
| -rw-r--r-- | samegame.R | 2 | ||||
| -rw-r--r-- | sixteen.R | 2 | ||||
| -rw-r--r-- | slant.R | 2 | ||||
| -rw-r--r-- | solo.R | 2 | ||||
| -rw-r--r-- | tents.R | 2 | ||||
| -rw-r--r-- | twiddle.R | 2 | ||||
| -rw-r--r-- | unequal.R | 2 | ||||
| -rw-r--r-- | untangle.R | 2 |
29 files changed, 31 insertions, 28 deletions
@@ -2,7 +2,7 @@ blackbox : [X] GTK COMMON blackbox blackbox-icon|no-icon -blackbox : [G] WINDOWS COMMON blackbox blackbox.res? +blackbox : [G] WINDOWS COMMON blackbox blackbox.res|noicon.res ALL += blackbox @@ -4,7 +4,7 @@ BRIDGES = bridges dsf bridges : [X] GTK COMMON BRIDGES bridges-icon|no-icon -bridges : [G] WINDOWS COMMON BRIDGES bridges.res? +bridges : [G] WINDOWS COMMON BRIDGES bridges.res|noicon.res ALL += BRIDGES @@ -2,7 +2,7 @@ cube : [X] GTK COMMON cube cube-icon|no-icon -cube : [G] WINDOWS COMMON cube cube.res? +cube : [G] WINDOWS COMMON cube cube.res|noicon.res ALL += cube @@ -2,7 +2,7 @@ dominosa : [X] GTK COMMON dominosa dominosa-icon|no-icon -dominosa : [G] WINDOWS COMMON dominosa dominosa.res? +dominosa : [G] WINDOWS COMMON dominosa dominosa.res|noicon.res ALL += dominosa @@ -2,7 +2,7 @@ fifteen : [X] GTK COMMON fifteen fifteen-icon|no-icon -fifteen : [G] WINDOWS COMMON fifteen fifteen.res? +fifteen : [G] WINDOWS COMMON fifteen fifteen.res|noicon.res ALL += fifteen @@ -7,7 +7,7 @@ fillingsolver : [C] filling[STANDALONE_SOLVER] dsf STANDALONE filling : [X] GTK COMMON FILLING filling-icon|no-icon -filling : [G] WINDOWS COMMON FILLING filling.res? +filling : [G] WINDOWS COMMON FILLING filling.res|noicon.res ALL += filling @@ -4,7 +4,7 @@ FLIP = flip tree234 flip : [X] GTK COMMON FLIP flip-icon|no-icon -flip : [G] WINDOWS COMMON FLIP flip.res? +flip : [G] WINDOWS COMMON FLIP flip.res|noicon.res ALL += FLIP @@ -4,7 +4,7 @@ GALAXIES = galaxies dsf galaxies : [X] GTK COMMON GALAXIES galaxies-icon|no-icon -galaxies : [G] WINDOWS COMMON GALAXIES galaxies.res? +galaxies : [G] WINDOWS COMMON GALAXIES galaxies.res|noicon.res galaxiessolver : [U] galaxies[STANDALONE_SOLVER] dsf STANDALONE m.lib galaxiessolver : [C] galaxies[STANDALONE_SOLVER] dsf STANDALONE @@ -2,7 +2,7 @@ guess : [X] GTK COMMON guess guess-icon|no-icon -guess : [G] WINDOWS COMMON guess guess.res? +guess : [G] WINDOWS COMMON guess guess.res|noicon.res ALL += guess @@ -2,7 +2,7 @@ inertia : [X] GTK COMMON inertia inertia-icon|no-icon -inertia : [G] WINDOWS COMMON inertia inertia.res? +inertia : [G] WINDOWS COMMON inertia inertia.res|noicon.res ALL += inertia @@ -4,7 +4,7 @@ LIGHTUP = lightup combi lightup : [X] GTK COMMON LIGHTUP lightup-icon|no-icon -lightup : [G] WINDOWS COMMON LIGHTUP lightup.res? +lightup : [G] WINDOWS COMMON LIGHTUP lightup.res|noicon.res lightupsolver : [U] lightup[STANDALONE_SOLVER] combi STANDALONE lightupsolver : [C] lightup[STANDALONE_SOLVER] combi STANDALONE @@ -4,7 +4,7 @@ LOOPY = loopy tree234 dsf loopy : [X] GTK COMMON LOOPY loopy-icon|no-icon -loopy : [G] WINDOWS COMMON LOOPY loopy.res? +loopy : [G] WINDOWS COMMON LOOPY loopy.res|noicon.res ALL += LOOPY @@ -4,7 +4,7 @@ MAP = map dsf map : [X] GTK COMMON MAP map-icon|no-icon -map : [G] WINDOWS COMMON MAP map.res? +map : [G] WINDOWS COMMON MAP map.res|noicon.res mapsolver : [U] map[STANDALONE_SOLVER] dsf STANDALONE m.lib mapsolver : [C] map[STANDALONE_SOLVER] dsf STANDALONE @@ -4,7 +4,7 @@ MINES = mines tree234 mines : [X] GTK COMMON MINES mines-icon|no-icon -mines : [G] WINDOWS COMMON MINES mines.res? +mines : [G] WINDOWS COMMON MINES mines.res|noicon.res mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE @@ -6,7 +6,7 @@ net : [X] GTK COMMON NET net-icon|no-icon # The Windows Net shouldn't be called `net.exe' since Windows # already has a reasonably important utility program by that name! -netgame : [G] WINDOWS COMMON NET net.res? +netgame : [G] WINDOWS COMMON NET net.res|noicon.res ALL += NET @@ -4,7 +4,7 @@ NETSLIDE = netslide tree234 netslide : [X] GTK COMMON NETSLIDE netslide-icon|no-icon -netslide : [G] WINDOWS COMMON NETSLIDE netslide.res? +netslide : [G] WINDOWS COMMON NETSLIDE netslide.res|noicon.res ALL += NETSLIDE diff --git a/noicon.rc b/noicon.rc new file mode 100644 index 0000000..26a70db --- /dev/null +++ b/noicon.rc @@ -0,0 +1,3 @@ +/* Puzzle resource file without an icon, used in the absence of icons/foo.rc */ + +#include "puzzles.rc2" @@ -9,4 +9,4 @@ # ever fails to compile, so it's important that it should actually # be built on a regular basis. nullgame : [X] GTK COMMON nullgame nullgame-icon|no-icon -nullgame : [G] WINDOWS COMMON nullgame nullgame.res? +nullgame : [G] WINDOWS COMMON nullgame nullgame.res|noicon.res @@ -2,7 +2,7 @@ pattern : [X] GTK COMMON pattern pattern-icon|no-icon -pattern : [G] WINDOWS COMMON pattern pattern.res? +pattern : [G] WINDOWS COMMON pattern pattern.res|noicon.res patternsolver : [U] pattern[STANDALONE_SOLVER] STANDALONE patternsolver : [C] pattern[STANDALONE_SOLVER] STANDALONE @@ -4,7 +4,7 @@ PEGS = pegs tree234 pegs : [X] GTK COMMON PEGS pegs-icon|no-icon -pegs : [G] WINDOWS COMMON PEGS pegs.res? +pegs : [G] WINDOWS COMMON PEGS pegs.res|noicon.res ALL += PEGS @@ -2,7 +2,7 @@ rect : [X] GTK COMMON rect rect-icon|no-icon -rect : [G] WINDOWS COMMON rect rect.res? +rect : [G] WINDOWS COMMON rect rect.res|noicon.res ALL += rect @@ -2,7 +2,7 @@ samegame : [X] GTK COMMON samegame samegame-icon|no-icon -samegame : [G] WINDOWS COMMON samegame samegame.res? +samegame : [G] WINDOWS COMMON samegame samegame.res|noicon.res ALL += samegame @@ -2,7 +2,7 @@ sixteen : [X] GTK COMMON sixteen sixteen-icon|no-icon -sixteen : [G] WINDOWS COMMON sixteen sixteen.res? +sixteen : [G] WINDOWS COMMON sixteen sixteen.res|noicon.res ALL += sixteen @@ -4,7 +4,7 @@ SLANT = slant dsf slant : [X] GTK COMMON SLANT slant-icon|no-icon -slant : [G] WINDOWS COMMON SLANT slant.res? +slant : [G] WINDOWS COMMON SLANT slant.res|noicon.res slantsolver : [U] slant[STANDALONE_SOLVER] dsf STANDALONE slantsolver : [C] slant[STANDALONE_SOLVER] dsf STANDALONE @@ -2,7 +2,7 @@ solo : [X] GTK COMMON solo solo-icon|no-icon -solo : [G] WINDOWS COMMON solo solo.res? +solo : [G] WINDOWS COMMON solo solo.res|noicon.res solosolver : [U] solo[STANDALONE_SOLVER] STANDALONE solosolver : [C] solo[STANDALONE_SOLVER] STANDALONE @@ -4,7 +4,7 @@ TENTS = tents maxflow tents : [X] GTK COMMON TENTS tents-icon|no-icon -tents : [G] WINDOWS COMMON TENTS tents.res? +tents : [G] WINDOWS COMMON TENTS tents.res|noicon.res ALL += TENTS @@ -2,7 +2,7 @@ twiddle : [X] GTK COMMON twiddle twiddle-icon|no-icon -twiddle : [G] WINDOWS COMMON twiddle twiddle.res? +twiddle : [G] WINDOWS COMMON twiddle twiddle.res|noicon.res ALL += twiddle @@ -4,7 +4,7 @@ UNEQUAL = unequal latin tree234 maxflow unequal : [X] GTK COMMON UNEQUAL unequal-icon|no-icon -unequal : [G] WINDOWS COMMON UNEQUAL unequal.res? +unequal : [G] WINDOWS COMMON UNEQUAL unequal.res|noicon.res unequalsolver : [U] unequal[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] tree234 maxflow STANDALONE unequalsolver : [C] unequal[STANDALONE_SOLVER] latin[STANDALONE_SOLVER] tree234 maxflow STANDALONE @@ -4,7 +4,7 @@ UNTANGLE = untangle tree234 untangle : [X] GTK COMMON UNTANGLE untangle-icon|no-icon -untangle : [G] WINDOWS COMMON UNTANGLE untangle.res? +untangle : [G] WINDOWS COMMON UNTANGLE untangle.res|noicon.res ALL += UNTANGLE |