mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -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
381 B
Makefile
25 lines
381 B
Makefile
# -*- makefile -*-
|
|
|
|
SLANT = slant dsf
|
|
|
|
slant : [X] GTK COMMON SLANT slant-icon|no-icon
|
|
|
|
slant : [G] WINDOWS COMMON SLANT slant.res?
|
|
|
|
slantsolver : [U] slant[STANDALONE_SOLVER] dsf STANDALONE
|
|
slantsolver : [C] slant[STANDALONE_SOLVER] dsf STANDALONE
|
|
|
|
ALL += SLANT
|
|
|
|
!begin gtk
|
|
GAMES += slant
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(slant) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
slant.exe
|
|
!end
|