- fixed windows build (included new network protocol files)

This commit is contained in:
Mark Vejvoda 2012-11-02 21:02:47 +00:00
parent b4ecc82fba
commit 02e77c455e
2 changed files with 10 additions and 0 deletions

View File

@ -332,6 +332,10 @@
RelativePath="..\..\source\glest_game\facilities\logger.h"
>
</File>
<File
RelativePath="..\..\source\glest_game\network\network_protocol.cpp"
>
</File>
</Filter>
<Filter
Name="ai"
@ -362,6 +366,10 @@
RelativePath="..\..\source\glest_game\ai\ai_rule.h"
>
</File>
<File
RelativePath="..\..\source\glest_game\network\network_protocol.h"
>
</File>
<File
RelativePath="..\..\source\glest_game\ai\path_finder.cpp"
>

View File

@ -241,6 +241,7 @@
<ClCompile Include="..\..\source\glest_game\network\network_interface.cpp" />
<ClCompile Include="..\..\source\glest_game\network\network_manager.cpp" />
<ClCompile Include="..\..\source\glest_game\network\network_message.cpp" />
<ClCompile Include="..\..\source\glest_game\network\network_protocol.cpp" />
<ClCompile Include="..\..\source\glest_game\network\network_types.cpp" />
<ClCompile Include="..\..\source\glest_game\network\server_interface.cpp" />
<ClCompile Include="..\..\source\glest_game\sound\sound_container.cpp" />
@ -324,6 +325,7 @@
<ClInclude Include="..\..\source\glest_game\network\network_interface.h" />
<ClInclude Include="..\..\source\glest_game\network\network_manager.h" />
<ClInclude Include="..\..\source\glest_game\network\network_message.h" />
<ClInclude Include="..\..\source\glest_game\network\network_protocol.h" />
<ClInclude Include="..\..\source\glest_game\network\network_types.h" />
<ClInclude Include="..\..\source\glest_game\network\server_interface.h" />
<ClInclude Include="..\..\source\glest_game\sound\sound_container.h" />