Pedantic tweaks to allow successful compilation on Windows. (gcc

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]
This commit is contained in:
Simon Tatham
2008-04-07 17:12:21 +00:00
parent 93103eeca4
commit 30da25262d
2 changed files with 5 additions and 3 deletions

4
solo.R
View File

@ -6,8 +6,8 @@ solo : [X] GTK COMMON SOLO solo-icon|no-icon
solo : [G] WINDOWS COMMON SOLO solo.res|noicon.res
solosolver : [U] solo[STANDALONE_SOLVER] dsf STANDALONE
solosolver : [C] solo[STANDALONE_SOLVER] dsf STANDALONE
solosolver : [U] solo[STANDALONE_SOLVER] divvy dsf STANDALONE
solosolver : [C] solo[STANDALONE_SOLVER] divvy dsf STANDALONE
ALL += SOLO