Files
puzzles/map.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

25 lines
523 B
Makefile

# -*- makefile -*-
MAP_EXTRA = dsf
map : [X] GTK COMMON map MAP_EXTRA map-icon|no-icon
map : [G] WINDOWS COMMON map MAP_EXTRA map.res|noicon.res
mapsolver : [U] map[STANDALONE_SOLVER] MAP_EXTRA STANDALONE m.lib
mapsolver : [C] map[STANDALONE_SOLVER] MAP_EXTRA STANDALONE
ALL += map[COMBINED] MAP_EXTRA
!begin am gtk
GAMES += map
!end
!begin >list.c
A(map) \
!end
!begin >gamedesc.txt
map:map.exe:Map:Map-colouring puzzle:Colour the map so that adjacent regions are never the same colour.
!end