mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Files

This means that puzzles.rc2 is always included in all Windows and PocketPC builds, which in turn means that I should be able to start filling it full of VERSIONINFO and have that reliably included as well. [originally from svn r7339]
24 lines
397 B
Makefile
24 lines
397 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|noicon.res
|
|
|
|
ALL += NET
|
|
|
|
!begin gtk
|
|
GAMES += net
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(net) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
netgame.exe:Net
|
|
!end
|