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

failed to point out a declaration after a statement, and gcc's linker was clever enough to optimise the call to divvy_rectangle() out of solosolver so that I didn't have to include divvy.c in that.) [originally from svn r7975]
25 lines
403 B
Makefile
25 lines
403 B
Makefile
# -*- makefile -*-
|
|
|
|
SOLO = solo divvy dsf
|
|
|
|
solo : [X] GTK COMMON SOLO solo-icon|no-icon
|
|
|
|
solo : [G] WINDOWS COMMON SOLO solo.res|noicon.res
|
|
|
|
solosolver : [U] solo[STANDALONE_SOLVER] divvy dsf STANDALONE
|
|
solosolver : [C] solo[STANDALONE_SOLVER] divvy dsf STANDALONE
|
|
|
|
ALL += SOLO
|
|
|
|
!begin gtk
|
|
GAMES += solo
|
|
!end
|
|
|
|
!begin >list.c
|
|
A(solo) \
|
|
!end
|
|
|
|
!begin >wingames.lst
|
|
solo.exe:Solo
|
|
!end
|