chiark / gitweb /
Tents: mark squares as non-tents with {Shift,Control}-cursor keys.
[sgt-puzzles.git] / netslide.R
index a27eb95103e2bd39e035c4dd099fb36c059a4ff6..ecfe7c3df8f785b10c3ecff47426b8542861189f 100644 (file)
@@ -1,17 +1,21 @@
 # -*- makefile -*-
 
-NETSLIDE = netslide tree234
+NETSLIDE_EXTRA = tree234
 
-netslide : [X] GTK COMMON NETSLIDE
+netslide : [X] GTK COMMON netslide NETSLIDE_EXTRA netslide-icon|no-icon
 
-netslide : [G] WINDOWS COMMON NETSLIDE
+netslide : [G] WINDOWS COMMON netslide NETSLIDE_EXTRA netslide.res|noicon.res
 
-ALL += NETSLIDE
+ALL += netslide[COMBINED] NETSLIDE_EXTRA
 
-!begin gtk
+!begin am gtk
 GAMES += netslide
 !end
 
 !begin >list.c
     A(netslide) \
 !end
+
+!begin >gamedesc.txt
+netslide:netslide.exe:Netslide:Toroidal sliding network puzzle:Slide a row at a time to reassemble the network.
+!end