chiark / gitweb /
Tents: mark squares as non-tents with {Shift,Control}-cursor keys.
[sgt-puzzles.git] / pegs.R
diff --git a/pegs.R b/pegs.R
index a1ab945c139a59708cd5523d9ec6d4351c9d6710..1e79e99ca01b0c41761acc4527bb3578561bc263 100644 (file)
--- a/pegs.R
+++ b/pegs.R
@@ -1,17 +1,21 @@
 # -*- makefile -*-
 
-PEGS     = pegs tree234
+PEGS_EXTRA = tree234
 
-pegs     : [X] GTK COMMON PEGS
+pegs     : [X] GTK COMMON pegs PEGS_EXTRA pegs-icon|no-icon
 
-pegs     : [G] WINDOWS COMMON PEGS pegs.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
 
 !begin >list.c
     A(pegs) \
 !end
+
+!begin >gamedesc.txt
+pegs:pegs.exe:Pegs:Peg solitaire puzzle:Jump pegs over each other to remove all but one.
+!end