mirror of
https://github.com/glest/glest-source.git
synced 2025-08-21 15:41:24 +02:00
- updated windows build to compile with latest updates
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user