[Mockpp-commits] mockpp/msvc2005/mockpp mockpp.vcproj,1.1,1.2 mockpp_production.vcproj,1.1,1.2
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-12-08 18:16:10
|
Update of /cvsroot/mockpp/mockpp/msvc2005/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19515/msvc2005/mockpp Modified Files: mockpp.vcproj mockpp_production.vcproj Log Message: use env variable Index: mockpp.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/mockpp.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mockpp.vcproj 8 Dec 2005 17:24:13 -0000 1.1 +++ mockpp.vcproj 8 Dec 2005 18:15:28 -0000 1.2 @@ -47,7 +47,7 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" RuntimeTypeInfo="true" - PrecompiledHeaderFile="C:\tmp\compile\mockpp\Debug/mockpp.pch" + PrecompiledHeaderFile="$(TEMP)\compile\mockpp\Debug/mockpp.pch" AssemblerListingLocation="$(TEMP)\compile\mockpp\Debug/" ObjectFile="$(TEMP)\compile\mockpp\Debug/" ProgramDataBaseFileName="$(TEMP)\compile\mockpp\Debug/" @@ -90,8 +90,8 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="C:\tmp\compile\mockpp\Release" - IntermediateDirectory="C:\tmp\compile\mockpp\Release" + OutputDirectory="$(TEMP)\compile\mockpp\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\Release" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" @@ -123,10 +123,10 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" RuntimeTypeInfo="true" - 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/" + PrecompiledHeaderFile="$(TEMP)\compile\mockpp\Release/mockpp.pch" + AssemblerListingLocation="$(TEMP)\compile\mockpp\Release/" + ObjectFile="$(TEMP)\compile\mockpp\Release/" + ProgramDataBaseFileName="$(TEMP)\compile\mockpp\Release/" WarningLevel="4" SuppressStartupBanner="true" CompileAs="0" Index: mockpp_production.vcproj =================================================================== RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/mockpp_production.vcproj,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- mockpp_production.vcproj 8 Dec 2005 17:24:13 -0000 1.1 +++ mockpp_production.vcproj 8 Dec 2005 18:15:28 -0000 1.2 @@ -87,8 +87,8 @@ </Configuration> <Configuration Name="Release|Win32" - OutputDirectory="C:\tmp\compile\mockpp\production\Release" - IntermediateDirectory="C:\tmp\compile\mockpp\production\Release" + OutputDirectory="$(TEMP)\compile\mockpp\production\Release" + IntermediateDirectory="$(TEMP)\compile\mockpp\production\Release" ConfigurationType="4" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" UseOfMFC="0" |