[Python-checkins] python/dist/src/PCbuild _bsddb.vcproj, 1.1, 1.2 _socket.vcproj, 1.1, 1.2 _ssl.vcproj, 1.1, 1.2 _testcapi.vcproj, 1.1, 1.2 _tkinter.vcproj, 1.1, 1.2 bz2.vcproj, 1.2, 1.3 make_versioninfo.vcproj, 1.1, 1.2 pyexpat.vcproj, 1.1, 1.2 python.vcproj, 1.1, 1.2 pythoncore.vcproj, 1.10, 1.11 pythonw.vcproj, 1.1, 1.2 select.vcproj, 1.1, 1.2 unicodedata.vcproj, 1.1, 1.2 w9xpopen.vcproj, 1.1, 1.2 winsound.vcproj, 1.1, 1.2 zlib.vcproj, 1.4, 1.5

loewis at users.sourceforge.net loewis at users.sourceforge.net
Tue Jun 15 14:18:32 EDT 2004


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27687

Modified Files:
	_bsddb.vcproj _socket.vcproj _ssl.vcproj _testcapi.vcproj 
	_tkinter.vcproj bz2.vcproj make_versioninfo.vcproj 
	pyexpat.vcproj python.vcproj pythoncore.vcproj pythonw.vcproj 
	select.vcproj unicodedata.vcproj w9xpopen.vcproj 
	winsound.vcproj zlib.vcproj 
Log Message:
Remove CRLF from project files.


Index: _bsddb.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/_bsddb.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _bsddb.vcproj	2 Jan 2004 21:13:59 -0000	1.1
--- _bsddb.vcproj	15 Jun 2004 18:18:19 -0000	1.2
***************
*** 1,174 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="_bsddb"
! 	SccProjectName="_bsddb"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\_bsddb"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include;..\PC;&quot;..\..\db-4.2.52\build_win32&quot;"
! 				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\_bsddb/_bsddb.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\_bsddb/"
! 				ObjectFile=".\x86-temp-debug\_bsddb/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\_bsddb/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib ..\..\db-4.2.52\build_win32\Debug_static\libdb42sd.lib"
! 				OutputFile="./_bsddb_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="msvcrtd"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./_bsddb_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e180000"
! 				ImportLibrary=".\./_bsddb_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_bsddb.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\_bsddb"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include;..\PC;&quot;..\..\db-4.2.52\build_win32&quot;"
! 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\_bsddb/_bsddb.pch"
! 				AssemblerListingLocation=".\x86-temp-release\_bsddb/"
! 				ObjectFile=".\x86-temp-release\_bsddb/"
! 				ProgramDataBaseFileName=".\x86-temp-release\_bsddb/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib ..\..\db-4.2.52\build_win32\Release_static\libdb42s.lib"
! 				OutputFile="./_bsddb.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="msvcrt"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./_bsddb.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e180000"
! 				ImportLibrary=".\./_bsddb.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_bsddb.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\_bsddb.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>
--- 1,174 ----
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="_bsddb"
! 	SccProjectName="_bsddb"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\_bsddb"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include;..\PC;&quot;..\..\db-4.2.52\build_win32&quot;"
! 				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\_bsddb/_bsddb.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\_bsddb/"
! 				ObjectFile=".\x86-temp-debug\_bsddb/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\_bsddb/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib ..\..\db-4.2.52\build_win32\Debug_static\libdb42sd.lib"
! 				OutputFile="./_bsddb_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="msvcrtd"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./_bsddb_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e180000"
! 				ImportLibrary=".\./_bsddb_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_bsddb.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\_bsddb"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include;..\PC;&quot;..\..\db-4.2.52\build_win32&quot;"
! 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\_bsddb/_bsddb.pch"
! 				AssemblerListingLocation=".\x86-temp-release\_bsddb/"
! 				ObjectFile=".\x86-temp-release\_bsddb/"
! 				ProgramDataBaseFileName=".\x86-temp-release\_bsddb/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib ..\..\db-4.2.52\build_win32\Release_static\libdb42s.lib"
! 				OutputFile="./_bsddb.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="msvcrt"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./_bsddb.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e180000"
! 				ImportLibrary=".\./_bsddb.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_bsddb.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\_bsddb.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>

Index: _socket.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/_socket.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _socket.vcproj	2 Jan 2004 21:13:59 -0000	1.1
--- _socket.vcproj	15 Jun 2004 18:18:19 -0000	1.2
***************
*** 1,172 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="_socket"
! 	SccProjectName="_socket"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\_socket"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\_socket/_socket.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\_socket/"
! 				ObjectFile=".\x86-temp-debug\_socket/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\_socket/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
! 				OutputFile="./_socket_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./_socket_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e1D0000"
! 				ImportLibrary=".\./_socket_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_socket.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\_socket"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\_socket/_socket.pch"
! 				AssemblerListingLocation=".\x86-temp-release\_socket/"
! 				ObjectFile=".\x86-temp-release\_socket/"
! 				ProgramDataBaseFileName=".\x86-temp-release\_socket/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
! 				OutputFile="./_socket.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./_socket.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e1D0000"
! 				ImportLibrary=".\./_socket.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_socket.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\socketmodule.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>
--- 1,172 ----
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="_socket"
! 	SccProjectName="_socket"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\_socket"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\_socket/_socket.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\_socket/"
! 				ObjectFile=".\x86-temp-debug\_socket/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\_socket/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
! 				OutputFile="./_socket_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./_socket_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e1D0000"
! 				ImportLibrary=".\./_socket_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_socket.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\_socket"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\_socket/_socket.pch"
! 				AssemblerListingLocation=".\x86-temp-release\_socket/"
! 				ObjectFile=".\x86-temp-release\_socket/"
! 				ProgramDataBaseFileName=".\x86-temp-release\_socket/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
! 				OutputFile="./_socket.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./_socket.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e1D0000"
! 				ImportLibrary=".\./_socket.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_socket.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\socketmodule.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>

