chiark / gitweb /
Bring .R files for nullgame and unfinished puzzles up to date with the rest of
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 29 Dec 2006 22:43:47 +0000 (22:43 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 29 Dec 2006 22:43:47 +0000 (22:43 +0000)
the world (by adding icon support).

[originally from svn r7038]

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

index 941623c92658324fd6e42bdb1ab6bd50729733ca..721d19cef8e72b0068706db00e4a6d6d75e7b70c 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 a5d06252152cae6b662297c9e3fe3e6f1ba38cad..45ab0af68b21ffec305abd85e1a60cf0e45b3538 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 8d71a822cba1361940c83437684bf8a3e1aa679f..59253486aae9af71e7eea0d1a5df620502e1493b 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