You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by mf...@apache.org on 2007/08/02 09:26:25 UTC

svn commit: r562033 - in /harmony/enhanced/drlvm/trunk/build/custom/msvc_2003: gc_gen/gc_gen.vcproj vmcore/vmcore.vcproj

Author: mfursov
Date: Thu Aug  2 00:26:22 2007
New Revision: 562033

URL: http://svn.apache.org/viewvc?view=rev&rev=562033
Log:
Updating MSVC2003/IA32 project files for vmcore&gc_gen components

Modified:
    harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/gc_gen/gc_gen.vcproj
    harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/vmcore/vmcore.vcproj

Modified: harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/gc_gen/gc_gen.vcproj
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/gc_gen/gc_gen.vcproj?view=diff&rev=562033&r1=562032&r2=562033
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/gc_gen/gc_gen.vcproj (original)
+++ harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/gc_gen/gc_gen.vcproj Thu Aug  2 00:26:22 2007
@@ -1,397 +1,443 @@
-<?xml version="1.0" encoding="windows-1251"?>
-<VisualStudioProject
-	ProjectType="Visual C++"
-	Version="7.10"
-	Name="gc_gen"
-	ProjectGUID="{3B33CE22-1196-4B02-A486-E8AED9DDA548}"
-	RootNamespace="gc_gen"
-	Keyword="Win32Proj">
-	<Platforms>
-		<Platform
-			Name="Win32"/>
-	</Platforms>
-	<Configurations>
-		<Configuration
-			Name="Debug|Win32"
-			OutputDirectory="bin\$(ConfigurationName)"
-			IntermediateDirectory="tmp\$(ConfigurationName)"
-			ConfigurationType="2"
-			CharacterSet="2">
-			<Tool
-				Name="VCCLCompilerTool"
-				Optimization="0"
-				AdditionalIncludeDirectories="&quot;$(ProjectDir)\..\..\..\..\vm\vmcore\include&quot;;&quot;$(ProjectDir)\..\..\..\..\vm\include&quot;;&quot;$(ProjectDir)\..\..\..\..\vm\vmcore\src\util\win\include&quot;;&quot;$(ProjectDir)\..\..\..\..\vm\port\include&quot;;&quot;$(ProjectDir)\..\..\..\win_ia32_msvc_$(ConfigurationName)\semis\extra\apr\include\apr-1&quot;"
-				PreprocessorDefinitions="BUILDING_GC;WIN32;_DEBUG;_WINDOWS;_USRDLL"
-				MinimalRebuild="TRUE"
-				BasicRuntimeChecks="3"
-				RuntimeLibrary="1"
-				UsePrecompiledHeader="0"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="FALSE"
-				DebugInformationFormat="3"/>
-			<Tool
-				Name="VCCustomBuildTool"/>
-			<Tool
-				Name="VCLinkerTool"
-				OutputFile="$(OutDir)/gc_gen.dll"
-				LinkIncremental="2"
-				AdditionalLibraryDirectories=""
-				GenerateDebugInformation="TRUE"
-				ProgramDatabaseFile="$(OutDir)/gc_gen.pdb"
-				SubSystem="2"
-				ImportLibrary="$(OutDir)/gc_gen.lib"
-				TargetMachine="1"/>
-			<Tool
-				Name="VCMIDLTool"/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				Description="       ... Copying files to bin/default folder ...."
-				CommandLine="copy $(OutDir)\gc_gen.dll $(ProjectDir)\..\..\..\win_ia32_msvc_$(ConfigurationName)\deploy\jdk\jre\bin\default
-copy $(OutDir)\gc_gen.pdb $(ProjectDir)\..\..\..\win_ia32_msvc_$(ConfigurationName)\deploy\jdk\jre\bin\default
-"/>
-			<Tool
-				Name="VCPreBuildEventTool"/>
-			<Tool
-				Name="VCPreLinkEventTool"/>
-			<Tool
-				Name="VCResourceCompilerTool"/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"/>
-			<Tool
-				Name="VCWebDeploymentTool"/>
-			<Tool
-				Name="VCManagedWrapperGeneratorTool"/>
-			<Tool
-				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-		</Configuration>
-		<Configuration
-			Name="Release|Win32"
-			OutputDirectory="bin\$(ConfigurationName)"
-			IntermediateDirectory="tmp\$(ConfigurationName)"
-			ConfigurationType="2"
-			CharacterSet="2">
-			<Tool
-				Name="VCCLCompilerTool"
-				AdditionalIncludeDirectories="&quot;$(ProjectDir)\..\..\..\..\vm\vmcore\include&quot;;&quot;$(ProjectDir)\..\..\..\..\vm\include&quot;;&quot;$(ProjectDir)\..\..\..\..\vm\vmcore\src\util\win\include&quot;;&quot;$(ProjectDir)\..\..\..\..\vm\port\include&quot;;&quot;$(ProjectDir)\..\..\..\win_ia32_msvc_$(ConfigurationName)\semis\extra\apr\include\apr-1&quot;"
-				PreprocessorDefinitions="BUILDING_GC;WIN32;NDEBUG;_WINDOWS;_USRDLL"
-				RuntimeLibrary="0"
-				UsePrecompiledHeader="0"
-				WarningLevel="3"
-				Detect64BitPortabilityProblems="FALSE"
-				DebugInformationFormat="3"/>
-			<Tool
-				Name="VCCustomBuildTool"/>
-			<Tool
-				Name="VCLinkerTool"
-				OutputFile="$(OutDir)/gc_gen.dll"
-				LinkIncremental="1"
-				AdditionalLibraryDirectories=""
-				GenerateDebugInformation="TRUE"
-				SubSystem="2"
-				OptimizeReferences="2"
-				EnableCOMDATFolding="2"
-				ImportLibrary="$(OutDir)/gc_gen.lib"
-				TargetMachine="1"/>
-			<Tool
-				Name="VCMIDLTool"/>
-			<Tool
-				Name="VCPostBuildEventTool"
-				Description="       ... Copying files to bin/default folder ...."
-				CommandLine="copy $(OutDir)\gc_gen.dll $(ProjectDir)\..\..\..\win_ia32_msvc_$(ConfigurationName)\deploy\jdk\jre\bin\default
-copy $(OutDir)\gc_gen.pdb $(ProjectDir)\..\..\..\win_ia32_msvc_$(ConfigurationName)\deploy\jdk\jre\bin\default
-"/>
-			<Tool
-				Name="VCPreBuildEventTool"/>
-			<Tool
-				Name="VCPreLinkEventTool"/>
-			<Tool
-				Name="VCResourceCompilerTool"/>
-			<Tool
-				Name="VCWebServiceProxyGeneratorTool"/>
-			<Tool
-				Name="VCXMLDataGeneratorTool"/>
-			<Tool
-				Name="VCWebDeploymentTool"/>
-			<Tool
-				Name="VCManagedWrapperGeneratorTool"/>
-			<Tool
-				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
-		</Configuration>
-	</Configurations>
-	<References>
-	</References>
-	<Files>
-		<Filter
-			Name="common"
-			Filter="">
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\compressed_ref.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\compressed_ref.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\fix_repointed_refs.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_block.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_common.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_common.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_for_class.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_for_class.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_for_vm.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_metadata.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_metadata.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_platform.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_space.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\interior_pointer.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\interior_pointer.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\large_pages.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\mark_scan_pool.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\space_tuner.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\common\space_tuner.h">
-			</File>
-		</Filter>
-		<Filter
-			Name="gen"
-			Filter="">
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\gen\gc_for_barrier.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\gen\gc_for_barrier.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\gen\gen.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\gen\gen.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\gen\gen_adapt.cpp">
-			</File>
-		</Filter>
-		<Filter
-			Name="jni"
-			Filter="">
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\jni\java_natives.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\jni\java_support.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\jni\java_support.h">
-			</File>
-		</Filter>
-		<Filter
-			Name="mark_compact"
-			Filter="">
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\fallback_mark_scan.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\los_extention_mark_scan.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace_alloc.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace_collect_compact.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace_collect_compact.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace_extend_compact.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace_move_compact.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace_slide_compact.cpp">
-			</File>
-		</Filter>
-		<Filter
-			Name="mark_sweep"
-			Filter="">
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\free_area_pool.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\free_area_pool.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\lspace.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\lspace.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\lspace_alloc_collect.cpp">
-			</File>
-		</Filter>
-		<Filter
-			Name="thread"
-			Filter="">
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\thread\collector.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\thread\collector.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\thread\collector_alloc.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\thread\gc_thread.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\thread\gc_thread.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\thread\mutator.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\thread\mutator.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\thread\mutator_alloc.cpp">
-			</File>
-		</Filter>
-		<Filter
-			Name="trace_forward"
-			Filter="">
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\trace_forward\fspace.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\trace_forward\fspace.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\trace_forward\fspace_alloc.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\trace_forward\fspace_gen_forward_pool.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\trace_forward\fspace_nongen_forward_pool.cpp">
-			</File>
-		</Filter>
-		<Filter
-			Name="utils"
-			Filter="">
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\utils\bidir_list.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\utils\bit_ops.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\utils\sync_pool.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\utils\sync_queue.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\utils\sync_stack.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\utils\vector_block.h">
-			</File>
-		</Filter>
-		<Filter
-			Name="verify"
-			Filter="">
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verifier_common.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verifier_common.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verifier_metadata.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verifier_metadata.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verifier_scanner.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verify_gc_effect.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verify_gc_effect.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verify_live_heap.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verify_live_heap.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verify_mutator_effect.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verify_mutator_effect.h">
-			</File>
-		</Filter>
-		<Filter
-			Name="finalizer_weakref"
-			Filter="">
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\finalizer_weakref\finalizer_weakref.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\finalizer_weakref\finalizer_weakref.h">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\finalizer_weakref\finalizer_weakref_metadata.cpp">
-			</File>
-			<File
-				RelativePath="..\..\..\..\vm\gc_gen\src\finalizer_weakref\finalizer_weakref_metadata.h">
-			</File>
-		</Filter>
-	</Files>
-	<Globals>
-	</Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="windows-1251"?>
+<VisualStudioProject
+	ProjectType="Visual C++"
+	Version="7.10"
+	Name="gc_gen"
+	ProjectGUID="{3B33CE22-1196-4B02-A486-E8AED9DDA548}"
+	RootNamespace="gc_gen"
+	Keyword="Win32Proj">
+	<Platforms>
+		<Platform
+			Name="Win32"/>
+	</Platforms>
+	<Configurations>
+		<Configuration
+			Name="Debug|Win32"
+			OutputDirectory="bin\$(ConfigurationName)"
+			IntermediateDirectory="tmp\$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				Optimization="0"
+				AdditionalIncludeDirectories="&quot;$(ProjectDir)\..\..\..\..\vm\vmcore\include&quot;;&quot;$(ProjectDir)\..\..\..\..\vm\include&quot;;&quot;$(ProjectDir)\..\..\..\..\vm\vmcore\src\util\win\include&quot;;&quot;$(ProjectDir)\..\..\..\..\vm\port\include&quot;;&quot;$(ProjectDir)\..\..\..\win_ia32_msvc_$(ConfigurationName)\semis\extra\apr\include\apr-1&quot;"
+				PreprocessorDefinitions="BUILDING_GC;WIN32;_DEBUG;_WINDOWS;_USRDLL"
+				MinimalRebuild="TRUE"
+				BasicRuntimeChecks="3"
+				RuntimeLibrary="1"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="FALSE"
+				DebugInformationFormat="3"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				OutputFile="$(OutDir)/gc_gen.dll"
+				LinkIncremental="2"
+				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="TRUE"
+				ProgramDatabaseFile="$(OutDir)/gc_gen.pdb"
+				SubSystem="2"
+				ImportLibrary="$(OutDir)/gc_gen.lib"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"
+				Description="       ... Copying files to bin/default folder ...."
+				CommandLine="copy $(OutDir)\gc_gen.dll $(ProjectDir)\..\..\..\win_ia32_msvc_$(ConfigurationName)\deploy\jdk\jre\bin\default
+copy $(OutDir)\gc_gen.pdb $(ProjectDir)\..\..\..\win_ia32_msvc_$(ConfigurationName)\deploy\jdk\jre\bin\default
+"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
+		<Configuration
+			Name="Release|Win32"
+			OutputDirectory="bin\$(ConfigurationName)"
+			IntermediateDirectory="tmp\$(ConfigurationName)"
+			ConfigurationType="2"
+			CharacterSet="2">
+			<Tool
+				Name="VCCLCompilerTool"
+				AdditionalIncludeDirectories="&quot;$(ProjectDir)\..\..\..\..\vm\vmcore\include&quot;;&quot;$(ProjectDir)\..\..\..\..\vm\include&quot;;&quot;$(ProjectDir)\..\..\..\..\vm\vmcore\src\util\win\include&quot;;&quot;$(ProjectDir)\..\..\..\..\vm\port\include&quot;;&quot;$(ProjectDir)\..\..\..\win_ia32_msvc_$(ConfigurationName)\semis\extra\apr\include\apr-1&quot;"
+				PreprocessorDefinitions="BUILDING_GC;WIN32;NDEBUG;_WINDOWS;_USRDLL"
+				RuntimeLibrary="0"
+				UsePrecompiledHeader="0"
+				WarningLevel="3"
+				Detect64BitPortabilityProblems="FALSE"
+				DebugInformationFormat="3"/>
+			<Tool
+				Name="VCCustomBuildTool"/>
+			<Tool
+				Name="VCLinkerTool"
+				OutputFile="$(OutDir)/gc_gen.dll"
+				LinkIncremental="1"
+				AdditionalLibraryDirectories=""
+				GenerateDebugInformation="TRUE"
+				SubSystem="2"
+				OptimizeReferences="2"
+				EnableCOMDATFolding="2"
+				ImportLibrary="$(OutDir)/gc_gen.lib"
+				TargetMachine="1"/>
+			<Tool
+				Name="VCMIDLTool"/>
+			<Tool
+				Name="VCPostBuildEventTool"
+				Description="       ... Copying files to bin/default folder ...."
+				CommandLine="copy $(OutDir)\gc_gen.dll $(ProjectDir)\..\..\..\win_ia32_msvc_$(ConfigurationName)\deploy\jdk\jre\bin\default
+copy $(OutDir)\gc_gen.pdb $(ProjectDir)\..\..\..\win_ia32_msvc_$(ConfigurationName)\deploy\jdk\jre\bin\default
+"/>
+			<Tool
+				Name="VCPreBuildEventTool"/>
+			<Tool
+				Name="VCPreLinkEventTool"/>
+			<Tool
+				Name="VCResourceCompilerTool"/>
+			<Tool
+				Name="VCWebServiceProxyGeneratorTool"/>
+			<Tool
+				Name="VCXMLDataGeneratorTool"/>
+			<Tool
+				Name="VCWebDeploymentTool"/>
+			<Tool
+				Name="VCManagedWrapperGeneratorTool"/>
+			<Tool
+				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+		</Configuration>
+	</Configurations>
+	<References>
+	</References>
+	<Files>
+		<Filter
+			Name="common"
+			Filter="">
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\compressed_ref.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\compressed_ref.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\fix_repointed_refs.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_block.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_common.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_common.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_for_class.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_for_class.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_for_vm.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_metadata.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_metadata.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_platform.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\gc_space.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\hashcode.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\interior_pointer.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\interior_pointer.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\large_pages.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\mark_scan_pool.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\space_tuner.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\common\space_tuner.h">
+			</File>
+		</Filter>
+		<Filter
+			Name="gen"
+			Filter="">
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\gen\gc_for_barrier.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\gen\gc_for_barrier.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\gen\gen.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\gen\gen.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\gen\gen_adapt.cpp">
+			</File>
+		</Filter>
+		<Filter
+			Name="jni"
+			Filter="">
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\jni\java_natives.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\jni\java_support.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\jni\java_support.h">
+			</File>
+		</Filter>
+		<Filter
+			Name="mark_compact"
+			Filter="">
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\fallback_mark_scan.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace_alloc.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace_collect_compact.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace_collect_compact.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace_extend_compact.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace_move_compact.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\mspace_slide_compact.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_compact\space_tune_mark_scan.cpp">
+			</File>
+		</Filter>
+		<Filter
+			Name="mark_sweep"
+			Filter="">
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\gc_ms.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\gc_ms.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\sspace.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\sspace.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\sspace_alloc.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\sspace_chunk.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\sspace_chunk.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\sspace_mark.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\sspace_mark_sweep.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\sspace_mark_sweep.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\sspace_sweep.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\sspace_verify.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\mark_sweep\sspace_verify.h">
+			</File>
+		</Filter>
+		<Filter
+			Name="thread"
+			Filter="">
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\thread\collector.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\thread\collector.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\thread\collector_alloc.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\thread\gc_thread.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\thread\gc_thread.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\thread\mutator.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\thread\mutator.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\thread\mutator_alloc.cpp">
+			</File>
+		</Filter>
+		<Filter
+			Name="trace_forward"
+			Filter="">
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\trace_forward\fspace.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\trace_forward\fspace.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\trace_forward\fspace_alloc.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\trace_forward\fspace_gen_forward_pool.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\trace_forward\fspace_nongen_forward_pool.cpp">
+			</File>
+		</Filter>
+		<Filter
+			Name="utils"
+			Filter="">
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\utils\bidir_list.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\utils\bit_ops.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\utils\sync_pool.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\utils\sync_queue.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\utils\sync_stack.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\utils\vector_block.h">
+			</File>
+		</Filter>
+		<Filter
+			Name="verify"
+			Filter="">
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verifier_common.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verifier_common.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verifier_metadata.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verifier_metadata.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verifier_scanner.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verify_gc_effect.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verify_gc_effect.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verify_live_heap.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verify_live_heap.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verify_mutator_effect.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\verify\verify_mutator_effect.h">
+			</File>
+		</Filter>
+		<Filter
+			Name="finalizer_weakref"
+			Filter="">
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\finalizer_weakref\finalizer_weakref.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\finalizer_weakref\finalizer_weakref.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\finalizer_weakref\finalizer_weakref_metadata.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\finalizer_weakref\finalizer_weakref_metadata.h">
+			</File>
+		</Filter>
+		<Filter
+			Name="los"
+			Filter="">
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\los\free_area_pool.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\los\free_area_pool.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\los\lspace.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\los\lspace.h">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\gc_gen\src\los\lspace_alloc_collect.cpp">
+			</File>
+		</Filter>
+	</Files>
+	<Globals>
+	</Globals>
+</VisualStudioProject>