Index: _ssl.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/_ssl.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _ssl.vcproj	2 Jan 2004 21:13:59 -0000	1.1
--- _ssl.vcproj	15 Jun 2004 18:18:19 -0000	1.2
***************
*** 1,50 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="_ssl"
! 	SccProjectName=""
! 	SccLocalPath=""
! 	Keyword="MakeFileProj">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\_ssl"
! 			ConfigurationType="0"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCNMakeTool"
! 				BuildCommandLine="python build_ssl.py"
! 				ReBuildCommandLine="python build_ssl.py -a"
! 				Output="_ssl.pyd"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\_ssl"
! 			ConfigurationType="0"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCNMakeTool"
! 				BuildCommandLine="python_d -u build_ssl.py -d"
! 				ReBuildCommandLine="python_d -u build_ssl.py -d -a"
! 				Output="_ssl_d.pyd"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\_ssl.c">
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>
--- 1,50 ----
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="_ssl"
! 	SccProjectName=""
! 	SccLocalPath=""
! 	Keyword="MakeFileProj">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\_ssl"
! 			ConfigurationType="0"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCNMakeTool"
! 				BuildCommandLine="python build_ssl.py"
! 				ReBuildCommandLine="python build_ssl.py -a"
! 				Output="_ssl.pyd"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\_ssl"
! 			ConfigurationType="0"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCNMakeTool"
! 				BuildCommandLine="python_d -u build_ssl.py -d"
! 				ReBuildCommandLine="python_d -u build_ssl.py -d -a"
! 				Output="_ssl_d.pyd"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\_ssl.c">
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>

Index: _testcapi.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/_testcapi.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _testcapi.vcproj	2 Jan 2004 21:13:59 -0000	1.1
--- _testcapi.vcproj	15 Jun 2004 18:18:19 -0000	1.2
***************
*** 1,170 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="_testcapi"
! 	SccProjectName="_testcapi"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\_testcapi"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\_testcapi/_testcapi.pch"
! 				AssemblerListingLocation=".\x86-temp-release\_testcapi/"
! 				ObjectFile=".\x86-temp-release\_testcapi/"
! 				ProgramDataBaseFileName=".\x86-temp-release\_testcapi/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile="./_testcapi.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				ProgramDatabaseFile=".\./_testcapi.pdb"
! 				BaseAddress="0x1e1F0000"
! 				ImportLibrary=".\./_testcapi.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_testcapi.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\_testcapi"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"
! 				BasicRuntimeChecks="3"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\_testcapi/_testcapi.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\_testcapi/"
! 				ObjectFile=".\x86-temp-debug\_testcapi/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\_testcapi/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile="./_testcapi_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./_testcapi_d.pdb"
! 				BaseAddress="0x1e1F0000"
! 				ImportLibrary=".\./_testcapi_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_testcapi.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\_testcapimodule.c">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MMAP_EXPORTS;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MMAP_EXPORTS;$(NoInherit)"
! 					BasicRuntimeChecks="3"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>
--- 1,170 ----
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="_testcapi"
! 	SccProjectName="_testcapi"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\_testcapi"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\_testcapi/_testcapi.pch"
! 				AssemblerListingLocation=".\x86-temp-release\_testcapi/"
! 				ObjectFile=".\x86-temp-release\_testcapi/"
! 				ProgramDataBaseFileName=".\x86-temp-release\_testcapi/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile="./_testcapi.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				ProgramDatabaseFile=".\./_testcapi.pdb"
! 				BaseAddress="0x1e1F0000"
! 				ImportLibrary=".\./_testcapi.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_testcapi.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\_testcapi"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"
! 				BasicRuntimeChecks="3"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\_testcapi/_testcapi.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\_testcapi/"
! 				ObjectFile=".\x86-temp-debug\_testcapi/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\_testcapi/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile="./_testcapi_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./_testcapi_d.pdb"
! 				BaseAddress="0x1e1F0000"
! 				ImportLibrary=".\./_testcapi_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_testcapi.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\_testcapimodule.c">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MMAP_EXPORTS;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MMAP_EXPORTS;$(NoInherit)"
! 					BasicRuntimeChecks="3"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>

