[Mockpp-commits] mockpp/msvc2005/mockpp/examples examples.vcproj,1.4,1.5
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2006-01-08 13:08:32
|
Update of /cvsroot/mockpp/mockpp/msvc2005/mockpp/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4861/msvc2005/mockpp/examples Modified Files: examples.vcproj Log Message: fix release builds Index: examples.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/examples/examples.vcproj,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- examples.vcproj 6 Jan 2006 16:02:34 -0000 1.4 +++ examples.vcproj 8 Jan 2006 13:08:17 -0000 1.5 @@ -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" |