[Mockpp-commits] mockpp/msvc71/mockpp/examples examples.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/examples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27633/mockpp/examples Modified Files: examples.vcproj Log Message: updated project files Index: examples.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/examples/examples.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- examples.vcproj 23 Mar 2005 21:17:33 -0000 1.2 +++ examples.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\Debug" + IntermediateDirectory="C:\tmp\compile\mockpp\examples\Debug" ConfigurationType="1" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" @@ -26,10 +26,10 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile=".\Debug/examples.pch" - AssemblerListingLocation=".\Debug/" - ObjectFile=".\Debug/" - ProgramDataBaseFileName=".\Debug/" + PrecompiledHeaderFile="C:\tmp\compile\mockpp\examples\Debug/examples.pch" + AssemblerListingLocation="C:\tmp\compile\mockpp\examples\Debug/" + ObjectFile="C:\tmp\compile\mockpp\examples\Debug/" + ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\Debug/" WarningLevel="4" SuppressStartupBanner="TRUE" DebugInformationFormat="4" @@ -39,17 +39,17 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="mockppd.lib cppunitd_dll.lib" - OutputFile=".\Debug/examples.exe" + OutputFile="C:\tmp\compile\mockpp\examples\Debug/examples.exe" LinkIncremental="2" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="../../lib" GenerateDebugInformation="TRUE" - ProgramDatabaseFile=".\Debug/examples.pdb" + ProgramDatabaseFile="C:\tmp\compile\mockpp\examples\Debug/examples.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" - TypeLibraryName=".\Debug/examples.tlb" + TypeLibraryName="C:\tmp\compile\mockpp\examples\Debug/examples.tlb" HeaderFileName=""/> <Tool Name="VCPostBuildEventTool"/> @@ -74,8 +74,8 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory=".\Release" - IntermediateDirectory=".\Release" + OutputDirectory="C:\tmp\compile\mockpp\examples\Release" + IntermediateDirectory="C:\tmp\compile\mockpp\examples\Release" ConfigurationType="1" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" @@ -90,10 +90,10 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile=".\Release/examples.pch" - AssemblerListingLocation=".\Release/" - ObjectFile=".\Release/" - ProgramDataBaseFileName=".\Release/" + PrecompiledHeaderFile="C:\tmp\compile\mockpp\examples\Release/examples.pch" + AssemblerListingLocation="C:\tmp\compile\mockpp\examples\Release/" + ObjectFile="C:\tmp\compile\mockpp\examples\Release/" + ProgramDataBaseFileName="C:\tmp\compile\mockpp\examples\Release/" WarningLevel="4" SuppressStartupBanner="TRUE" CompileAs="0"/> @@ -102,16 +102,16 @@ <Tool Name="VCLinkerTool" AdditionalDependencies="mockpp.lib cppunit_dll.lib" - OutputFile=".\Release/examples.exe" + OutputFile="C:\tmp\compile\mockpp\examples\Release/examples.exe" LinkIncremental="1" SuppressStartupBanner="TRUE" AdditionalLibraryDirectories="../../lib" - ProgramDatabaseFile=".\Release/examples.pdb" + ProgramDatabaseFile="C:\tmp\compile\mockpp\examples\Release/examples.pdb" SubSystem="1" TargetMachine="1"/> <Tool Name="VCMIDLTool" - TypeLibraryName=".\Release/examples.tlb" + TypeLibraryName="C:\tmp\compile\mockpp\examples\Release/examples.tlb" HeaderFileName=""/> <Tool Name="VCPostBuildEventTool"/> |