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]
25 lines
417 B
Makefile
25 lines
417 B
Makefile
# -*- makefile -*-
|
|
|
|
MINES = mines tree234
|
|
|
|
mines : [X] GTK COMMON MINES mines-icon|no-icon
|
|
|
|
mines : [G] WINDOWS COMMON MINES mines.res|noicon.res
|
|
|
|
mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE
|
|
mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] tree234 STANDALONE
|
|
|
|
ALL += MINES
|
|
|
|
!begin gtk
|
|
GAMES += mines
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(mines) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
mines.exe:Mines
|
|
!end
|