chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / cube.R
diff --git a/cube.R b/cube.R
index cc10fde33f112c4a4147d8ae9f76bc48e80f2e69..85b081ec764ad524dc9be0ffb742549e1bb7eebc 100644 (file)
--- a/cube.R
+++ b/cube.R
@@ -1,15 +1,19 @@
 # -*- makefile -*-
 
-cube     : [X] GTK COMMON cube
+cube     : [X] GTK COMMON cube cube-icon|no-icon
 
-cube     : [G] WINDOWS COMMON cube cube.res?
+cube     : [G] WINDOWS COMMON cube cube.res|noicon.res
 
-ALL += cube
+ALL += cube[COMBINED]
 
-!begin gtk
+!begin am gtk
 GAMES += cube
 !end
 
 !begin >list.c
     A(cube) \
 !end
+
+!begin >gamedesc.txt
+cube:cube.exe:Cube:Rolling cube puzzle:Pick up all the blue squares by rolling the cube over them.
+!end