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]
22 lines
419 B
Makefile
22 lines
419 B
Makefile
# -*- makefile -*-
|
|
|
|
unruly : [X] GTK COMMON unruly unruly-icon|no-icon
|
|
unruly : [G] WINDOWS COMMON unruly unruly.res|noicon.res
|
|
|
|
unrulysolver : [U] unruly[STANDALONE_SOLVER] STANDALONE
|
|
unrulysolver : [C] unruly[STANDALONE_SOLVER] STANDALONE
|
|
|
|
ALL += unruly[COMBINED]
|
|
|
|
!begin am gtk
|
|
GAMES += unruly
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(unruly) \
|
|
!end
|
|
|
|
!begin >gamedesc.txt
|
|
unruly:unruly.exe:Unruly:Black and white grid puzzle
|
|
!end
|