aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/windows-untested/vc70/test_gc.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/windows-untested/vc70/test_gc.vcproj')
-rw-r--r--boehm-gc/windows-untested/vc70/test_gc.vcproj127
1 files changed, 127 insertions, 0 deletions
diff --git a/boehm-gc/windows-untested/vc70/test_gc.vcproj b/boehm-gc/windows-untested/vc70/test_gc.vcproj
new file mode 100644
index 00000000000..8802cf6d9a2
--- /dev/null
+++ b/boehm-gc/windows-untested/vc70/test_gc.vcproj
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding = "windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="test_gc"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\..\..\..\bin"
+ IntermediateDirectory=".\..\..\..\obj\Release\test_gc"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\include"
+ PreprocessorDefinitions="NDEBUG,_CONSOLE,GC_DLL,WIN32,GC_THREADS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="TRUE"
+ PrecompiledHeaderFile=".\..\..\..\obj\Release\test_gc/test_gc.pch"
+ AssemblerListingLocation=".\..\..\..\obj\Release\test_gc/"
+ ObjectFile=".\..\..\..\obj\Release\test_gc/"
+ ProgramDataBaseFileName=".\..\..\..\obj\Release\test_gc/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ OutputFile=".\..\..\..\bin/test_gc.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\..\..\..\bin/test_gc.pdb"
+ OptimizeReferences="2"
+ SetChecksum="TRUE"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\..\..\..\bin/test_gc.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\..\..\..\bin"
+ IntermediateDirectory=".\..\..\..\obj\Debug\test_gc"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include"
+ PreprocessorDefinitions="_DEBUG,_CONSOLE,GC_DLL,WIN32,GC_THREADS"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="2"
+ PrecompiledHeaderFile=".\..\..\..\obj\Debug\test_gc/test_gc.pch"
+ AssemblerListingLocation=".\..\..\..\obj\Debug\test_gc/"
+ ObjectFile=".\..\..\..\obj\Debug\test_gc/"
+ ProgramDataBaseFileName=".\..\..\..\obj\Debug\test_gc/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ OutputFile="..\..\..\bin/test_gcd.exe"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\..\..\..\bin/test_gcd.pdb"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\..\..\..\bin/test_gc.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <File
+ RelativePath="..\..\tests\test.c">
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>