Index: _tkinter.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/_tkinter.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _tkinter.vcproj	2 Jan 2004 21:13:59 -0000	1.1
--- _tkinter.vcproj	15 Jun 2004 18:18:19 -0000	1.2
***************
*** 1,193 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="_tkinter"
! 	SccProjectName="_tkinter"
! 	SccLocalPath="..\..\..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\_tkinter"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\..\tcl84\include,..\Include,..\PC"
! 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\_tkinter/_tkinter.pch"
! 				AssemblerListingLocation=".\x86-temp-release\_tkinter/"
! 				ObjectFile=".\x86-temp-release\_tkinter/"
! 				ProgramDataBaseFileName=".\x86-temp-release\_tkinter/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="..\..\tcl84\lib\tk84.lib ..\..\tcl84\lib\tcl84.lib odbc32.lib odbccp32.lib"
! 				OutputFile="./_tkinter.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="C:\Program Files\Tcl\lib"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./_tkinter.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e190000"
! 				ImportLibrary=".\./_tkinter.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_tkinter.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\_tkinter"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\..\tcl84\include,..\Include,..\PC"
! 				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WITH_APPINIT"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\_tkinter/_tkinter.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\_tkinter/"
! 				ObjectFile=".\x86-temp-debug\_tkinter/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\_tkinter/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="..\..\tcl84\lib\tk84.lib ..\..\tcl84\lib\tcl84.lib odbc32.lib odbccp32.lib"
! 				OutputFile="./_tkinter_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="C:\Program Files\Tcl\lib"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./_tkinter_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e190000"
! 				ImportLibrary=".\./_tkinter_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_tkinter.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\_tkinter.c">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 		<File
! 			RelativePath="..\Modules\tkappinit.c">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>
--- 1,193 ----
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="_tkinter"
! 	SccProjectName="_tkinter"
! 	SccLocalPath="..\..\..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\_tkinter"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\..\tcl84\include,..\Include,..\PC"
! 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\_tkinter/_tkinter.pch"
! 				AssemblerListingLocation=".\x86-temp-release\_tkinter/"
! 				ObjectFile=".\x86-temp-release\_tkinter/"
! 				ProgramDataBaseFileName=".\x86-temp-release\_tkinter/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="..\..\tcl84\lib\tk84.lib ..\..\tcl84\lib\tcl84.lib odbc32.lib odbccp32.lib"
! 				OutputFile="./_tkinter.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="C:\Program Files\Tcl\lib"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./_tkinter.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e190000"
! 				ImportLibrary=".\./_tkinter.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_tkinter.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\_tkinter"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\..\tcl84\include,..\Include,..\PC"
! 				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WITH_APPINIT"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\_tkinter/_tkinter.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\_tkinter/"
! 				ObjectFile=".\x86-temp-debug\_tkinter/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\_tkinter/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="..\..\tcl84\lib\tk84.lib ..\..\tcl84\lib\tcl84.lib odbc32.lib odbccp32.lib"
! 				OutputFile="./_tkinter_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				AdditionalLibraryDirectories="C:\Program Files\Tcl\lib"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./_tkinter_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e190000"
! 				ImportLibrary=".\./_tkinter_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./_tkinter.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\_tkinter.c">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 		<File
! 			RelativePath="..\Modules\tkappinit.c">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>

Index: bz2.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/bz2.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** bz2.vcproj	11 Apr 2004 17:45:31 -0000	1.2
--- bz2.vcproj	15 Jun 2004 18:18:19 -0000	1.3
***************
*** 1,181 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="bz2"
! 	RootNamespace="bz2"
! 	SccProjectName="bz2"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\bz2"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\..\bzip2-1.0.2"
! 				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\bz2/bz2.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\bz2/"
! 				ObjectFile=".\x86-temp-debug\bz2/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\bz2/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="..\..\bzip2-1.0.2\libbz2.lib"
! 				OutputFile="./bz2_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="msvcrt,libc"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./bz2_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1D170000"
! 				ImportLibrary=".\./bz2_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./bz2.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"
! 				CommandLine="cd ..\..\bzip2-1.0.2
! nmake /nologo /f makefile.msc
! "/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\bz2"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\..\bzip2-1.0.2"
! 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\bz2/bz2.pch"
! 				AssemblerListingLocation=".\x86-temp-release\bz2/"
! 				ObjectFile=".\x86-temp-release\bz2/"
! 				ProgramDataBaseFileName=".\x86-temp-release\bz2/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="..\..\bzip2-1.0.2\libbz2.lib"
! 				OutputFile="./bz2.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="libc"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./bz2.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1D170000"
! 				ImportLibrary=".\./bz2.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./bz2.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"
! 				CommandLine="cd ..\..\bzip2-1.0.2
! nmake /nologo /f makefile.msc lib
! "/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\bz2module.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>
--- 1,181 ----
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="bz2"
! 	RootNamespace="bz2"
! 	SccProjectName="bz2"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\bz2"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\..\bzip2-1.0.2"
! 				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\bz2/bz2.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\bz2/"
! 				ObjectFile=".\x86-temp-debug\bz2/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\bz2/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="..\..\bzip2-1.0.2\libbz2.lib"
! 				OutputFile="./bz2_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="msvcrt,libc"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./bz2_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1D170000"
! 				ImportLibrary=".\./bz2_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./bz2.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"
! 				CommandLine="cd ..\..\bzip2-1.0.2
! nmake /nologo /f makefile.msc
! "/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\bz2"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\..\bzip2-1.0.2"
! 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\bz2/bz2.pch"
! 				AssemblerListingLocation=".\x86-temp-release\bz2/"
! 				ObjectFile=".\x86-temp-release\bz2/"
! 				ProgramDataBaseFileName=".\x86-temp-release\bz2/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="..\..\bzip2-1.0.2\libbz2.lib"
! 				OutputFile="./bz2.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="libc"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./bz2.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1D170000"
! 				ImportLibrary=".\./bz2.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./bz2.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"
! 				CommandLine="cd ..\..\bzip2-1.0.2
! nmake /nologo /f makefile.msc lib
! "/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\bz2module.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>

