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]
22 lines
310 B
Makefile
22 lines
310 B
Makefile
# -*- makefile -*-
|
|
|
|
NETSLIDE = netslide tree234
|
|
|
|
netslide : [X] GTK COMMON NETSLIDE netslide-icon|no-icon
|
|
|
|
netslide : [G] WINDOWS COMMON NETSLIDE netslide.res|noicon.res
|
|
|
|
ALL += NETSLIDE
|
|
|
|
!begin gtk
|
|
GAMES += netslide
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(netslide) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
netslide.exe:Netslide
|
|
!end
|