mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -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
296 B
Makefile
22 lines
296 B
Makefile
# -*- makefile -*-
|
|
|
|
BRIDGES = bridges dsf
|
|
|
|
bridges : [X] GTK COMMON BRIDGES bridges-icon|no-icon
|
|
|
|
bridges : [G] WINDOWS COMMON BRIDGES bridges.res|noicon.res
|
|
|
|
ALL += BRIDGES
|
|
|
|
!begin gtk
|
|
GAMES += bridges
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(bridges) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
bridges.exe:Bridges
|
|
!end
|