Index: make_versioninfo.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/make_versioninfo.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** make_versioninfo.vcproj	2 Jan 2004 21:13:59 -0000	1.1
--- make_versioninfo.vcproj	15 Jun 2004 18:18:19 -0000	1.2
***************
*** 1,173 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="make_versioninfo"
! 	SccProjectName="make_versioninfo"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\make_versioninfo"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\make_versioninfo/make_versioninfo.pch"
! 				AssemblerListingLocation=".\x86-temp-release\make_versioninfo/"
! 				ObjectFile=".\x86-temp-release\make_versioninfo/"
! 				ProgramDataBaseFileName=".\x86-temp-release\make_versioninfo/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"
! 				CommandLine=".\make_versioninfo.exe &gt;..\PC\pythonnt_rc.h
! "
! 				Outputs="..\PC\pythonnt_rc.h"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib"
! 				OutputFile=".\./make_versioninfo.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./make_versioninfo.pdb"
! 				SubSystem="1"
! 				BaseAddress="0x1d000000"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				TypeLibraryName=".\./make_versioninfo.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\make_versioninfo"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\make_versioninfo/make_versioninfo.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\make_versioninfo/"
! 				ObjectFile=".\x86-temp-debug\make_versioninfo/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\make_versioninfo/"
! 				BrowseInformation="1"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"
! 				CommandLine=".\make_versioninfo_d.exe &gt;..\PC\pythonnt_rc_d.h
! "
! 				Outputs="..\PC\pythonnt_rc_d.h"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib"
! 				OutputFile="./make_versioninfo_d.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./make_versioninfo_d.pdb"
! 				SubSystem="1"
! 				BaseAddress="0x1d000000"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				TypeLibraryName=".\./make_versioninfo.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"
! 				AdditionalIncludeDirectories="..\Include"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\PC\make_versioninfo.c">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions=""/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions=""
! 					BrowseInformation="1"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>
--- 1,173 ----
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="make_versioninfo"
! 	SccProjectName="make_versioninfo"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\make_versioninfo"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\make_versioninfo/make_versioninfo.pch"
! 				AssemblerListingLocation=".\x86-temp-release\make_versioninfo/"
! 				ObjectFile=".\x86-temp-release\make_versioninfo/"
! 				ProgramDataBaseFileName=".\x86-temp-release\make_versioninfo/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"
! 				CommandLine=".\make_versioninfo.exe &gt;..\PC\pythonnt_rc.h
! "
! 				Outputs="..\PC\pythonnt_rc.h"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib"
! 				OutputFile=".\./make_versioninfo.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./make_versioninfo.pdb"
! 				SubSystem="1"
! 				BaseAddress="0x1d000000"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				TypeLibraryName=".\./make_versioninfo.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\make_versioninfo"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\make_versioninfo/make_versioninfo.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\make_versioninfo/"
! 				ObjectFile=".\x86-temp-debug\make_versioninfo/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\make_versioninfo/"
! 				BrowseInformation="1"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"
! 				CommandLine=".\make_versioninfo_d.exe &gt;..\PC\pythonnt_rc_d.h
! "
! 				Outputs="..\PC\pythonnt_rc_d.h"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib"
! 				OutputFile="./make_versioninfo_d.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./make_versioninfo_d.pdb"
! 				SubSystem="1"
! 				BaseAddress="0x1d000000"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				TypeLibraryName=".\./make_versioninfo.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"
! 				AdditionalIncludeDirectories="..\Include"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\PC\make_versioninfo.c">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions=""/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions=""
! 					BrowseInformation="1"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>

Index: pyexpat.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pyexpat.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pyexpat.vcproj	2 Jan 2004 21:13:59 -0000	1.1
--- pyexpat.vcproj	15 Jun 2004 18:18:19 -0000	1.2
***************
*** 1,229 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="pyexpat"
! 	SccProjectName="pyexpat"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\pyexpat"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\Modules\expat"
! 				PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\pyexpat/pyexpat.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\pyexpat/"
! 				ObjectFile=".\x86-temp-debug\pyexpat/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\pyexpat/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib"
! 				OutputFile="./pyexpat_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./pyexpat_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1D100000"
! 				ImportLibrary=".\./pyexpat_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./pyexpat.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\pyexpat"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\Modules\expat"
! 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\pyexpat/pyexpat.pch"
! 				AssemblerListingLocation=".\x86-temp-release\pyexpat/"
! 				ObjectFile=".\x86-temp-release\pyexpat/"
! 				ProgramDataBaseFileName=".\x86-temp-release\pyexpat/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib"
! 				OutputFile="./pyexpat.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./pyexpat.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1D100000"
! 				ImportLibrary=".\./pyexpat.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./pyexpat.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\pyexpat.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 		<File
! 			RelativePath="..\Modules\expat\xmlparse.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 		<File
! 			RelativePath="..\Modules\expat\xmlrole.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 		<File
! 			RelativePath="..\Modules\expat\xmltok.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>
--- 1,229 ----
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="pyexpat"
! 	SccProjectName="pyexpat"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\pyexpat"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\Modules\expat"
! 				PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\pyexpat/pyexpat.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\pyexpat/"
! 				ObjectFile=".\x86-temp-debug\pyexpat/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\pyexpat/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib"
! 				OutputFile="./pyexpat_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./pyexpat_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1D100000"
! 				ImportLibrary=".\./pyexpat_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./pyexpat.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\pyexpat"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\Modules\expat"
! 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\pyexpat/pyexpat.pch"
! 				AssemblerListingLocation=".\x86-temp-release\pyexpat/"
! 				ObjectFile=".\x86-temp-release\pyexpat/"
! 				ProgramDataBaseFileName=".\x86-temp-release\pyexpat/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib"
! 				OutputFile="./pyexpat.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./pyexpat.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1D100000"
! 				ImportLibrary=".\./pyexpat.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./pyexpat.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\pyexpat.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 		<File
! 			RelativePath="..\Modules\expat\xmlparse.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 		<File
! 			RelativePath="..\Modules\expat\xmlrole.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 		<File
! 			RelativePath="..\Modules\expat\xmltok.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;HAVE_EXPAT_H;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>

