Bring .R files for nullgame and unfinished puzzles up to date with the rest of
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Fri, 29 Dec 2006 22:43:47 +0000 (22:43 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Fri, 29 Dec 2006 22:43:47 +0000 (22:43 +0000)
the world (by adding icon support).

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@7038 cda61777-01e9-0310-a592-d414129be87e

nullgame.R
unfinished/pearl.R
unfinished/sokoban.R

index 941623c..721d19c 100644 (file)
@@ -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 : [G] WINDOWS COMMON nullgame nullgame.res?
index a5d0625..45ab0af 100644 (file)
@@ -2,9 +2,9 @@
 
 PEARL    = pearl dsf
 
-pearl    : [X] GTK COMMON PEARL
+pearl    : [X] GTK COMMON PEARL pearl-icon|no-icon
 
-pearl    : [G] WINDOWS COMMON PEARL
+pearl    : [G] WINDOWS COMMON PEARL pearl.res?
 
 ALL += PEARL
 
index 8d71a82..5925348 100644 (file)
@@ -1,8 +1,8 @@
 # -*- makefile -*-
 
-sokoban  : [X] GTK COMMON sokoban
+sokoban  : [X] GTK COMMON sokoban sokoban-icon|no-icon
 
-sokoban  : [G] WINDOWS COMMON sokoban
+sokoban  : [G] WINDOWS COMMON sokoban sokoban.res?
 
 ALL += sokoban