chiark / gitweb /
Change the policy for parsing underspecified params strings.
[sgt-puzzles.git] / samegame.R
index c3905bda3ef3c0b9cdc2a1a43788f5209097874a..d603c1ac0d13809a17df158588c3b4c70bbc5b0a 100644 (file)
@@ -1,15 +1,19 @@
 # -*- makefile -*-
 
-samegame : [X] GTK COMMON samegame
+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
+ALL += samegame[COMBINED]
 
-!begin gtk
+!begin am gtk
 GAMES += samegame
 !end
 
 !begin >list.c
     A(samegame) \
 !end
+
+!begin >gamedesc.txt
+samegame:samegame.exe:Same Game:Block-clearing puzzle
+!end