Modified: harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/vmcore/vmcore.vcproj
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/vmcore/vmcore.vcproj?view=diff&rev=562033&r1=562032&r2=562033
==============================================================================
--- harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/vmcore/vmcore.vcproj (original)
+++ harmony/enhanced/drlvm/trunk/build/custom/msvc_2003/vmcore/vmcore.vcproj Thu Aug  2 00:26:22 2007
@@ -937,6 +937,9 @@
 				RelativePath="..\..\..\..\vm\vmcore\src\thread\thread_generic.cpp">
 			</File>
 			<File
+				RelativePath="..\..\..\..\vm\vmcore\src\thread\helpers\thread_helpers_ia32.cpp">
+			</File>
+			<File
 				RelativePath="..\..\..\..\vm\vmcore\src\thread\thread_java_attrs.cpp">
 			</File>
 			<File
@@ -985,13 +988,6 @@
 					RelativePath="..\..\..\..\vm\vmcore\src\thread\win\atomics.cpp">
 				</File>
 			</Filter>
-			<Filter
-				Name="helpers"
-				Filter="">
-				<File
-					RelativePath="..\..\..\..\vm\vmcore\src\thread\helpers\thread_helpers.cpp">
-				</File>
-			</Filter>
 		</Filter>
 		<Filter
 			Name="util"
@@ -1148,6 +1144,9 @@
 			</File>
 			<File
 				RelativePath="..\..\..\..\vm\port\src\lil\lil_code_generator_utils.cpp">
+			</File>
+			<File
+				RelativePath="..\..\..\..\vm\port\src\lil\pim\m2n.cpp">
 			</File>
 			<File
 				RelativePath="..\..\..\..\vm\port\src\lil\ia32\pim\m2n_ia32.cpp">