[Mockpp-commits] mockpp/msvc71/mockpp/examples examples.vcproj,1.6,1.7
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2006-01-08 13:11:09
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5669/msvc71/mockpp/examples Modified Files: examples.vcproj Log Message: migrate from msvc2005 Index: examples.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/examples.vcproj,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- examples.vcproj 7 Jan 2006 12:15:35 -0000 1.6 +++ examples.vcproj 8 Jan 2006 13:10:59 -0000 1.7 @@ -70,7 +70,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib" + AdditionalDependencies="mockppd.lib mockpp_cxxtestd.lib" OutputFile="$(TEMP)\compile\mockpp\examples\Debug/mock_greeter.exe" LinkIncremental="2" SuppressStartupBanner="true" @@ -136,7 +136,7 @@ Name="VCCLCompilerTool" Optimization="2" InlineFunctionExpansion="1" - AdditionalIncludeDirectories="../../..,$(CPPUNIT_ROOT)/include" + AdditionalIncludeDirectories="..\..\..;..\..\..\3party;..\..\..\3party\cxxtest;$(CPPUNIT_ROOT)/include" PreprocessorDefinitions="NDEBUG,WIN32,_CONSOLE" StringPooling="true" RuntimeLibrary="2" @@ -163,7 +163,7 @@ /> <Tool Name="VCLinkerTool" - AdditionalDependencies="mockpp.lib cppunit_dll.lib" + AdditionalDependencies="mockpp.lib mockpp_cxxtest.lib" OutputFile="$(TEMP)\compile\mockpp\examples\Release/examples.exe" LinkIncremental="1" SuppressStartupBanner="true" |