chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / slant.R
diff --git a/slant.R b/slant.R
index fb5653d237394994ff305f2c4920c87e2101b2af..ff0d21f1eb9c0a128b003270c44e7127402b1b49 100644 (file)
--- a/slant.R
+++ b/slant.R
@@ -1,17 +1,17 @@
 # -*- makefile -*-
 
-SLANT    = slant dsf
+SLANT_EXTRA = dsf findloop
 
-slant    : [X] GTK COMMON SLANT slant-icon|no-icon
+slant    : [X] GTK COMMON slant SLANT_EXTRA slant-icon|no-icon
 
-slant    : [G] WINDOWS COMMON SLANT slant.res|noicon.res
+slant    : [G] WINDOWS COMMON slant SLANT_EXTRA slant.res|noicon.res
 
-slantsolver :   [U] slant[STANDALONE_SOLVER] dsf STANDALONE
-slantsolver :   [C] slant[STANDALONE_SOLVER] dsf STANDALONE
+slantsolver :   [U] slant[STANDALONE_SOLVER] SLANT_EXTRA STANDALONE
+slantsolver :   [C] slant[STANDALONE_SOLVER] SLANT_EXTRA STANDALONE
 
-ALL += SLANT
+ALL += slant[COMBINED] SLANT_EXTRA
 
-!begin gtk
+!begin am gtk
 GAMES += slant
 !end
 
@@ -19,6 +19,6 @@ GAMES += slant
     A(slant) \
 !end
 
-!begin >wingames.lst
-slant.exe:Slant
+!begin >gamedesc.txt
+slant:slant.exe:Slant:Maze-drawing puzzle:Draw a maze of slanting lines that matches the clues.
 !end