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.
24 lines
604 B
Makefile
24 lines
604 B
Makefile
# -*- makefile -*-
|
|
|
|
PEARL_EXTRA = dsf tree234 grid penrose loopgen tdq
|
|
|
|
pearl : [X] GTK COMMON pearl PEARL_EXTRA pearl-icon|no-icon
|
|
pearl : [G] WINDOWS COMMON pearl PEARL_EXTRA pearl.res?
|
|
|
|
pearlbench : [U] pearl[STANDALONE_SOLVER] PEARL_EXTRA STANDALONE m.lib
|
|
pearlbench : [C] pearl[STANDALONE_SOLVER] PEARL_EXTRA STANDALONE
|
|
|
|
ALL += pearl[COMBINED] PEARL_EXTRA
|
|
|
|
!begin am gtk
|
|
GAMES += pearl
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(pearl) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
pearl:pearl.exe:Pearl:Loop-drawing puzzle:Draw a single closed loop, given clues about corner and straight squares.
|
|
!end
|