chiark / gitweb /
e184546d1a0c58257729466abcb79b1f6be47a05
[sgt-puzzles.git] / net.R
1 # -*- makefile -*-
2
3 NET      = net tree234 dsf
4
5 net      : [X] GTK COMMON NET net-icon|no-icon
6
7 # The Windows Net shouldn't be called `net.exe' since Windows
8 # already has a reasonably important utility program by that name!
9 netgame  : [G] WINDOWS COMMON NET net.res?
10
11 ALL += NET
12
13 !begin gtk
14 GAMES += net
15 !end
16
17 !begin >list.c
18     A(net) \
19 !end
20
21 !begin >wingames.lst
22 netgame.exe:Net
23 !end