mirror of
https://github.com/glest/glest-source.git
synced 2025-08-22 16:02:50 +02:00
- fixed windows build (included new network protocol files)
This commit is contained in:
@@ -332,6 +332,10 @@
|
|||||||
RelativePath="..\..\source\glest_game\facilities\logger.h"
|
RelativePath="..\..\source\glest_game\facilities\logger.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\source\glest_game\network\network_protocol.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
<Filter
|
<Filter
|
||||||
Name="ai"
|
Name="ai"
|
||||||
@@ -362,6 +366,10 @@
|
|||||||
RelativePath="..\..\source\glest_game\ai\ai_rule.h"
|
RelativePath="..\..\source\glest_game\ai\ai_rule.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\source\glest_game\network\network_protocol.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\source\glest_game\ai\path_finder.cpp"
|
RelativePath="..\..\source\glest_game\ai\path_finder.cpp"
|
||||||
>
|
>
|
||||||
|
@@ -241,6 +241,7 @@
|
|||||||
<ClCompile Include="..\..\source\glest_game\network\network_interface.cpp" />
|
<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_manager.cpp" />
|
||||||
<ClCompile Include="..\..\source\glest_game\network\network_message.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\network_types.cpp" />
|
||||||
<ClCompile Include="..\..\source\glest_game\network\server_interface.cpp" />
|
<ClCompile Include="..\..\source\glest_game\network\server_interface.cpp" />
|
||||||
<ClCompile Include="..\..\source\glest_game\sound\sound_container.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_interface.h" />
|
||||||
<ClInclude Include="..\..\source\glest_game\network\network_manager.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_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\network_types.h" />
|
||||||
<ClInclude Include="..\..\source\glest_game\network\server_interface.h" />
|
<ClInclude Include="..\..\source\glest_game\network\server_interface.h" />
|
||||||
<ClInclude Include="..\..\source\glest_game\sound\sound_container.h" />
|
<ClInclude Include="..\..\source\glest_game\sound\sound_container.h" />
|
||||||
|
Reference in New Issue
Block a user