Index: python.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** python.vcproj	2 Jan 2004 21:13:59 -0000	1.1
--- python.vcproj	15 Jun 2004 18:18:19 -0000	1.2
***************
*** 1,187 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="python"
! 	SccProjectName="python"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\python"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\python/python.pch"
! 				AssemblerListingLocation=".\x86-temp-release\python/"
! 				ObjectFile=".\x86-temp-release\python/"
! 				ProgramDataBaseFileName=".\x86-temp-release\python/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib"
! 				OutputFile=".\./python.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./python.pdb"
! 				SubSystem="1"
! 				BaseAddress="0x1d000000"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				TypeLibraryName=".\./python.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\python"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\python/python.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\python/"
! 				ObjectFile=".\x86-temp-debug\python/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\python/"
! 				BrowseInformation="1"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib"
! 				OutputFile="./python_d.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./python_d.pdb"
! 				SubSystem="1"
! 				BaseAddress="0x1d000000"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				TypeLibraryName=".\./python.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"
! 				AdditionalIncludeDirectories="..\Include"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\PC\pycon.ico">
! 		</File>
! 		<File
! 			RelativePath="..\Modules\python.c">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions=""/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions=""
! 					BrowseInformation="1"/>
! 			</FileConfiguration>
! 		</File>
! 		<File
! 			RelativePath="..\PC\python_exe.rc">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCResourceCompilerTool"
! 					PreprocessorDefinitions=""
! 					AdditionalIncludeDirectories="\Pyinst\python\PC"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCResourceCompilerTool"
! 					PreprocessorDefinitions=""
! 					AdditionalIncludeDirectories="\Pyinst\python\PC"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>
--- 1,187 ----
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="python"
! 	SccProjectName="python"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\python"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\python/python.pch"
! 				AssemblerListingLocation=".\x86-temp-release\python/"
! 				ObjectFile=".\x86-temp-release\python/"
! 				ProgramDataBaseFileName=".\x86-temp-release\python/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib"
! 				OutputFile=".\./python.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./python.pdb"
! 				SubSystem="1"
! 				BaseAddress="0x1d000000"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				TypeLibraryName=".\./python.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\python"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\python/python.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\python/"
! 				ObjectFile=".\x86-temp-debug\python/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\python/"
! 				BrowseInformation="1"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib"
! 				OutputFile="./python_d.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./python_d.pdb"
! 				SubSystem="1"
! 				BaseAddress="0x1d000000"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				TypeLibraryName=".\./python.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"
! 				AdditionalIncludeDirectories="..\Include"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\PC\pycon.ico">
! 		</File>
! 		<File
! 			RelativePath="..\Modules\python.c">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions=""/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions=""
! 					BrowseInformation="1"/>
! 			</FileConfiguration>
! 		</File>
! 		<File
! 			RelativePath="..\PC\python_exe.rc">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCResourceCompilerTool"
! 					PreprocessorDefinitions=""
! 					AdditionalIncludeDirectories="\Pyinst\python\PC"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCResourceCompilerTool"
! 					PreprocessorDefinitions=""
! 					AdditionalIncludeDirectories="\Pyinst\python\PC"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>

Index: pythoncore.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.vcproj,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pythoncore.vcproj	14 Jun 2004 01:05:46 -0000	1.10
--- pythoncore.vcproj	15 Jun 2004 18:18:19 -0000	1.11
***************
*** 1,2451 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="pythoncore"
! 	SccProjectName="pythoncore"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
[...4873 lines suppressed...]
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>

Index: pythonw.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythonw.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pythonw.vcproj	2 Jan 2004 21:13:59 -0000	1.1
--- pythonw.vcproj	15 Jun 2004 18:18:19 -0000	1.2
***************
*** 1,185 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="pythonw"
! 	SccProjectName="pythonw"
! 	SccLocalPath="..\pc">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\pythonw"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\pythonw/pythonw.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\pythonw/"
! 				ObjectFile=".\x86-temp-debug\pythonw/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\pythonw/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile="./pythonw_d.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./pythonw_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1d000000"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./pythonw.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\pythonw"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\pythonw/pythonw.pch"
! 				AssemblerListingLocation=".\x86-temp-release\pythonw/"
! 				ObjectFile=".\x86-temp-release\pythonw/"
! 				ProgramDataBaseFileName=".\x86-temp-release\pythonw/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile=".\./pythonw.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./pythonw.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1d000000"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./pythonw.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\PC\python_exe.rc">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCResourceCompilerTool"
! 					PreprocessorDefinitions=""
! 					AdditionalIncludeDirectories="\Pyinst\python\PC"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCResourceCompilerTool"
! 					PreprocessorDefinitions=""
! 					AdditionalIncludeDirectories="\Pyinst\python\PC"/>
! 			</FileConfiguration>
! 		</File>
! 		<File
! 			RelativePath="..\PC\WinMain.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions=""/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions=""/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>
--- 1,185 ----
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="pythonw"
! 	SccProjectName="pythonw"
! 	SccLocalPath="..\pc">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\pythonw"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\pythonw/pythonw.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\pythonw/"
! 				ObjectFile=".\x86-temp-debug\pythonw/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\pythonw/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile="./pythonw_d.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./pythonw_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1d000000"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./pythonw.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\pythonw"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\pythonw/pythonw.pch"
! 				AssemblerListingLocation=".\x86-temp-release\pythonw/"
! 				ObjectFile=".\x86-temp-release\pythonw/"
! 				ProgramDataBaseFileName=".\x86-temp-release\pythonw/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile=".\./pythonw.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./pythonw.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1d000000"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./pythonw.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\PC\python_exe.rc">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCResourceCompilerTool"
! 					PreprocessorDefinitions=""
! 					AdditionalIncludeDirectories="\Pyinst\python\PC"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCResourceCompilerTool"
! 					PreprocessorDefinitions=""
! 					AdditionalIncludeDirectories="\Pyinst\python\PC"/>
! 			</FileConfiguration>
! 		</File>
! 		<File
! 			RelativePath="..\PC\WinMain.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions=""/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions=""/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>

