chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / inertia.R
index 33e1841e0ca5c8f842bfe8c229d41bd1747f0b4c..e6e86beaec23f6b8ba5b8789b4a40059f5f8dda5 100644 (file)
--- a/inertia.R
+++ b/inertia.R
@@ -1,15 +1,19 @@
 # -*- makefile -*-
 
-inertia  : [X] GTK COMMON inertia
+inertia  : [X] GTK COMMON inertia inertia-icon|no-icon
 
-inertia  : [G] WINDOWS COMMON inertia inertia.res?
+inertia  : [G] WINDOWS COMMON inertia inertia.res|noicon.res
 
-ALL += inertia
+ALL += inertia[COMBINED]
 
-!begin gtk
+!begin am gtk
 GAMES += inertia
 !end
 
 !begin >list.c
     A(inertia) \
 !end
+
+!begin >gamedesc.txt
+inertia:inertia.exe:Inertia:Gem-collecting puzzle:Collect all the gems without running into any of the mines.
+!end