[Mockpp-commits] mockpp/msvc71/mockpp/tests mock_test.vcproj,1.2,1.3
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-03-25 10:23:04
|
Update of /cvsroot/mockpp/mockpp/msvc71/mockpp/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27633/mockpp/tests Modified Files: mock_test.vcproj Log Message: updated project files Index: mock_test.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/tests/mock_test.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mock_test.vcproj 23 Mar 2005 21:17:56 -0000 1.2 +++ mock_test.vcproj 25 Mar 2005 10:22:56 -0000 1.3 @@ -12,8 +12,8 @@ <Configurations> <Configuration Name="Release|Win32" - OutputDirectory=".\Release" - IntermediateDirectory=".\Release" + OutputDirectory="C:\tmp\compile\mockpp\tests\Release" + IntermediateDirectory="C:\tmp\compile\mockpp\tests\Release" ConfigurationType="1" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" @@ -28,10 +28,10 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile=".\Release/mock_test.pch" - AssemblerListingLocation=".\Release/" - ObjectFile=".\Release/" - ProgramDataBaseFileName=".\Release/" + PrecompiledHeaderFile="C:\tmp\compile\mockpp\tests\Release/mock_test.pch" + AssemblerListingLocation="C:\tmp\compile\mockpp\tests\Release/" + ObjectFile="C:\tmp\compile\mockpp\tests\Release/" + ProgramDataBaseFileName="C:\tmp\compile\mockpp\tests\Release/" WarningLevel="4" SuppressStartupBanner="TRUE" CompileAs="0"/> @@ -40,16 +40,16 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="mockpp.lib cppunit_dll.lib" - OutputFile=".\Release/mock_test.exe" + OutputFile="C:\tmp\compile\mockpp\tests\Release/mock_test.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="../../lib,$(CPPUNIT_ROOT)/lib" - ProgramDatabaseFile=".\Release/mock_test.pdb" + ProgramDatabaseFile="C:\tmp\compile\mockpp\tests\Release/mock_test.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" - TypeLibraryName=".\Release/mock_test.tlb" + TypeLibraryName="C:\tmp\compile\mockpp\tests\Release/mock_test.tlb" HeaderFileName=""/> <Tool Name="VCPostBuildEventTool"/> @@ -74,8 +74,8 @@ </Configuration> <Configuration Name="Debug|Win32" - OutputDirectory=".\Debug" - IntermediateDirectory=".\Debug" + OutputDirectory="C:\tmp\compile\mockpp\tests\Debug" + IntermediateDirectory="C:\tmp\compile\mockpp\tests\Debug" ConfigurationType="1" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" @@ -88,10 +88,10 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile=".\Debug/mock_test.pch" - AssemblerListingLocation=".\Debug/" - ObjectFile=".\Debug/" - ProgramDataBaseFileName=".\Debug/" + PrecompiledHeaderFile="C:\tmp\compile\mockpp\tests\Debug/mock_test.pch" + AssemblerListingLocation="C:\tmp\compile\mockpp\tests\Debug/" + ObjectFile="C:\tmp\compile\mockpp\tests\Debug/" + ProgramDataBaseFileName="C:\tmp\compile\mockpp\tests\Debug/" WarningLevel="4" SuppressStartupBanner="TRUE" DebugInformationFormat="4" @@ -101,12 +101,12 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="mockppd.lib cppunitd_dll.lib" - OutputFile=".\Debug/mock_test.exe" + OutputFile="C:\tmp\compile\mockpp\tests\Debug/mock_test.exe" LinkIncremental="2" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="../../lib,$(CPPUNIT_ROOT)/lib" GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\Debug/mock_test.pdb" + ProgramDatabaseFile="C:\tmp\compile\mockpp\tests\Debug/mock_test.pdb" SubSystem="1" TargetMachine="1"/> <Tool |