Stop the analysis pass in Loopy's redraw routine from being
[sgt/puzzles] / net.R
CommitLineData
3f98cd5a 1# -*- makefile -*-
2
2cef1182 3NET_EXTRA = tree234 dsf
3f98cd5a 4
2cef1182 5net : [X] GTK COMMON net NET_EXTRA net-icon|no-icon
3f98cd5a 6
7# The Windows Net shouldn't be called `net.exe' since Windows
8# already has a reasonably important utility program by that name!
2cef1182 9netgame : [G] WINDOWS COMMON net NET_EXTRA net.res|noicon.res
3f98cd5a 10
2cef1182 11ALL += net[COMBINED] NET_EXTRA
3f98cd5a 12
13!begin gtk
14GAMES += net
15!end
16
17!begin >list.c
18 A(net) \
19!end
9bb2f5af 20
21!begin >wingames.lst
d09d659f 22netgame.exe:Net
9bb2f5af 23!end