mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -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.
23 lines
507 B
Makefile
23 lines
507 B
Makefile
# -*- makefile -*-
|
|
|
|
pattern : [X] GTK COMMON pattern pattern-icon|no-icon
|
|
|
|
pattern : [G] WINDOWS COMMON pattern pattern.res|noicon.res
|
|
|
|
patternsolver : [U] pattern[STANDALONE_SOLVER] STANDALONE
|
|
patternsolver : [C] pattern[STANDALONE_SOLVER] STANDALONE
|
|
|
|
ALL += pattern[COMBINED]
|
|
|
|
!begin am gtk
|
|
GAMES += pattern
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(pattern) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
pattern:pattern.exe:Pattern:Pattern puzzle:Fill in the pattern in the grid, given only the lengths of runs of black squares.
|
|
!end
|