Skip to content

Commit

Permalink
Bugfixes in MS Visual Studio 2008 project file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnd R. Strube committed Jan 21, 2014
1 parent aa37cc1 commit 7a04030
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CppUTest.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
/>
<Tool
Name="VCPostBuildEventTool"
CommandLine="copy lib\CppUTest.lib lib\vs2008\CppUTest.lib&#x0D;&#x0A;copy Debug\vc90.pdb lib\vs2008\vc90.pdb&#x0D;&#x0A;"
CommandLine="if not exist lib\vs2008\ md lib\vs2008\&#x0D;&#x0A;copy lib\CppUTest.lib lib\vs2008\CppUTest.lib&#x0D;&#x0A;copy Debug\vc90.pdb lib\vs2008\vc90.pdb&#x0D;&#x0A;"
/>
</Configuration>
<Configuration
Expand Down Expand Up @@ -190,10 +190,6 @@
RelativePath=".\src\CppUTest\CommandLineTestRunner.cpp"
>
</File>
<File
RelativePath=".\src\CppUTestExt\GTestConvertor.cpp"
>
</File>
<File
RelativePath=".\src\CppUTest\JUnitTestOutput.cpp"
>
Expand Down

0 comments on commit 7a04030

Please sign in to comment.