Update of /cvsroot/mockpp/mockpp/msvc2005/mockpp/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19515/msvc2005/mockpp/tests
Modified Files:
mock_test.vcproj
Log Message:
use env variable
Index: mock_test.vcproj
===================================================================
RCS file: /cvsroot/mockpp/mockpp/msvc2005/mockpp/tests/mock_test.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mock_test.vcproj 8 Dec 2005 17:24:13 -0000 1.1
+++ mock_test.vcproj 8 Dec 2005 18:15:33 -0000 1.2
@@ -15,8 +15,8 @@
<Configurations>
<Configuration
Name="Release|Win32"
- OutputDirectory="C:\tmp\compile\mockpp\tests\Release"
- IntermediateDirectory="C:\tmp\compile\mockpp\tests\Release"
+ OutputDirectory="$(TEMP)\compile\mockpp\tests\Release"
+ IntermediateDirectory="$(TEMP)\compile\mockpp\tests\Release"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
@@ -37,7 +37,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName="C:\tmp\compile\mockpp\tests\Release/mock_test.tlb"
+ TypeLibraryName="$(TEMP)\compile\mockpp\tests\Release/mock_test.tlb"
HeaderFileName=""
/>
<Tool
@@ -50,10 +50,10 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
RuntimeTypeInfo="true"
- 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/"
+ PrecompiledHeaderFile="$(TEMP)\compile\mockpp\tests\Release/mock_test.pch"
+ AssemblerListingLocation="$(TEMP)\compile\mockpp\tests\Release/"
+ ObjectFile="$(TEMP)\compile\mockpp\tests\Release/"
+ ProgramDataBaseFileName="$(TEMP)\compile\mockpp\tests\Release/"
WarningLevel="4"
SuppressStartupBanner="true"
CompileAs="0"
@@ -72,11 +72,11 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="mockpp.lib cppunit_dll.lib"
- OutputFile="C:\tmp\compile\mockpp\tests\Release/mock_test.exe"
+ OutputFile="$(TEMP)\compile\mockpp\tests\Release/mock_test.exe"
LinkIncremental="1"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="../../lib,$(CPPUNIT_ROOT)/lib"
- ProgramDatabaseFile="C:\tmp\compile\mockpp\tests\Release/mock_test.pdb"
+ ProgramDatabaseFile="$(TEMP)\compile\mockpp\tests\Release/mock_test.pdb"
SubSystem="1"
TargetMachine="1"
/>
@@ -107,8 +107,8 @@
</Configuration>
<Configuration
Name="Debug|Win32"
- OutputDirectory="C:\tmp\compile\mockpp\tests\Debug"
- IntermediateDirectory="C:\tmp\compile\mockpp\tests\Debug"
+ OutputDirectory="$(TEMP)\compile\mockpp\tests\Debug"
+ IntermediateDirectory="$(TEMP)\compile\mockpp\tests\Debug"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfMFC="0"
@@ -129,7 +129,7 @@
/>
<Tool
Name="VCMIDLTool"
- TypeLibraryName="c:\tmp\compile\mockpp\tests\Debug/mock_test.tlb"
+ TypeLibraryName="$(TEMP)\compile\mockpp\tests\Debug/mock_test.tlb"
HeaderFileName=""
/>
<Tool
@@ -140,10 +140,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
RuntimeTypeInfo="true"
- 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/"
+ PrecompiledHeaderFile="$(TEMP)\compile\mockpp\tests\Debug/mock_test.pch"
+ AssemblerListingLocation="$(TEMP)\compile\mockpp\tests\Debug/"
+ ObjectFile="$(TEMP)\compile\mockpp\tests\Debug/"
+ ProgramDataBaseFileName="$(TEMP)\compile\mockpp\tests\Debug/"
WarningLevel="4"
SuppressStartupBanner="true"
DebugInformationFormat="4"
@@ -163,12 +163,12 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="mockppd.lib cppunitd_dll.lib"
- OutputFile="C:\tmp\compile\mockpp\tests\Debug/mock_test.exe"
+ OutputFile="$(TEMP)\compile\mockpp\tests\Debug/mock_test.exe"
LinkIncremental="2"
SuppressStartupBanner="true"
AdditionalLibraryDirectories="../../lib,$(CPPUNIT_ROOT)/lib"
GenerateDebugInformation="true"
- ProgramDatabaseFile="C:\tmp\compile\mockpp\tests\Debug/mock_test.pdb"
+ ProgramDatabaseFile="$(TEMP)\compile\mockpp\tests\Debug/mock_test.pdb"
SubSystem="1"
TargetMachine="1"
/>
|