mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-22 08:25:45 -07:00
Files

install the actual games, not the auxiliary binaries or nullgame. [originally from svn r9887]
22 lines
378 B
Makefile
22 lines
378 B
Makefile
# -*- makefile -*-
|
|
|
|
BRIDGES_EXTRA = dsf
|
|
|
|
bridges : [X] GTK COMMON bridges BRIDGES_EXTRA bridges-icon|no-icon
|
|
|
|
bridges : [G] WINDOWS COMMON bridges BRIDGES_EXTRA bridges.res|noicon.res
|
|
|
|
ALL += bridges[COMBINED] BRIDGES_EXTRA
|
|
|
|
!begin am gtk
|
|
GAMES += bridges
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(bridges) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
bridges:bridges.exe:Bridges:Bridge-placing puzzle
|
|
!end
|