- updated windows build to compile with latest updates

This commit is contained in:
Mark Vejvoda 2012-03-15 16:37:53 +00:00
parent 87556ede01
commit 5cd0a788d2
2 changed files with 25 additions and 1 deletions

View File

@ -414,6 +414,22 @@
RelativePath="..\..\source\glest_game\ai\path_finder.h"
>
</File>
<File
RelativePath="..\..\source\shared_lib\include\xml\rapidxml\rapidxml.hpp"
>
</File>
<File
RelativePath="..\..\source\shared_lib\include\xml\rapidxml\rapidxml_iterators.hpp"
>
</File>
<File
RelativePath="..\..\source\shared_lib\include\xml\rapidxml\rapidxml_print.hpp"
>
</File>
<File
RelativePath="..\..\source\shared_lib\include\xml\rapidxml\rapidxml_utils.hpp"
>
</File>
<File
RelativePath="..\..\source\glest_game\ai\route_planner.cpp"
>
@ -690,6 +706,14 @@
RelativePath="..\..\source\glest_game\menu\menu_state_keysetup.cpp"
>
</File>
<File
RelativePath="..\..\source\glest_game\menu\menu_state_load_game.cpp"
>
</File>
<File
RelativePath="..\..\source\glest_game\menu\menu_state_load_game.h"
>
</File>
<File
RelativePath="..\..\source\glest_game\menu\menu_state_masterserver.cpp"
>

View File

@ -27,7 +27,7 @@
#include "platform_util.h"
#include "cache_manager.h"
#include "rapidxml_print.hpp"
#include "rapidxml/rapidxml_print.hpp"
#include "leak_dumper.h"
XERCES_CPP_NAMESPACE_USE