Files
puzzles/signpost.R
Simon Tatham e3a8e64812 Put the game summaries from the website into gamedesc.txt.
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.
2015-01-13 19:54:46 +00:00

24 lines
605 B
Makefile

# -*- makefile -*-
SIGNPOST_EXTRA = dsf
signpost : [X] GTK COMMON signpost SIGNPOST_EXTRA signpost-icon|no-icon
signpost : [G] WINDOWS COMMON signpost SIGNPOST_EXTRA signpost.res|noicon.res
signpostsolver : [U] signpost[STANDALONE_SOLVER] SIGNPOST_EXTRA STANDALONE m.lib
signpostsolver : [C] signpost[STANDALONE_SOLVER] SIGNPOST_EXTRA STANDALONE
ALL += signpost[COMBINED] SIGNPOST_EXTRA
!begin am gtk
GAMES += signpost
!end
!begin >list.c
A(signpost) \
!end
!begin >gamedesc.txt
signpost:signpost.exe:Signpost:Square-connecting puzzle:Connect the squares into a path following the arrows.
!end