[Mockpp-commits] mockpp/msvc71/mockpp mockpp.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 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27633/mockpp Modified Files: mockpp.vcproj Log Message: updated project files Index: mockpp.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc71/mockpp/mockpp.vcproj,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- mockpp.vcproj 23 Mar 2005 21:17:29 -0000 1.2 +++ mockpp.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\Debug" + IntermediateDirectory="C:\tmp\compile\mockpp\Debug" ConfigurationType="4" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" @@ -26,10 +26,10 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile=".\Debug/mockpp.pch" - AssemblerListingLocation=".\Debug/" - ObjectFile=".\Debug/" - ProgramDataBaseFileName=".\Debug/" + PrecompiledHeaderFile="C:\tmp\compile\mockpp\Debug/mockpp.pch" + AssemblerListingLocation="C:\tmp\compile\mockpp\Debug/" + ObjectFile="C:\tmp\compile\mockpp\Debug/" + ProgramDataBaseFileName="C:\tmp\compile\mockpp\Debug/" WarningLevel="4" SuppressStartupBanner="TRUE" DebugInformationFormat="4" @@ -63,8 +63,8 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory=".\Release" - IntermediateDirectory=".\Release" + OutputDirectory="C:\tmp\compile\mockpp\Release" + IntermediateDirectory="C:\tmp\compile\mockpp\Release" ConfigurationType="4" UseOfMFC="0" ATLMinimizesCRunTimeLibraryUsage="FALSE" @@ -79,10 +79,10 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="TRUE" RuntimeTypeInfo="TRUE" - PrecompiledHeaderFile=".\Release/mockpp.pch" - AssemblerListingLocation=".\Release/" - ObjectFile=".\Release/" - ProgramDataBaseFileName=".\Release/" + PrecompiledHeaderFile="C:\tmp\compile\mockpp\Release/mockpp.pch" + AssemblerListingLocation="C:\tmp\compile\mockpp\Release/" + ObjectFile="C:\tmp\compile\mockpp\Release/" + ProgramDataBaseFileName="C:\tmp\compile\mockpp\Release/" WarningLevel="4" SuppressStartupBanner="TRUE" CompileAs="0"/> |