Index: select.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/select.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** select.vcproj	2 Jan 2004 21:13:59 -0000	1.1
--- select.vcproj	15 Jun 2004 18:18:19 -0000	1.2
***************
*** 1,174 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="select"
! 	SccProjectName="select"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\select"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\..\select113"
! 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\select/select.pch"
! 				AssemblerListingLocation=".\x86-temp-release\select/"
! 				ObjectFile=".\x86-temp-release\select/"
! 				ProgramDataBaseFileName=".\x86-temp-release\select/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
! 				OutputFile="./select.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="libc"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./select.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1D110000"
! 				ImportLibrary=".\./select.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./select.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\select"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\..\select113"
! 				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\select/select.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\select/"
! 				ObjectFile=".\x86-temp-debug\select/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\select/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
! 				OutputFile="./select_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="libc,msvcrt"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./select_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1D110000"
! 				ImportLibrary=".\./select_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./select.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\selectmodule.c">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>
--- 1,174 ----
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="select"
! 	SccProjectName="select"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\select"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\..\select113"
! 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\select/select.pch"
! 				AssemblerListingLocation=".\x86-temp-release\select/"
! 				ObjectFile=".\x86-temp-release\select/"
! 				ProgramDataBaseFileName=".\x86-temp-release\select/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
! 				OutputFile="./select.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="libc"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./select.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1D110000"
! 				ImportLibrary=".\./select.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./select.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\select"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\..\select113"
! 				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\select/select.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\select/"
! 				ObjectFile=".\x86-temp-debug\select/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\select/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="odbc32.lib odbccp32.lib wsock32.lib"
! 				OutputFile="./select_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="libc,msvcrt"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./select_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1D110000"
! 				ImportLibrary=".\./select_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./select.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\selectmodule.c">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>

Index: unicodedata.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/unicodedata.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** unicodedata.vcproj	2 Jan 2004 21:13:59 -0000	1.1
--- unicodedata.vcproj	15 Jun 2004 18:18:19 -0000	1.2
***************
*** 1,170 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="unicodedata"
! 	SccProjectName="unicodedata"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\unicodedata"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\unicodedata/unicodedata.pch"
! 				AssemblerListingLocation=".\x86-temp-release\unicodedata/"
! 				ObjectFile=".\x86-temp-release\unicodedata/"
! 				ProgramDataBaseFileName=".\x86-temp-release\unicodedata/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile="./unicodedata.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				ProgramDatabaseFile=".\./unicodedata.pdb"
! 				BaseAddress="0x1D120000"
! 				ImportLibrary=".\./unicodedata.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./unicodedata.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\unicodedata"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"
! 				BasicRuntimeChecks="3"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\unicodedata/unicodedata.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\unicodedata/"
! 				ObjectFile=".\x86-temp-debug\unicodedata/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\unicodedata/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile="./unicodedata_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./unicodedata_d.pdb"
! 				BaseAddress="0x1D120000"
! 				ImportLibrary=".\./unicodedata_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./unicodedata.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\unicodedata.c">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MMAP_EXPORTS;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MMAP_EXPORTS;$(NoInherit)"
! 					BasicRuntimeChecks="3"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>
--- 1,170 ----
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="unicodedata"
! 	SccProjectName="unicodedata"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\unicodedata"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\unicodedata/unicodedata.pch"
! 				AssemblerListingLocation=".\x86-temp-release\unicodedata/"
! 				ObjectFile=".\x86-temp-release\unicodedata/"
! 				ProgramDataBaseFileName=".\x86-temp-release\unicodedata/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile="./unicodedata.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				ProgramDatabaseFile=".\./unicodedata.pdb"
! 				BaseAddress="0x1D120000"
! 				ImportLibrary=".\./unicodedata.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./unicodedata.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\unicodedata"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"
! 				BasicRuntimeChecks="3"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\unicodedata/unicodedata.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\unicodedata/"
! 				ObjectFile=".\x86-temp-debug\unicodedata/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\unicodedata/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile="./unicodedata_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./unicodedata_d.pdb"
! 				BaseAddress="0x1D120000"
! 				ImportLibrary=".\./unicodedata_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./unicodedata.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\unicodedata.c">
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MMAP_EXPORTS;$(NoInherit)"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;MMAP_EXPORTS;$(NoInherit)"
! 					BasicRuntimeChecks="3"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>

