mirror of
https://github.com/glest/glest-source.git
synced 2025-09-08 23:10:42 +02:00
- fixed windows build with bad paths
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\source\tests\shared_lib\graphics\font_test.cpp" />
|
||||
<ClCompile Include="..\..\source\tests\shared_lib\graphics\math_util_test.cpp" />
|
||||
<ClCompile Include="..\..\..\source\tests\shared_lib\graphics\model_test.cpp" />
|
||||
<ClCompile Include="..\..\source\tests\shared_lib\graphics\model_test.cpp" />
|
||||
<ClCompile Include="..\..\source\tests\shared_lib\streflop\streflop_test.cpp" />
|
||||
<ClCompile Include="..\..\source\tests\shared_lib\util\util_test.cpp" />
|
||||
<ClCompile Include="..\..\source\tests\shared_lib\xml\xml_parser_test.cpp" />
|
||||
|
@@ -195,7 +195,7 @@
|
||||
<ClCompile Include="..\..\..\source\tests\shared_lib\graphics\font_test.cpp" />
|
||||
<ClCompile Include="..\..\..\source\tests\shared_lib\graphics\math_util_test.cpp" />
|
||||
<ClCompile Include="..\..\..\source\tests\shared_lib\graphics\model_test.cpp" />
|
||||
<ClCompile Include="..\..\source\tests\shared_lib\streflop\streflop_test.cpp" />
|
||||
<ClCompile Include="..\..\..\source\tests\shared_lib\streflop\streflop_test.cpp" />
|
||||
<ClCompile Include="..\..\..\source\tests\shared_lib\util\util_test.cpp" />
|
||||
<ClCompile Include="..\..\..\source\tests\shared_lib\xml\xml_parser_test.cpp" />
|
||||
<ClCompile Include="..\..\..\source\tests\test_runner.cpp" />
|
||||
|
Reference in New Issue
Block a user