chiark / gitweb /
Fix completion checking in Killer Solo.
[sgt-puzzles.git] / untangle.R
1 # -*- makefile -*-
2
3 UNTANGLE_EXTRA = tree234
4
5 untangle : [X] GTK COMMON untangle UNTANGLE_EXTRA untangle-icon|no-icon
6
7 untangle : [G] WINDOWS COMMON untangle UNTANGLE_EXTRA untangle.res|noicon.res
8
9 ALL += untangle[COMBINED] UNTANGLE_EXTRA
10
11 !begin am gtk
12 GAMES += untangle
13 !end
14
15 !begin >list.c
16     A(untangle) \
17 !end
18
19 !begin >gamedesc.txt
20 untangle:untangle.exe:Untangle:Planar graph layout puzzle:Reposition the points so that the lines do not cross.
21 !end