mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -07:00
Files

More sensible to bring all the pieces of per-puzzle descriptive text together into one place, so they can be easily reused everywhere they're needed.
25 lines
549 B
Makefile
25 lines
549 B
Makefile
# -*- makefile -*-
|
|
|
|
MINES_EXTRA = tree234
|
|
|
|
mines : [X] GTK COMMON mines MINES_EXTRA mines-icon|no-icon
|
|
|
|
mines : [G] WINDOWS COMMON mines MINES_EXTRA mines.res|noicon.res
|
|
|
|
mineobfusc : [U] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE
|
|
mineobfusc : [C] mines[STANDALONE_OBFUSCATOR] MINES_EXTRA STANDALONE
|
|
|
|
ALL += mines[COMBINED] MINES_EXTRA
|
|
|
|
!begin am gtk
|
|
GAMES += mines
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(mines) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
mines:mines.exe:Mines:Mine-finding puzzle:Find all the mines without treading on any of them.
|
|
!end
|