Author: anonymissimus Date: Sun May 29 23:52:38 2011 New Revision: 49705 URL: http://svn.gna.org/viewcvs/wesnoth?rev=49705&view=rev Log: update MSVC project file
new files needed: libboost_program_options-vc90-mt-gd-1_42.lib boost_program_options-vc90-mt-gd-1_42.dll can be get from http://www.boostpro.com/download/ Modified: trunk/projectfiles/VC9/wesnoth.vcproj Modified: trunk/projectfiles/VC9/wesnoth.vcproj URL: http://svn.gna.org/viewcvs/wesnoth/trunk/projectfiles/VC9/wesnoth.vcproj?rev=49705&r1=49704&r2=49705&view=diff ============================================================================== --- trunk/projectfiles/VC9/wesnoth.vcproj (original) +++ trunk/projectfiles/VC9/wesnoth.vcproj Sun May 29 23:52:38 2011 @@ -309,6 +309,10 @@ > </File> <File + RelativePath="..\..\src\commandline_options.cpp" + > + </File> + <File RelativePath="..\..\src\config_cache.cpp" > </File> @@ -402,6 +406,14 @@ </File> <File RelativePath="..\..\src\game_controller.cpp" + > + </File> + <File + RelativePath="..\..\src\game_controller_abstract.cpp" + > + </File> + <File + RelativePath="..\..\src\game_controller_new.cpp" > </File> <File @@ -7020,6 +7032,10 @@ > </File> <File + RelativePath="..\..\src\commandline_options.hpp" + > + </File> + <File RelativePath="..\..\src\config.hpp" > </File> @@ -7113,6 +7129,14 @@ </File> <File RelativePath="..\..\src\game_controller.hpp" + > + </File> + <File + RelativePath="..\..\src\game_controller_abstract.hpp" + > + </File> + <File + RelativePath="..\..\src\game_controller_new.hpp" > </File> <File _______________________________________________ Wesnoth-commits mailing list [email protected] https://mail.gna.org/listinfo/wesnoth-commits
