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