- fixed windows build with bad paths

This commit is contained in:
SoftCoder 2014-02-01 10:57:56 -08:00
parent 4310ebc6d4
commit bf5001a49a
2 changed files with 2 additions and 2 deletions

View File

@ -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" />

View File

@ -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" />