chiark / gitweb /
Fix a typo in the Black Box docs examples.
[sgt-puzzles.git] / blackbox.R
index 7ea69a64de397f6095639a67563b140b9df28246..116225206dd1e65a3c62bebb61dcc4472820eeba 100644 (file)
@@ -1,15 +1,19 @@
 # -*- makefile -*-
 
-blackbox : [X] GTK COMMON blackbox
+blackbox : [X] GTK COMMON blackbox blackbox-icon|no-icon
 
-blackbox : [G] WINDOWS COMMON blackbox
+blackbox : [G] WINDOWS COMMON blackbox blackbox.res|noicon.res
 
-ALL += blackbox
+ALL += blackbox[COMBINED]
 
-!begin gtk
+!begin am gtk
 GAMES += blackbox
 !end
 
 !begin >list.c
     A(blackbox) \
 !end
+
+!begin >gamedesc.txt
+blackbox:blackbox.exe:Black Box:Ball-finding puzzle:Find the hidden balls in the box by bouncing laser beams off them.
+!end