mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Files

infrastructure to the mkfiles.pl framework for the convenience of the build script: it generates `wingames.lst', a list of the Windows binaries which are ship-worthy games as opposed to nullgame or command-line auxiliary programs. [originally from svn r7206]
25 lines
401 B
Makefile
25 lines
401 B
Makefile
# -*- makefile -*-
|
|
|
|
MINES = mines tree234
|
|
|
|
mines : [X] GTK COMMON MINES mines-icon|no-icon
|
|
|
|
mines : [G] WINDOWS COMMON MINES mines.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
|
|
!end
|