mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 16:32:13 -07:00
Enhancements to mkfiles.pl and Recipe to arrange for the auxiliary
command-line programs (solosolver, patternsolver, mineobfusc) to be built as part of the normal Makefiles. This means mkfiles.pl now has the capability to compile a source file more than once with different #defines. Also, fixes for those auxiliary programs and one fix in midend.c which the Borland compiler objected to while I was testing its makefile generation. [originally from svn r6066]
This commit is contained in:
9
Recipe
9
Recipe
@ -39,6 +39,15 @@ flip : [X] gtk COMMON FLIP
|
||||
guess : [X] gtk COMMON guess
|
||||
pegs : [X] gtk COMMON PEGS
|
||||
|
||||
# Auxiliary command-line programs.
|
||||
solosolver : [U] solo[STANDALONE_SOLVER] malloc
|
||||
patternsolver : [U] pattern[STANDALONE_SOLVER] malloc
|
||||
mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] malloc random tree234 misc
|
||||
|
||||
solosolver : [C] solo[STANDALONE_SOLVER] malloc
|
||||
patternsolver : [C] pattern[STANDALONE_SOLVER] malloc
|
||||
mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] malloc random tree234 misc
|
||||
|
||||
# The Windows Net shouldn't be called `net.exe' since Windows
|
||||
# already has a reasonably important utility program by that name!
|
||||
netgame : [G] WINDOWS COMMON NET
|
||||
|
Reference in New Issue
Block a user