chiark / gitweb /
Stop using NSApp in the OS X front end.
[sgt-puzzles.git] / blackbox.R
index 884fe440ba63ded39324c5651d6cdb935fbf08af..d30f8843aaf470e350df0f2f9dc19bba57884c65 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.res?
+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
+!end