aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/windows-untested/vc70/gc.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'boehm-gc/windows-untested/vc70/gc.vcproj')
-rw-r--r--boehm-gc/windows-untested/vc70/gc.vcproj347
1 files changed, 347 insertions, 0 deletions
diff --git a/boehm-gc/windows-untested/vc70/gc.vcproj b/boehm-gc/windows-untested/vc70/gc.vcproj
new file mode 100644
index 00000000000..c143e76b833
--- /dev/null
+++ b/boehm-gc/windows-untested/vc70/gc.vcproj
@@ -0,0 +1,347 @@
+<?xml version="1.0" encoding = "windows-1251"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="gc"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\..\..\..\bin"
+ IntermediateDirectory=".\..\..\..\obj\Release\gc"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ AdditionalIncludeDirectories="..\..\include"
+ PreprocessorDefinitions="NDEBUG;_WINDOWS;_USRDLL;GC_BUILD;GC_DLL;WIN32;GC_THREADS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="3"
+ PrecompiledHeaderThrough="stdafx.h"
+ PrecompiledHeaderFile=".\..\..\..\obj\Release\gc/gc.pch"
+ AssemblerListingLocation=".\..\..\..\obj\Release\gc/"
+ ObjectFile=".\..\..\..\obj\Release\gc/"
+ ProgramDataBaseFileName=".\..\..\..\obj\Release\gc/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ ForcedIncludeFiles="stdafx.h"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ OutputFile="..\..\..\bin/gc70.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ ModuleDefinitionFile="..\gc.def"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\..\..\..\bin/gc70.pdb"
+ SubSystem="1"
+ OptimizeReferences="2"
+ SetChecksum="TRUE"
+ BaseAddress="0x37C30000"
+ ImportLibrary="..\..\..\lib/gc.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\..\..\..\bin/gc.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="del $(OutDir)\..\lib\gc.exp"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ AdditionalIncludeDirectories="..\..\include"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\..\..\..\bin"
+ IntermediateDirectory=".\..\..\..\obj\Debug\gc"
+ ConfigurationType="2"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include"
+ PreprocessorDefinitions="_DEBUG;_WINDOWS;_USRDLL;GC_BUILD;GC_DLL;WIN32;GC_THREADS"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="3"
+ PrecompiledHeaderThrough="stdafx.h"
+ PrecompiledHeaderFile=".\..\..\..\obj\Debug\gc/gc.pch"
+ AssemblerListingLocation=".\..\..\..\obj\Debug\gc/"
+ ObjectFile=".\..\..\..\obj\Debug\gc/"
+ ProgramDataBaseFileName=".\..\..\..\obj\Debug\gc/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="0"
+ ForcedIncludeFiles="stdafx.h"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/MACHINE:I386"
+ OutputFile="..\..\..\bin/gc70d.dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="TRUE"
+ ModuleDefinitionFile="..\gc.def"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\..\..\..\bin/gc70d.pdb"
+ SubSystem="1"
+ BaseAddress="0x37C30000"
+ ImportLibrary="..\..\..\lib/gcd.lib"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="TRUE"
+ SuppressStartupBanner="TRUE"
+ TargetEnvironment="1"
+ TypeLibraryName=".\..\..\..\bin/gc.tlb"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="del $(OutDir)\..\lib\gcd.exp"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ AdditionalIncludeDirectories="..\..\include"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="c;cpp;cc;cxx;tcc;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\..\allchblk.c">
+ </File>
+ <File
+ RelativePath="..\..\alloc.c">
+ </File>
+ <File
+ RelativePath="..\..\backgraph.c">
+ </File>
+ <File
+ RelativePath="..\..\blacklst.c">
+ </File>
+ <File
+ RelativePath="..\..\checksums.c">
+ </File>
+ <File
+ RelativePath="..\..\dbg_mlc.c">
+ </File>
+ <File
+ RelativePath="..\..\gcj_mlc.c">
+ </File>
+ <File
+ RelativePath="..\..\fnlz_mlc.c">
+ </File>
+ <File
+ RelativePath="..\..\dyn_load.c">
+ </File>
+ <File
+ RelativePath="..\..\finalize.c">
+ </File>
+ <File
+ RelativePath="..\..\headers.c">
+ </File>
+ <File
+ RelativePath="..\..\mach_dep.c">
+ </File>
+ <File
+ RelativePath="..\..\malloc.c">
+ </File>
+ <File
+ RelativePath="..\..\mallocx.c">
+ </File>
+ <File
+ RelativePath="..\..\mark.c">
+ </File>
+ <File
+ RelativePath="..\..\mark_rts.c">
+ </File>
+ <File
+ RelativePath="..\..\misc.c">
+ </File>
+ <File
+ RelativePath="..\..\msvc_dbg.c">
+ </File>
+ <File
+ RelativePath="..\..\new_hblk.c">
+ </File>
+ <File
+ RelativePath="..\..\obj_map.c">
+ </File>
+ <File
+ RelativePath="..\..\os_dep.c">
+ </File>
+ <File
+ RelativePath="..\..\ptr_chck.c">
+ </File>
+ <File
+ RelativePath="..\..\reclaim.c">
+ </File>
+ <File
+ RelativePath="..\stdafx.c">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\stubborn.c">
+ </File>
+ <File
+ RelativePath="..\..\typd_mlc.c">
+ </File>
+ <File
+ RelativePath="..\..\win32_threads.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hh;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\..\include\gc.h">
+ </File>
+ <File
+ RelativePath="..\..\include\gc_allocator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\gc_backptr.h">
+ </File>
+ <File
+ RelativePath="..\..\include\gc_config_macros.h">
+ </File>
+ <File
+ RelativePath="..\..\include\gc_cpp.h">
+ </File>
+ <File
+ RelativePath="..\..\include\gc_gcj.h">
+ </File>
+ <File
+ RelativePath="..\..\include\private\gc_hdrs.h">
+ </File>
+ <File
+ RelativePath="..\..\include\gc_inl.h">
+ </File>
+ <File
+ RelativePath="..\..\include\gc_inline.h">
+ </File>
+ <File
+ RelativePath="..\..\include\private\gc_locks.h">
+ </File>
+ <File
+ RelativePath="..\..\include\gc_mark.h">
+ </File>
+ <File
+ RelativePath="..\..\include\gc_disclaim.h">
+ </File>
+ <File
+ RelativePath="..\..\include\private\gc_pmark.h">
+ </File>
+ <File
+ RelativePath="..\..\include\private\gc_priv.h">
+ </File>
+ <File
+ RelativePath="..\..\include\gc_pthread_redirects.h">
+ </File>
+ <File
+ RelativePath="..\..\include\gc_typed.h">
+ </File>
+ <File
+ RelativePath="..\..\include\private\gcconfig.h">
+ </File>
+ <File
+ RelativePath="..\..\include\javaxfc.h">
+ </File>
+ <File
+ RelativePath="..\..\include\leak_detector.h">
+ </File>
+ <File
+ RelativePath="..\..\msvc_dbg.h">
+ </File>
+ <File
+ RelativePath="..\..\include\new_gc_alloc.h">
+ </File>
+ <File
+ RelativePath="..\stdafx.h">
+ </File>
+ <File
+ RelativePath="..\..\version.h">
+ </File>
+ <File
+ RelativePath="..\..\include\weakpointer.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ <File
+ RelativePath="..\gc.def">
+ </File>
+ <File
+ RelativePath="..\gc.rc">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCResourceCompilerTool"
+ AdditionalIncludeDirectories="..\..\include"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCResourceCompilerTool"
+ AdditionalIncludeDirectories="..\..\include"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\gc.ver">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>