chiark / gitweb /
Improve connectedness-error highlighting in Range.
[sgt-puzzles.git] / netslide.R
index 61a429365a52096e7e539347c9d8d2c595813bb8..de400bdc8ebb3fb1a41ec5db60c2655721c78708 100644 (file)
@@ -1,14 +1,14 @@
 # -*- makefile -*-
 
-NETSLIDE = netslide tree234
+NETSLIDE_EXTRA = tree234
 
-netslide : [X] GTK COMMON NETSLIDE netslide-icon|no-icon
+netslide : [X] GTK COMMON netslide NETSLIDE_EXTRA netslide-icon|no-icon
 
-netslide : [G] WINDOWS COMMON NETSLIDE netslide.res?
+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
 
@@ -16,6 +16,6 @@ GAMES += netslide
     A(netslide) \
 !end
 
-!begin >wingames.lst
-netslide.exe
+!begin >gamedesc.txt
+netslide:netslide.exe:Netslide:Toroidal sliding network puzzle
 !end