Files
puzzles/net.R
Simon Tatham b05cb1eaf3 Build an installer for Puzzles.
[originally from svn r7319]
2007-02-24 19:33:38 +00:00

24 lines
387 B
Makefile

# -*- makefile -*-
NET = net tree234 dsf
net : [X] GTK COMMON NET net-icon|no-icon
# The Windows Net shouldn't be called `net.exe' since Windows
# already has a reasonably important utility program by that name!
netgame : [G] WINDOWS COMMON NET net.res?
ALL += NET
!begin gtk
GAMES += net
!end
!begin >list.c
A(net) \
!end
!begin >wingames.lst
netgame.exe:Net
!end