Index: w9xpopen.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/w9xpopen.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** w9xpopen.vcproj	2 Jan 2004 21:13:59 -0000	1.1
--- w9xpopen.vcproj	15 Jun 2004 18:18:19 -0000	1.2
***************
*** 1,160 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="w9xpopen"
! 	SccProjectName=""
! 	SccLocalPath="">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\w9xpopen"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
! 				BasicRuntimeChecks="3"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\w9xpopen/w9xpopen.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\w9xpopen/"
! 				ObjectFile=".\x86-temp-debug\w9xpopen/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\w9xpopen/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile="./w9xpopen_d.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./w9xpopen_d.pdb"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./w9xpopen.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\w9xpopen"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\w9xpopen/w9xpopen.pch"
! 				AssemblerListingLocation=".\x86-temp-release\w9xpopen/"
! 				ObjectFile=".\x86-temp-release\w9xpopen/"
! 				ProgramDataBaseFileName=".\x86-temp-release\w9xpopen/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile=".\./w9xpopen.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				ProgramDatabaseFile=".\./w9xpopen.pdb"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./w9xpopen.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\PC\w9xpopen.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					PreprocessorDefinitions=""
! 					BasicRuntimeChecks="3"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					PreprocessorDefinitions=""/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>
--- 1,160 ----
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="w9xpopen"
! 	SccProjectName=""
! 	SccLocalPath="">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\w9xpopen"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
! 				BasicRuntimeChecks="3"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\w9xpopen/w9xpopen.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\w9xpopen/"
! 				ObjectFile=".\x86-temp-debug\w9xpopen/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\w9xpopen/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile="./w9xpopen_d.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./w9xpopen_d.pdb"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./w9xpopen.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\w9xpopen"
! 			ConfigurationType="1"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\w9xpopen/w9xpopen.pch"
! 				AssemblerListingLocation=".\x86-temp-release\w9xpopen/"
! 				ObjectFile=".\x86-temp-release\w9xpopen/"
! 				ProgramDataBaseFileName=".\x86-temp-release\w9xpopen/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				OutputFile=".\./w9xpopen.exe"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				ProgramDatabaseFile=".\./w9xpopen.pdb"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./w9xpopen.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\PC\w9xpopen.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					PreprocessorDefinitions=""
! 					BasicRuntimeChecks="3"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					PreprocessorDefinitions=""/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>

Index: winsound.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/winsound.vcproj,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** winsound.vcproj	2 Jan 2004 21:13:59 -0000	1.1
--- winsound.vcproj	15 Jun 2004 18:18:19 -0000	1.2
***************
*** 1,172 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="winsound"
! 	SccProjectName="winsound"
! 	SccLocalPath="..\pc">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\winsound"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;WINSOUND_EXPORTS"
! 				BasicRuntimeChecks="3"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\winsound/winsound.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\winsound/"
! 				ObjectFile=".\x86-temp-debug\winsound/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\winsound/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="winmm.lib"
! 				OutputFile="./winsound_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./winsound_d.pdb"
! 				BaseAddress="0x1D160000"
! 				ImportLibrary=".\./winsound_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./winsound.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\winsound"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;WINSOUND_EXPORTS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\winsound/winsound.pch"
! 				AssemblerListingLocation=".\x86-temp-release\winsound/"
! 				ObjectFile=".\x86-temp-release\winsound/"
! 				ProgramDataBaseFileName=".\x86-temp-release\winsound/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="winmm.lib"
! 				OutputFile="./winsound.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				ProgramDatabaseFile=".\./winsound.pdb"
! 				BaseAddress="0x1D160000"
! 				ImportLibrary=".\./winsound.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./winsound.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\PC\winsound.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;WINSOUND_EXPORTS;$(NoInherit)"
! 					BasicRuntimeChecks="3"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;WINSOUND_EXPORTS;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>
--- 1,172 ----
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="winsound"
! 	SccProjectName="winsound"
! 	SccLocalPath="..\pc">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\winsound"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;WINSOUND_EXPORTS"
! 				BasicRuntimeChecks="3"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\winsound/winsound.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\winsound/"
! 				ObjectFile=".\x86-temp-debug\winsound/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\winsound/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="winmm.lib"
! 				OutputFile="./winsound_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./winsound_d.pdb"
! 				BaseAddress="0x1D160000"
! 				ImportLibrary=".\./winsound_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./winsound.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\winsound"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
! 			CharacterSet="2">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC"
! 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;WINSOUND_EXPORTS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\winsound/winsound.pch"
! 				AssemblerListingLocation=".\x86-temp-release\winsound/"
! 				ObjectFile=".\x86-temp-release\winsound/"
! 				ProgramDataBaseFileName=".\x86-temp-release\winsound/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="winmm.lib"
! 				OutputFile="./winsound.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				ProgramDatabaseFile=".\./winsound.pdb"
! 				BaseAddress="0x1D160000"
! 				ImportLibrary=".\./winsound.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./winsound.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="3081"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\PC\winsound.c">
! 			<FileConfiguration
! 				Name="Debug|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="0"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_MBCS;_USRDLL;WINSOUND_EXPORTS;$(NoInherit)"
! 					BasicRuntimeChecks="3"/>
! 			</FileConfiguration>
! 			<FileConfiguration
! 				Name="Release|Win32">
! 				<Tool
! 					Name="VCCLCompilerTool"
! 					Optimization="2"
! 					AdditionalIncludeDirectories=""
! 					PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;WINSOUND_EXPORTS;$(NoInherit)"/>
! 			</FileConfiguration>
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>

