Files
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

25 lines
552 B
Makefile

# -*- makefile -*-
SLIDE_EXTRA = dsf tree234
slide : [X] GTK COMMON slide SLIDE_EXTRA slide-icon|no-icon
slide : [G] WINDOWS COMMON slide SLIDE_EXTRA slide.res|noicon.res
slidesolver : [U] slide[STANDALONE_SOLVER] SLIDE_EXTRA STANDALONE
slidesolver : [C] slide[STANDALONE_SOLVER] SLIDE_EXTRA STANDALONE
ALL += slide[COMBINED] SLIDE_EXTRA
!begin am gtk
GAMES += slide
!end
!begin >list.c
A(slide) \
!end
!begin >gamedesc.txt
slide:slide.exe:Slide:Sliding block puzzle:Slide the blocks to let the key block out.
!end