mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
Files

install the actual games, not the auxiliary binaries or nullgame. [originally from svn r9887]
25 lines
456 B
Makefile
25 lines
456 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
|
|
!end
|