lets hope I did the right thing to fix windows compile ....

This commit is contained in:
Titus Tscharntke 2013-04-21 21:09:46 +00:00
parent 1884fc5653
commit 1233f57542
3 changed files with 37 additions and 1 deletions

View File

@ -563,6 +563,12 @@
<Unit filename="../../source/glest_game/menu/menu_state_new_game.h" />
<Unit filename="../../source/glest_game/menu/menu_state_options.cpp" />
<Unit filename="../../source/glest_game/menu/menu_state_options.h" />
<Unit filename="../../source/glest_game/menu/menu_state_options_graphics.cpp" />
<Unit filename="../../source/glest_game/menu/menu_state_options_graphics.h" />
<Unit filename="../../source/glest_game/menu/menu_state_options_network.cpp" />
<Unit filename="../../source/glest_game/menu/menu_state_options_network.h" />
<Unit filename="../../source/glest_game/menu/menu_state_options_sound.cpp" />
<Unit filename="../../source/glest_game/menu/menu_state_options_sound.h" />
<Unit filename="../../source/glest_game/menu/menu_state_root.cpp" />
<Unit filename="../../source/glest_game/menu/menu_state_root.h" />
<Unit filename="../../source/glest_game/menu/menu_state_scenario.cpp" />

View File

@ -690,6 +690,30 @@
RelativePath="..\..\source\glest_game\menu\menu_state_options.h"
>
</File>
<File
RelativePath="..\..\source\glest_game\menu\menu_state_options_graphics.cpp"
>
</File>
<File
RelativePath="..\..\source\glest_game\menu\menu_state_options_graphics.h"
>
</File>
<File
RelativePath="..\..\source\glest_game\menu\menu_state_options_network.cpp"
>
</File>
<File
RelativePath="..\..\source\glest_game\menu\menu_state_options_network.h"
>
</File>
<File
RelativePath="..\..\source\glest_game\menu\menu_state_options_sound.cpp"
>
</File>
<File
RelativePath="..\..\source\glest_game\menu\menu_state_options_sound.h"
>
</File>
<File
RelativePath="..\..\source\glest_game\menu\menu_state_root.cpp"
>

View File

@ -239,6 +239,9 @@
<ClCompile Include="..\..\source\glest_game\menu\menu_state_mods.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_new_game.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_options.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_options_graphics.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_options_network.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_options_sound.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_root.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\menu_state_scenario.cpp" />
<ClCompile Include="..\..\source\glest_game\menu\server_line.cpp" />
@ -323,6 +326,9 @@
<ClInclude Include="..\..\source\glest_game\menu\menu_state_mods.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_new_game.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_options.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_options_graphics.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_options_network.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_options_sound.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_root.h" />
<ClInclude Include="..\..\source\glest_game\menu\menu_state_scenario.h" />
<ClInclude Include="..\..\source\glest_game\menu\server_line.h" />
@ -376,4 +382,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>