[Commits] [wesnoth/wesnoth] 535fe6: XCode: Remove unused prefix header
GitHub
noreply at github.com
Thu Nov 3 18:47:30 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: 535fe6b35dcb72260a5ce521371b83c58663a36e
https://github.com/wesnoth/wesnoth/commit/535fe6b35dcb72260a5ce521371b83c58663a36e
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2016-11-03 (Thu, 03 Nov 2016)
Changed paths:
R projectfiles/Xcode/Mac Sources/Wesnoth_Prefix.pch
M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
Log Message:
-----------
XCode: Remove unused prefix header
This has been unused for awhile now and was just never deleted.
Commit: 551eb507f7aa8efdcae6360a27f11896208a8fce
https://github.com/wesnoth/wesnoth/commit/551eb507f7aa8efdcae6360a27f11896208a8fce
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2016-11-03 (Thu, 03 Nov 2016)
Changed paths:
R projectfiles/Xcode/Mac Sources/SDLMain.h
R projectfiles/Xcode/Mac Sources/SDLMain.mm
R projectfiles/Xcode/Mac Sources/server_main.m
M projectfiles/Xcode/Wesnoth.xcodeproj/project.pbxproj
M src/SConscript
A src/macosx/SDLMain.h
A src/macosx/SDLMain.mm
Log Message:
-----------
Move Mac-specific sources into main source tree and include in scons build
The server_main.m file turns out to be unnecessary (probably due to the SDL2
shift), so it was simply removed.
Commit: ffe9182fb3e072a08c7ffeae453969dd7d4f4da1
https://github.com/wesnoth/wesnoth/commit/ffe9182fb3e072a08c7ffeae453969dd7d4f4da1
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2016-11-03 (Thu, 03 Nov 2016)
Changed paths:
M SConstruct
Log Message:
-----------
scons: Mac builds should link Cocoa, not Carbon
Commit: b7ee27c8e79d8b136655a3a50831ff77aa0bc5f2
https://github.com/wesnoth/wesnoth/commit/b7ee27c8e79d8b136655a3a50831ff77aa0bc5f2
Author: Celtic Minstrel <celtic.minstrel.ca at some.place>
Date: 2016-11-03 (Thu, 03 Nov 2016)
Changed paths:
M src/SConscript
Log Message:
-----------
scons: Fix build failure when prefsdir contains spaces
The canonical prefsdir for Mac builds _always_ has spaces, so this
is quite important.
Compare: https://github.com/wesnoth/wesnoth/compare/f91cfef9cbb5...b7ee27c8e79d
More information about the Commits
mailing list