chiark / gitweb /
Tents: mark squares as non-tents with {Shift,Control}-cursor keys.
[sgt-puzzles.git] / bridges.R
index 75b9731e3a8e10f2a48c5b41f9ede88794797f34..ea9f1867c3655d2341e760ab63bf86c54f6a02c8 100644 (file)
--- a/bridges.R
+++ b/bridges.R
@@ -1,17 +1,21 @@
 # -*- makefile -*-
 
-BRIDGES  = bridges dsf
+BRIDGES_EXTRA = dsf
 
-bridges  : [X] GTK COMMON BRIDGES bridges-icon|no-icon
+bridges  : [X] GTK COMMON bridges BRIDGES_EXTRA bridges-icon|no-icon
 
-bridges  : [G] WINDOWS COMMON BRIDGES bridges.res?
+bridges  : [G] WINDOWS COMMON bridges BRIDGES_EXTRA bridges.res|noicon.res
 
-ALL += BRIDGES
+ALL += bridges[COMBINED] BRIDGES_EXTRA
 
-!begin gtk
+!begin am gtk
 GAMES += bridges
 !end
 
 !begin >list.c
     A(bridges) \
 !end
+
+!begin >gamedesc.txt
+bridges:bridges.exe:Bridges:Bridge-placing puzzle:Connect all the islands with a network of bridges.
+!end