chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / pegs.R
diff --git a/pegs.R b/pegs.R
index 7dbddf5fa1d071fe791fde7815e030814389acc3..1e79e99ca01b0c41761acc4527bb3578561bc263 100644 (file)
--- a/pegs.R
+++ b/pegs.R
@@ -1,14 +1,14 @@
 # -*- makefile -*-
 
-PEGS     = pegs tree234
+PEGS_EXTRA = tree234
 
-pegs     : [X] GTK COMMON PEGS pegs-icon|no-icon
+pegs     : [X] GTK COMMON pegs PEGS_EXTRA pegs-icon|no-icon
 
-pegs     : [G] WINDOWS COMMON PEGS pegs.res|noicon.res
+pegs     : [G] WINDOWS COMMON pegs PEGS_EXTRA pegs.res|noicon.res
 
-ALL += PEGS
+ALL += pegs[COMBINED] PEGS_EXTRA
 
-!begin gtk
+!begin am gtk
 GAMES += pegs
 !end
 
@@ -16,6 +16,6 @@ GAMES += pegs
     A(pegs) \
 !end
 
-!begin >wingames.lst
-pegs.exe:Pegs
+!begin >gamedesc.txt
+pegs:pegs.exe:Pegs:Peg solitaire puzzle:Jump pegs over each other to remove all but one.
 !end