mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 16:05:44 -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.
25 lines
523 B
Makefile
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
|