chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / twiddle.R
index c525953890234f0e9b252afed67dbda28edea9f5..1495c33181dc3b267059d85b4494e47f297e3579 100644 (file)
--- a/twiddle.R
+++ b/twiddle.R
@@ -1,15 +1,19 @@
 # -*- makefile -*-
 
-twiddle  : [X] GTK COMMON twiddle
+twiddle  : [X] GTK COMMON twiddle twiddle-icon|no-icon
 
-twiddle  : [G] WINDOWS COMMON twiddle twiddle.res?
+twiddle  : [G] WINDOWS COMMON twiddle twiddle.res|noicon.res
 
-ALL += twiddle
+ALL += twiddle[COMBINED]
 
-!begin gtk
+!begin am gtk
 GAMES += twiddle
 !end
 
 !begin >list.c
     A(twiddle) \
 !end
+
+!begin >gamedesc.txt
+twiddle:twiddle.exe:Twiddle:Rotational sliding block puzzle:Rotate the tiles around themselves to arrange them into order.
+!end