[Commits] [wesnoth/wesnoth] 25ea48: vcproj: Add external/include and external/lib
GitHub
noreply at github.com
Sun Jul 5 22:28:16 UTC 2015
Branch: refs/heads/1.12
Home: https://github.com/wesnoth/wesnoth
Commit: 25ea48379af5df0f471bef183fa6313abb9726b9
https://github.com/wesnoth/wesnoth/commit/25ea48379af5df0f471bef183fa6313abb9726b9
Author: aquileia <sk.aquileia at gmail.com>
Date: 2015-07-06 (Mon, 06 Jul 2015)
Changed paths:
M projectfiles/VC9/liblua.vcproj
M projectfiles/VC9/schema_generator.vcproj
M projectfiles/VC9/wesnoth.vcproj
M projectfiles/VC9/wesnothd.vcproj
M projectfiles/VC9/wesnothlib.vcproj
Log Message:
-----------
vcproj: Add external/include and external/lib
As the vcproj format is poorly documented, we previously couldn't find an option to pass compiler/librarian/linker dependencies without manually adding them in the menu. After installing VC9, I found an option that is correctly ported to vcxproj (the new format since VC10) and allows to specify these additional dependencies.
More information about the Commits
mailing list