chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / solo.R
diff --git a/solo.R b/solo.R
index 7e1ff2af1fa1f80040fe995545338947df0168cb..081a76147eed3c38659a1567524c1c2b7f218c38 100644 (file)
--- a/solo.R
+++ b/solo.R
@@ -1,15 +1,17 @@
 # -*- makefile -*-
 
-solo     : [X] GTK COMMON solo solo-icon|no-icon
+SOLO_EXTRA = divvy dsf
 
-solo     : [G] WINDOWS COMMON solo solo.res?
+solo     : [X] GTK COMMON solo SOLO_EXTRA solo-icon|no-icon
 
-solosolver :    [U] solo[STANDALONE_SOLVER] STANDALONE
-solosolver :    [C] solo[STANDALONE_SOLVER] STANDALONE
+solo     : [G] WINDOWS COMMON solo SOLO_EXTRA solo.res|noicon.res
 
-ALL += solo
+solosolver :    [U] solo[STANDALONE_SOLVER] SOLO_EXTRA STANDALONE
+solosolver :    [C] solo[STANDALONE_SOLVER] SOLO_EXTRA STANDALONE
 
-!begin gtk
+ALL += solo[COMBINED] SOLO_EXTRA
+
+!begin am gtk
 GAMES += solo
 !end
 
@@ -17,6 +19,6 @@ GAMES += solo
     A(solo) \
 !end
 
-!begin >wingames.lst
-solo.exe
+!begin >gamedesc.txt
+solo:solo.exe:Solo:Number placement puzzle:Fill in the grid so that each row, column and square block contains one of every digit.
 !end