Index: zlib.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/zlib.vcproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** zlib.vcproj	17 Jan 2004 11:20:17 -0000	1.4
--- zlib.vcproj	15 Jun 2004 18:18:19 -0000	1.5
***************
*** 1,167 ****
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="zlib"
! 	RootNamespace="zlib"
! 	SccProjectName="zlib"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\zlib"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\..\zlib-1.2.1"
! 				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\zlib/zlib.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\zlib/"
! 				ObjectFile=".\x86-temp-debug\zlib/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\zlib/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="..\..\zlib-1.2.1\zlib.lib"
! 				OutputFile="./zlib_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="libc;msvcrt"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./zlib_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e1B0000"
! 				ImportLibrary=".\./zlib_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./zlib.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"
! 				Description="Checking static zlib has been built"
! 				CommandLine="cd ..\..\zlib-1.2.1
! nmake -nologo -f win32\Makefile.msc zlib.lib
! "/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\zlib"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\..\zlib-1.2.1"
! 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\zlib/zlib.pch"
! 				AssemblerListingLocation=".\x86-temp-release\zlib/"
! 				ObjectFile=".\x86-temp-release\zlib/"
! 				ProgramDataBaseFileName=".\x86-temp-release\zlib/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="..\..\zlib-1.2.1\zlib.lib"
! 				OutputFile="./zlib.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="libc"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./zlib.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e1B0000"
! 				ImportLibrary=".\./zlib.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./zlib.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"
! 				Description="Checking static zlib has been built"
! 				CommandLine="cd ..\..\zlib-1.2.1
! nmake -nologo -f win32\Makefile.msc zlib.lib
! "/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\zlibmodule.c">
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>
--- 1,167 ----
! <?xml version="1.0" encoding="Windows-1252"?>
! <VisualStudioProject
! 	ProjectType="Visual C++"
! 	Version="7.10"
! 	Name="zlib"
! 	RootNamespace="zlib"
! 	SccProjectName="zlib"
! 	SccLocalPath="..">
! 	<Platforms>
! 		<Platform
! 			Name="Win32"/>
! 	</Platforms>
! 	<Configurations>
! 		<Configuration
! 			Name="Debug|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-debug\zlib"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="0"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\..\zlib-1.2.1"
! 				PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
! 				RuntimeLibrary="3"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-debug\zlib/zlib.pch"
! 				AssemblerListingLocation=".\x86-temp-debug\zlib/"
! 				ObjectFile=".\x86-temp-debug\zlib/"
! 				ProgramDataBaseFileName=".\x86-temp-debug\zlib/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="..\..\zlib-1.2.1\zlib.lib"
! 				OutputFile="./zlib_d.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="libc;msvcrt"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./zlib_d.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e1B0000"
! 				ImportLibrary=".\./zlib_d.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./zlib.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"
! 				Description="Checking static zlib has been built"
! 				CommandLine="cd ..\..\zlib-1.2.1
! nmake -nologo -f win32\Makefile.msc zlib.lib
! "/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="_DEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 		<Configuration
! 			Name="Release|Win32"
! 			OutputDirectory=".\."
! 			IntermediateDirectory=".\x86-temp-release\zlib"
! 			ConfigurationType="2"
! 			UseOfMFC="0"
! 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
! 			<Tool
! 				Name="VCCLCompilerTool"
! 				Optimization="2"
! 				InlineFunctionExpansion="1"
! 				AdditionalIncludeDirectories="..\Include,..\PC,..\..\zlib-1.2.1"
! 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
! 				StringPooling="TRUE"
! 				RuntimeLibrary="2"
! 				EnableFunctionLevelLinking="TRUE"
! 				UsePrecompiledHeader="2"
! 				PrecompiledHeaderFile=".\x86-temp-release\zlib/zlib.pch"
! 				AssemblerListingLocation=".\x86-temp-release\zlib/"
! 				ObjectFile=".\x86-temp-release\zlib/"
! 				ProgramDataBaseFileName=".\x86-temp-release\zlib/"
! 				WarningLevel="3"
! 				SuppressStartupBanner="TRUE"
! 				DebugInformationFormat="3"
! 				CompileAs="0"/>
! 			<Tool
! 				Name="VCCustomBuildTool"/>
! 			<Tool
! 				Name="VCLinkerTool"
! 				AdditionalDependencies="..\..\zlib-1.2.1\zlib.lib"
! 				OutputFile="./zlib.pyd"
! 				LinkIncremental="1"
! 				SuppressStartupBanner="TRUE"
! 				IgnoreDefaultLibraryNames="libc"
! 				GenerateDebugInformation="TRUE"
! 				ProgramDatabaseFile=".\./zlib.pdb"
! 				SubSystem="2"
! 				BaseAddress="0x1e1B0000"
! 				ImportLibrary=".\./zlib.lib"
! 				TargetMachine="1"/>
! 			<Tool
! 				Name="VCMIDLTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				MkTypLibCompatible="TRUE"
! 				SuppressStartupBanner="TRUE"
! 				TargetEnvironment="1"
! 				TypeLibraryName=".\./zlib.tlb"
! 				HeaderFileName=""/>
! 			<Tool
! 				Name="VCPostBuildEventTool"/>
! 			<Tool
! 				Name="VCPreBuildEventTool"/>
! 			<Tool
! 				Name="VCPreLinkEventTool"
! 				Description="Checking static zlib has been built"
! 				CommandLine="cd ..\..\zlib-1.2.1
! nmake -nologo -f win32\Makefile.msc zlib.lib
! "/>
! 			<Tool
! 				Name="VCResourceCompilerTool"
! 				PreprocessorDefinitions="NDEBUG"
! 				Culture="1033"/>
! 			<Tool
! 				Name="VCWebServiceProxyGeneratorTool"/>
! 			<Tool
! 				Name="VCXMLDataGeneratorTool"/>
! 			<Tool
! 				Name="VCWebDeploymentTool"/>
! 			<Tool
! 				Name="VCManagedWrapperGeneratorTool"/>
! 			<Tool
! 				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
! 		</Configuration>
! 	</Configurations>
! 	<References>
! 	</References>
! 	<Files>
! 		<File
! 			RelativePath="..\Modules\zlibmodule.c">
! 		</File>
! 	</Files>
! 	<Globals>
! 	</Globals>
! </VisualStudioProject>




More information about the Python-checkins mailing list