[Python-checkins] python/dist/src/PCbuild _bsddb.vcproj, 1.2, 1.3 _socket.vcproj, 1.2, 1.3 _ssl.vcproj, 1.2, 1.3 _testcapi.vcproj, 1.2, 1.3 _tkinter.vcproj, 1.2, 1.3 bz2.vcproj, 1.3, 1.4 pcbuild.sln, 1.2, 1.3 pyexpat.vcproj, 1.2, 1.3 python.vcproj, 1.2, 1.3 pythoncore.vcproj, 1.15, 1.16 pythonw.vcproj, 1.2, 1.3 readme.txt, 1.54, 1.55 select.vcproj, 1.2, 1.3 unicodedata.vcproj, 1.2, 1.3 winsound.vcproj, 1.2, 1.3 zlib.vcproj, 1.5, 1.6

loewis at users.sourceforge.net loewis at users.sourceforge.net
Tue Jul 20 16:38:02 CEST 2004


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

Modified Files:
	_bsddb.vcproj _socket.vcproj _ssl.vcproj _testcapi.vcproj 
	_tkinter.vcproj bz2.vcproj pcbuild.sln pyexpat.vcproj 
	python.vcproj pythoncore.vcproj pythonw.vcproj readme.txt 
	select.vcproj unicodedata.vcproj winsound.vcproj zlib.vcproj 
Log Message:
Add Itanium targets.

Index: _bsddb.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/_bsddb.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** _bsddb.vcproj	15 Jun 2004 18:18:19 -0000	1.2
--- _bsddb.vcproj	20 Jul 2004 14:37:47 -0000	1.3
***************
*** 146,149 ****
--- 146,223 ----
  				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseItanium|Win32"
+ 			OutputDirectory="./."
+ 			IntermediateDirectory=".\ia64-temp-release\_bsddb"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				AdditionalOptions=" /USECL:MS_ITANIUM"
+ 				Optimization="2"
+ 				InlineFunctionExpansion="1"
+ 				AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include;..\PC;&quot;..\..\db-4.2.52\build_win32&quot;"
+ 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
+ 				StringPooling="TRUE"
+ 				BasicRuntimeChecks="0"
+ 				RuntimeLibrary="2"
+ 				BufferSecurityCheck="FALSE"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				UsePrecompiledHeader="2"
+ 				PrecompiledHeaderFile=".\ia64-temp-release\_bsddb/_bsddb.pch"
+ 				AssemblerListingLocation=".\ia64-temp-release\_bsddb/"
+ 				ObjectFile=".\ia64-temp-release\_bsddb/"
+ 				ProgramDataBaseFileName=".\ia64-temp-release\_bsddb/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="3"
+ 				CompileAs="0"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
+ 				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="0"/>
+ 			<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>
***************
*** 168,171 ****
--- 242,253 ----
  					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|Win32">
+ 				<Tool
+ 					Name="VCCLCompilerTool"
+ 					Optimization="2"
+ 					AdditionalIncludeDirectories=""
+ 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
+ 			</FileConfiguration>
  		</File>
  	</Files>

Index: _socket.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/_socket.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** _socket.vcproj	15 Jun 2004 18:18:19 -0000	1.2
--- _socket.vcproj	20 Jul 2004 14:37:47 -0000	1.3
***************
*** 144,147 ****
--- 144,220 ----
  				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseItanium|Win32"
+ 			OutputDirectory="./."
+ 			IntermediateDirectory=".\ia64-temp-release\_socket"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				AdditionalOptions=" /USECL:MS_ITANIUM"
+ 				Optimization="2"
+ 				InlineFunctionExpansion="1"
+ 				AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC"
+ 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
+ 				StringPooling="TRUE"
+ 				BasicRuntimeChecks="0"
+ 				RuntimeLibrary="2"
+ 				BufferSecurityCheck="FALSE"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				UsePrecompiledHeader="2"
+ 				PrecompiledHeaderFile=".\ia64-temp-release\_socket/_socket.pch"
+ 				AssemblerListingLocation=".\ia64-temp-release\_socket/"
+ 				ObjectFile=".\ia64-temp-release\_socket/"
+ 				ProgramDataBaseFileName=".\ia64-temp-release\_socket/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="3"
+ 				CompileAs="0"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
+ 				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="0"/>
+ 			<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>
***************
*** 166,169 ****
--- 239,250 ----
  					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|Win32">
+ 				<Tool
+ 					Name="VCCLCompilerTool"
+ 					Optimization="2"
+ 					AdditionalIncludeDirectories=""
+ 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
+ 			</FileConfiguration>
  		</File>
  	</Files>

Index: _ssl.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/_ssl.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** _ssl.vcproj	15 Jun 2004 18:18:19 -0000	1.2
--- _ssl.vcproj	20 Jul 2004 14:37:47 -0000	1.3
***************
*** 38,41 ****
--- 38,54 ----
  				Output="_ssl_d.pyd"/>
  		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseItanium|Win32"
+ 			OutputDirectory="./."
+ 			IntermediateDirectory=".\ia64-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>
  	</Configurations>
  	<References>

Index: _testcapi.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/_testcapi.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** _testcapi.vcproj	15 Jun 2004 18:18:19 -0000	1.2
--- _testcapi.vcproj	20 Jul 2004 14:37:47 -0000	1.3
***************
*** 141,144 ****
--- 141,215 ----
  				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseItanium|Win32"
+ 			OutputDirectory="./."
+ 			IntermediateDirectory=".\ia64-temp-release\_testcapi"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ 			CharacterSet="2">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				AdditionalOptions=" /USECL:MS_ITANIUM"
+ 				Optimization="2"
+ 				InlineFunctionExpansion="1"
+ 				AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC"
+ 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"
+ 				StringPooling="TRUE"
+ 				BasicRuntimeChecks="0"
+ 				RuntimeLibrary="2"
+ 				BufferSecurityCheck="FALSE"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				UsePrecompiledHeader="2"
+ 				PrecompiledHeaderFile=".\ia64-temp-release\_testcapi/_testcapi.pch"
+ 				AssemblerListingLocation=".\ia64-temp-release\_testcapi/"
+ 				ObjectFile=".\ia64-temp-release\_testcapi/"
+ 				ProgramDataBaseFileName=".\ia64-temp-release\_testcapi/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="3"
+ 				CompileAs="0"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
+ 				OutputFile="./_testcapi.pyd"
+ 				LinkIncremental="1"
+ 				SuppressStartupBanner="TRUE"
+ 				ProgramDatabaseFile=".\./_testcapi.pdb"
+ 				BaseAddress="0x1e1F0000"
+ 				ImportLibrary=".\./_testcapi.lib"
+ 				TargetMachine="0"/>
+ 			<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>
  	</Configurations>
  	<References>
***************
*** 164,167 ****
--- 235,246 ----
  					BasicRuntimeChecks="3"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|Win32">
+ 				<Tool
+ 					Name="VCCLCompilerTool"
+ 					Optimization="2"
+ 					AdditionalIncludeDirectories=""
+ 					PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MMAP_EXPORTS;$(NoInherit)"/>
+ 			</FileConfiguration>
  		</File>
  	</Files>

Index: _tkinter.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/_tkinter.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** _tkinter.vcproj	15 Jun 2004 18:18:19 -0000	1.2
--- _tkinter.vcproj	20 Jul 2004 14:37:47 -0000	1.3
***************
*** 146,149 ****
--- 146,223 ----
  				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseItanium|Win32"
+ 			OutputDirectory="./."
+ 			IntermediateDirectory=".\ia64-temp-release\_tkinter"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				AdditionalOptions=" /USECL:MS_ITANIUM"
+ 				Optimization="2"
+ 				InlineFunctionExpansion="1"
+ 				AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\..\tcl84\include,..\Include,..\PC"
+ 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT"
+ 				StringPooling="TRUE"
+ 				BasicRuntimeChecks="0"
+ 				RuntimeLibrary="2"
+ 				BufferSecurityCheck="FALSE"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				UsePrecompiledHeader="2"
+ 				PrecompiledHeaderFile=".\ia64-temp-release\_tkinter/_tkinter.pch"
+ 				AssemblerListingLocation=".\ia64-temp-release\_tkinter/"
+ 				ObjectFile=".\ia64-temp-release\_tkinter/"
+ 				ProgramDataBaseFileName=".\ia64-temp-release\_tkinter/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="3"
+ 				CompileAs="0"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
+ 				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="0"/>
+ 			<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>
  	</Configurations>
  	<References>
***************
*** 168,171 ****
--- 242,253 ----
  					PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|Win32">
+ 				<Tool
+ 					Name="VCCLCompilerTool"
+ 					Optimization="2"
+ 					AdditionalIncludeDirectories=""
+ 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
+ 			</FileConfiguration>
  		</File>
  		<File
***************
*** 187,190 ****
--- 269,280 ----
  					PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|Win32">
+ 				<Tool
+ 					Name="VCCLCompilerTool"
+ 					Optimization="2"
+ 					AdditionalIncludeDirectories=""
+ 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
+ 			</FileConfiguration>
  		</File>
  	</Files>

Index: bz2.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/bz2.vcproj,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** bz2.vcproj	15 Jun 2004 18:18:19 -0000	1.3
--- bz2.vcproj	20 Jul 2004 14:37:47 -0000	1.4
***************
*** 153,156 ****
--- 153,233 ----
  				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseItanium|Win32"
+ 			OutputDirectory="./."
+ 			IntermediateDirectory=".\ia64-temp-release\bz2"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				AdditionalOptions=" /USECL:MS_ITANIUM"
+ 				Optimization="2"
+ 				InlineFunctionExpansion="1"
+ 				AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC,..\..\bzip2-1.0.2"
+ 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
+ 				StringPooling="TRUE"
+ 				BasicRuntimeChecks="0"
+ 				RuntimeLibrary="2"
+ 				BufferSecurityCheck="FALSE"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				UsePrecompiledHeader="2"
+ 				PrecompiledHeaderFile=".\ia64-temp-release\bz2/bz2.pch"
+ 				AssemblerListingLocation=".\ia64-temp-release\bz2/"
+ 				ObjectFile=".\ia64-temp-release\bz2/"
+ 				ProgramDataBaseFileName=".\ia64-temp-release\bz2/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="3"
+ 				CompileAs="0"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
+ 				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="0"/>
+ 			<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>
***************
*** 175,178 ****
--- 252,263 ----
  					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|Win32">
+ 				<Tool
+ 					Name="VCCLCompilerTool"
+ 					Optimization="2"
+ 					AdditionalIncludeDirectories=""
+ 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
+ 			</FileConfiguration>
  		</File>
  	</Files>

Index: pcbuild.sln
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pcbuild.sln,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pcbuild.sln	28 Jun 2004 15:24:23 -0000	1.2
--- pcbuild.sln	20 Jul 2004 14:37:47 -0000	1.3
***************
*** 84,87 ****
--- 84,88 ----
  		Debug = Debug
  		Release = Release
+ 		ReleaseItanium = ReleaseItanium
  	EndGlobalSection
  	GlobalSection(ProjectConfiguration) = postSolution
***************
*** 90,153 ****
--- 91,185 ----
  		{E1DBB220-D64B-423D-A545-539A55AA7FE2}.Release.ActiveCfg = Release|Win32
  		{E1DBB220-D64B-423D-A545-539A55AA7FE2}.Release.Build.0 = Release|Win32
+ 		{E1DBB220-D64B-423D-A545-539A55AA7FE2}.ReleaseItanium.ActiveCfg = ReleaseItanium|Win32
+ 		{E1DBB220-D64B-423D-A545-539A55AA7FE2}.ReleaseItanium.Build.0 = ReleaseItanium|Win32
  		{324F66C2-44D0-4D50-B979-F9DAE7FD36DB}.Debug.ActiveCfg = Debug|Win32
  		{324F66C2-44D0-4D50-B979-F9DAE7FD36DB}.Debug.Build.0 = Debug|Win32
  		{324F66C2-44D0-4D50-B979-F9DAE7FD36DB}.Release.ActiveCfg = Release|Win32
  		{324F66C2-44D0-4D50-B979-F9DAE7FD36DB}.Release.Build.0 = Release|Win32
+ 		{324F66C2-44D0-4D50-B979-F9DAE7FD36DB}.ReleaseItanium.ActiveCfg = ReleaseItanium|Win32
+ 		{324F66C2-44D0-4D50-B979-F9DAE7FD36DB}.ReleaseItanium.Build.0 = ReleaseItanium|Win32
  		{8E85BA54-8A47-4C8B-B72E-8E17579CC6D7}.Debug.ActiveCfg = Debug|Win32
  		{8E85BA54-8A47-4C8B-B72E-8E17579CC6D7}.Debug.Build.0 = Debug|Win32
  		{8E85BA54-8A47-4C8B-B72E-8E17579CC6D7}.Release.ActiveCfg = Release|Win32
  		{8E85BA54-8A47-4C8B-B72E-8E17579CC6D7}.Release.Build.0 = Release|Win32
+ 		{8E85BA54-8A47-4C8B-B72E-8E17579CC6D7}.ReleaseItanium.ActiveCfg = ReleaseItanium|Win32
+ 		{8E85BA54-8A47-4C8B-B72E-8E17579CC6D7}.ReleaseItanium.Build.0 = ReleaseItanium|Win32
  		{59CBF474-9E06-4C50-9142-C44A118BB447}.Debug.ActiveCfg = Debug|Win32
  		{59CBF474-9E06-4C50-9142-C44A118BB447}.Debug.Build.0 = Debug|Win32
  		{59CBF474-9E06-4C50-9142-C44A118BB447}.Release.ActiveCfg = Release|Win32
  		{59CBF474-9E06-4C50-9142-C44A118BB447}.Release.Build.0 = Release|Win32
+ 		{59CBF474-9E06-4C50-9142-C44A118BB447}.ReleaseItanium.ActiveCfg = ReleaseItanium|Win32
+ 		{59CBF474-9E06-4C50-9142-C44A118BB447}.ReleaseItanium.Build.0 = ReleaseItanium|Win32
  		{5B51DFF7-5DC0-41F8-8791-A4AB7114A151}.Debug.ActiveCfg = Debug|Win32
  		{5B51DFF7-5DC0-41F8-8791-A4AB7114A151}.Debug.Build.0 = Debug|Win32
  		{5B51DFF7-5DC0-41F8-8791-A4AB7114A151}.Release.ActiveCfg = Release|Win32
  		{5B51DFF7-5DC0-41F8-8791-A4AB7114A151}.Release.Build.0 = Release|Win32
+ 		{5B51DFF7-5DC0-41F8-8791-A4AB7114A151}.ReleaseItanium.ActiveCfg = ReleaseItanium|Win32
+ 		{5B51DFF7-5DC0-41F8-8791-A4AB7114A151}.ReleaseItanium.Build.0 = ReleaseItanium|Win32
  		{AC557788-6354-43F7-BE05-C9C8C59A344A}.Debug.ActiveCfg = Debug|Win32
  		{AC557788-6354-43F7-BE05-C9C8C59A344A}.Debug.Build.0 = Debug|Win32
  		{AC557788-6354-43F7-BE05-C9C8C59A344A}.Release.ActiveCfg = Release|Win32
  		{AC557788-6354-43F7-BE05-C9C8C59A344A}.Release.Build.0 = Release|Win32
+ 		{AC557788-6354-43F7-BE05-C9C8C59A344A}.ReleaseItanium.ActiveCfg = ReleaseItanium|Win32
+ 		{AC557788-6354-43F7-BE05-C9C8C59A344A}.ReleaseItanium.Build.0 = ReleaseItanium|Win32
  		{F0E0541E-F17D-430B-97C4-93ADF0DD284E}.Debug.ActiveCfg = Debug|Win32
  		{F0E0541E-F17D-430B-97C4-93ADF0DD284E}.Debug.Build.0 = Debug|Win32
  		{F0E0541E-F17D-430B-97C4-93ADF0DD284E}.Release.ActiveCfg = Release|Win32
  		{F0E0541E-F17D-430B-97C4-93ADF0DD284E}.Release.Build.0 = Release|Win32
+ 		{F0E0541E-F17D-430B-97C4-93ADF0DD284E}.ReleaseItanium.ActiveCfg = Release|Win32
+ 		{F0E0541E-F17D-430B-97C4-93ADF0DD284E}.ReleaseItanium.Build.0 = Release|Win32
  		{7E551393-3C43-47F8-9F3F-5BC368A6C487}.Debug.ActiveCfg = Debug|Win32
  		{7E551393-3C43-47F8-9F3F-5BC368A6C487}.Debug.Build.0 = Debug|Win32
  		{7E551393-3C43-47F8-9F3F-5BC368A6C487}.Release.ActiveCfg = Release|Win32
  		{7E551393-3C43-47F8-9F3F-5BC368A6C487}.Release.Build.0 = Release|Win32
+ 		{7E551393-3C43-47F8-9F3F-5BC368A6C487}.ReleaseItanium.ActiveCfg = ReleaseItanium|Win32
+ 		{7E551393-3C43-47F8-9F3F-5BC368A6C487}.ReleaseItanium.Build.0 = ReleaseItanium|Win32
  		{B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.Debug.ActiveCfg = Debug|Win32
  		{B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.Debug.Build.0 = Debug|Win32
  		{B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.Release.ActiveCfg = Release|Win32
  		{B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.Release.Build.0 = Release|Win32
+ 		{B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.ReleaseItanium.ActiveCfg = ReleaseItanium|Win32
+ 		{B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.ReleaseItanium.Build.0 = ReleaseItanium|Win32
  		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.Debug.ActiveCfg = Debug|Win32
  		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.Debug.Build.0 = Debug|Win32
  		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.Release.ActiveCfg = Release|Win32
  		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.Release.Build.0 = Release|Win32
+ 		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.ReleaseItanium.ActiveCfg = ReleaseItanium|Win32
+ 		{CF7AC3D1-E2DF-41D2-BEA6-1E2556CDEA26}.ReleaseItanium.Build.0 = ReleaseItanium|Win32
  		{F4229CC3-873C-49AE-9729-DD308ED4CD4A}.Debug.ActiveCfg = Debug|Win32
  		{F4229CC3-873C-49AE-9729-DD308ED4CD4A}.Debug.Build.0 = Debug|Win32
  		{F4229CC3-873C-49AE-9729-DD308ED4CD4A}.Release.ActiveCfg = Release|Win32
  		{F4229CC3-873C-49AE-9729-DD308ED4CD4A}.Release.Build.0 = Release|Win32
+ 		{F4229CC3-873C-49AE-9729-DD308ED4CD4A}.ReleaseItanium.ActiveCfg = ReleaseItanium|Win32
+ 		{F4229CC3-873C-49AE-9729-DD308ED4CD4A}.ReleaseItanium.Build.0 = ReleaseItanium|Win32
  		{97239A56-DBC0-41D2-BC14-C87D9B97D63B}.Debug.ActiveCfg = Debug|Win32
  		{97239A56-DBC0-41D2-BC14-C87D9B97D63B}.Debug.Build.0 = Debug|Win32
  		{97239A56-DBC0-41D2-BC14-C87D9B97D63B}.Release.ActiveCfg = Release|Win32
  		{97239A56-DBC0-41D2-BC14-C87D9B97D63B}.Release.Build.0 = Release|Win32
+ 		{97239A56-DBC0-41D2-BC14-C87D9B97D63B}.ReleaseItanium.ActiveCfg = ReleaseItanium|Win32
+ 		{97239A56-DBC0-41D2-BC14-C87D9B97D63B}.ReleaseItanium.Build.0 = ReleaseItanium|Win32
  		{FA5FC7EB-C72F-415F-AE42-91DD605ABDDA}.Debug.ActiveCfg = Debug|Win32
  		{FA5FC7EB-C72F-415F-AE42-91DD605ABDDA}.Debug.Build.0 = Debug|Win32
  		{FA5FC7EB-C72F-415F-AE42-91DD605ABDDA}.Release.ActiveCfg = Release|Win32
  		{FA5FC7EB-C72F-415F-AE42-91DD605ABDDA}.Release.Build.0 = Release|Win32
+ 		{FA5FC7EB-C72F-415F-AE42-91DD605ABDDA}.ReleaseItanium.ActiveCfg = ReleaseItanium|Win32
+ 		{FA5FC7EB-C72F-415F-AE42-91DD605ABDDA}.ReleaseItanium.Build.0 = ReleaseItanium|Win32
  		{E9E0A1F6-0009-4E8C-B8F8-1B8F5D49A058}.Debug.ActiveCfg = Debug|Win32
  		{E9E0A1F6-0009-4E8C-B8F8-1B8F5D49A058}.Debug.Build.0 = Debug|Win32
  		{E9E0A1F6-0009-4E8C-B8F8-1B8F5D49A058}.Release.ActiveCfg = Release|Win32
  		{E9E0A1F6-0009-4E8C-B8F8-1B8F5D49A058}.Release.Build.0 = Release|Win32
+ 		{E9E0A1F6-0009-4E8C-B8F8-1B8F5D49A058}.ReleaseItanium.ActiveCfg = Release|Win32
  		{51F35FAE-FB92-4B2C-9187-1542C065AD77}.Debug.ActiveCfg = Debug|Win32
  		{51F35FAE-FB92-4B2C-9187-1542C065AD77}.Debug.Build.0 = Debug|Win32
  		{51F35FAE-FB92-4B2C-9187-1542C065AD77}.Release.ActiveCfg = Release|Win32
  		{51F35FAE-FB92-4B2C-9187-1542C065AD77}.Release.Build.0 = Release|Win32
+ 		{51F35FAE-FB92-4B2C-9187-1542C065AD77}.ReleaseItanium.ActiveCfg = ReleaseItanium|Win32
+ 		{51F35FAE-FB92-4B2C-9187-1542C065AD77}.ReleaseItanium.Build.0 = ReleaseItanium|Win32
  		{680CDC79-9CCA-4282-9A8D-927CB0DB55B2}.Debug.ActiveCfg = Debug|Win32
  		{680CDC79-9CCA-4282-9A8D-927CB0DB55B2}.Debug.Build.0 = Debug|Win32
  		{680CDC79-9CCA-4282-9A8D-927CB0DB55B2}.Release.ActiveCfg = Release|Win32
  		{680CDC79-9CCA-4282-9A8D-927CB0DB55B2}.Release.Build.0 = Release|Win32
+ 		{680CDC79-9CCA-4282-9A8D-927CB0DB55B2}.ReleaseItanium.ActiveCfg = Release|Win32
+ 		{680CDC79-9CCA-4282-9A8D-927CB0DB55B2}.ReleaseItanium.Build.0 = Release|Win32
  	EndGlobalSection
  	GlobalSection(SolutionItems) = postSolution

Index: pyexpat.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pyexpat.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pyexpat.vcproj	15 Jun 2004 18:18:19 -0000	1.2
--- pyexpat.vcproj	20 Jul 2004 14:37:47 -0000	1.3
***************
*** 144,147 ****
--- 144,220 ----
  				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseItanium|Win32"
+ 			OutputDirectory="./."
+ 			IntermediateDirectory=".\ia64-temp-release\pyexpat"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				AdditionalOptions=" /USECL:MS_ITANIUM"
+ 				Optimization="2"
+ 				InlineFunctionExpansion="1"
+ 				AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC,..\Modules\expat"
+ 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE"
+ 				StringPooling="TRUE"
+ 				BasicRuntimeChecks="0"
+ 				RuntimeLibrary="2"
+ 				BufferSecurityCheck="FALSE"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				UsePrecompiledHeader="2"
+ 				PrecompiledHeaderFile=".\ia64-temp-release\pyexpat/pyexpat.pch"
+ 				AssemblerListingLocation=".\ia64-temp-release\pyexpat/"
+ 				ObjectFile=".\ia64-temp-release\pyexpat/"
+ 				ProgramDataBaseFileName=".\ia64-temp-release\pyexpat/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="3"
+ 				CompileAs="0"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
+ 				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="0"/>
+ 			<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>
***************
*** 166,169 ****
--- 239,250 ----
  					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|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
***************
*** 185,188 ****
--- 266,277 ----
  					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|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
***************
*** 204,207 ****
--- 293,304 ----
  					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|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
***************
*** 223,226 ****
--- 320,331 ----
  					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_NS;XML_DTD;BYTEORDER=1234;XML_CONTEXT_BYTES=1024;XML_STATIC;HAVE_MEMMOVE;$(NoInherit)"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|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>

Index: python.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/python.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** python.vcproj	15 Jun 2004 18:18:19 -0000	1.2
--- python.vcproj	20 Jul 2004 14:37:47 -0000	1.3
***************
*** 138,141 ****
--- 138,210 ----
  				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseItanium|Win32"
+ 			OutputDirectory=".\."
+ 			IntermediateDirectory=".\ia64-temp-release\python"
+ 			ConfigurationType="1"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ 			CharacterSet="2">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				AdditionalOptions=" /USECL:MS_ITANIUM /VSEXTCOMP_VERBOSE"
+ 				Optimization="2"
+ 				InlineFunctionExpansion="1"
+ 				AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC"
+ 				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ 				StringPooling="TRUE"
+ 				BasicRuntimeChecks="0"
+ 				RuntimeLibrary="2"
+ 				BufferSecurityCheck="FALSE"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				UsePrecompiledHeader="2"
+ 				PrecompiledHeaderFile=".\ia64-temp-release\python/python.pch"
+ 				AssemblerListingLocation=".\ia64-temp-release\python/"
+ 				ObjectFile=".\ia64-temp-release\python/"
+ 				ProgramDataBaseFileName=".\ia64-temp-release\python/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="3"
+ 				CompileAs="0"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK /VSEXTCOMP_VERBOSE"
+ 				AdditionalDependencies="odbc32.lib odbccp32.lib"
+ 				OutputFile=".\./python.exe"
+ 				LinkIncremental="1"
+ 				SuppressStartupBanner="TRUE"
+ 				GenerateDebugInformation="TRUE"
+ 				ProgramDatabaseFile=".\./python.pdb"
+ 				SubSystem="1"
+ 				BaseAddress="0x1d000000"
+ 				TargetMachine="0"/>
+ 			<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>
  	</Configurations>
  	<References>
***************
*** 164,167 ****
--- 233,244 ----
  					BrowseInformation="1"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|Win32">
+ 				<Tool
+ 					Name="VCCLCompilerTool"
+ 					Optimization="2"
+ 					AdditionalIncludeDirectories=""
+ 					PreprocessorDefinitions=""/>
+ 			</FileConfiguration>
  		</File>
  		<File
***************
*** 181,184 ****
--- 258,268 ----
  					AdditionalIncludeDirectories="\Pyinst\python\PC"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|Win32">
+ 				<Tool
+ 					Name="VCResourceCompilerTool"
+ 					PreprocessorDefinitions=""
+ 					AdditionalIncludeDirectories="\Pyinst\python\PC"/>
+ 			</FileConfiguration>
  		</File>
  	</Files>

Index: pythoncore.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.vcproj,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** pythoncore.vcproj	18 Jul 2004 08:53:18 -0000	1.15
--- pythoncore.vcproj	20 Jul 2004 14:37:47 -0000	1.16
***************
*** 148,151 ****
--- 148,225 ----
  				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseItanium|Win32"
+ 			OutputDirectory="./."
+ 			IntermediateDirectory=".\ia64-temp-release\pythoncore"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
[...1773 lines suppressed...]
+ 					AdditionalIncludeDirectories=""
+ 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
+ 			</FileConfiguration>
  		</File>
  		<File
***************
*** 2394,2397 ****
--- 3379,3390 ----
  					PreprocessorDefinitions="_DEBUG;USE_DL_EXPORT;WIN32;_WINDOWS;$(NoInherit)"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|Win32">
+ 				<Tool
+ 					Name="VCCLCompilerTool"
+ 					Optimization="2"
+ 					AdditionalIncludeDirectories=""
+ 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;USE_DL_EXPORT;$(NoInherit)"/>
+ 			</FileConfiguration>
  		</File>
  	</Files>

Index: pythonw.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythonw.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pythonw.vcproj	15 Jun 2004 18:18:19 -0000	1.2
--- pythonw.vcproj	20 Jul 2004 14:37:48 -0000	1.3
***************
*** 140,143 ****
--- 140,214 ----
  				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseItanium|Win32"
+ 			OutputDirectory=".\."
+ 			IntermediateDirectory=".\ia64-temp-release\pythonw"
+ 			ConfigurationType="1"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				AdditionalOptions=" /USECL:MS_ITANIUM"
+ 				Optimization="2"
+ 				InlineFunctionExpansion="1"
+ 				AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC"
+ 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
+ 				StringPooling="TRUE"
+ 				BasicRuntimeChecks="0"
+ 				RuntimeLibrary="2"
+ 				BufferSecurityCheck="FALSE"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				UsePrecompiledHeader="2"
+ 				PrecompiledHeaderFile=".\ia64-temp-release\pythonw/pythonw.pch"
+ 				AssemblerListingLocation=".\ia64-temp-release\pythonw/"
+ 				ObjectFile=".\ia64-temp-release\pythonw/"
+ 				ProgramDataBaseFileName=".\ia64-temp-release\pythonw/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="3"
+ 				CompileAs="0"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
+ 				OutputFile=".\./pythonw.exe"
+ 				LinkIncremental="1"
+ 				SuppressStartupBanner="TRUE"
+ 				GenerateDebugInformation="TRUE"
+ 				ProgramDatabaseFile=".\./pythonw.pdb"
+ 				SubSystem="2"
+ 				BaseAddress="0x1d000000"
+ 				TargetMachine="0"/>
+ 			<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>
***************
*** 160,163 ****
--- 231,241 ----
  					AdditionalIncludeDirectories="\Pyinst\python\PC"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|Win32">
+ 				<Tool
+ 					Name="VCResourceCompilerTool"
+ 					PreprocessorDefinitions=""
+ 					AdditionalIncludeDirectories="\Pyinst\python\PC"/>
+ 			</FileConfiguration>
  		</File>
  		<File
***************
*** 179,182 ****
--- 257,268 ----
  					PreprocessorDefinitions=""/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|Win32">
+ 				<Tool
+ 					Name="VCCLCompilerTool"
+ 					Optimization="2"
+ 					AdditionalIncludeDirectories=""
+ 					PreprocessorDefinitions=""/>
+ 			</FileConfiguration>
  		</File>
  	</Files>

Index: readme.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/readme.txt,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** readme.txt	2 Jul 2004 08:58:46 -0000	1.54
--- readme.txt	20 Jul 2004 14:37:48 -0000	1.55
***************
*** 288,291 ****
--- 288,306 ----
      this by hand.
  
+ Building for Itanium
+ --------------------
+ 
+ The project files support a ReleaseItanium configuration which creates 
+ Win64/Itanium binaries. For this to work, you need to install the Platform
+ SDK, in particular the 64-bit support. This includes an Itanium compiler
+ (future releases of the SDK likely include an AMD64 compiler as well).
+ In addition, you need the Visual Studio plugin for external C compilers,
+ from http://sf.net/projects/vsextcomp. The plugin will wrap cl.exe, to
+ locate the proper target compiler, and convert compiler options 
+ accordingly.
+ 
+ The Itanium build has seen little testing. The SDK compiler reports a lot
+ of warnings about conversion from size_t to int, which will be fixed in
+ future Python releases.
  
  YOUR OWN EXTENSION DLLs

Index: select.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/select.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** select.vcproj	15 Jun 2004 18:18:19 -0000	1.2
--- select.vcproj	20 Jul 2004 14:37:48 -0000	1.3
***************
*** 146,149 ****
--- 146,223 ----
  				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseItanium|Win32"
+ 			OutputDirectory=".\."
+ 			IntermediateDirectory=".\ia64-temp-release\select"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				AdditionalOptions=" /USECL:MS_ITANIUM"
+ 				Optimization="2"
+ 				InlineFunctionExpansion="1"
+ 				AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC,..\..\select113"
+ 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
+ 				StringPooling="TRUE"
+ 				BasicRuntimeChecks="0"
+ 				RuntimeLibrary="2"
+ 				BufferSecurityCheck="FALSE"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				UsePrecompiledHeader="2"
+ 				PrecompiledHeaderFile=".\ia64-temp-release\select/select.pch"
+ 				AssemblerListingLocation=".\ia64-temp-release\select/"
+ 				ObjectFile=".\ia64-temp-release\select/"
+ 				ProgramDataBaseFileName=".\ia64-temp-release\select/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="3"
+ 				CompileAs="0"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
+ 				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="0"/>
+ 			<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>
  	</Configurations>
  	<References>
***************
*** 168,171 ****
--- 242,253 ----
  					PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|Win32">
+ 				<Tool
+ 					Name="VCCLCompilerTool"
+ 					Optimization="2"
+ 					AdditionalIncludeDirectories=""
+ 					PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
+ 			</FileConfiguration>
  		</File>
  	</Files>

Index: unicodedata.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/unicodedata.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** unicodedata.vcproj	15 Jun 2004 18:18:19 -0000	1.2
--- unicodedata.vcproj	20 Jul 2004 14:37:48 -0000	1.3
***************
*** 141,144 ****
--- 141,215 ----
  				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseItanium|Win32"
+ 			OutputDirectory=".\."
+ 			IntermediateDirectory=".\ia64-temp-release\unicodedata"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ 			CharacterSet="2">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				AdditionalOptions=" /USECL:MS_ITANIUM"
+ 				Optimization="2"
+ 				InlineFunctionExpansion="1"
+ 				AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC"
+ 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MMAP_EXPORTS"
+ 				StringPooling="TRUE"
+ 				BasicRuntimeChecks="0"
+ 				RuntimeLibrary="2"
+ 				BufferSecurityCheck="FALSE"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				UsePrecompiledHeader="2"
+ 				PrecompiledHeaderFile=".\ia64-temp-release\unicodedata/unicodedata.pch"
+ 				AssemblerListingLocation=".\ia64-temp-release\unicodedata/"
+ 				ObjectFile=".\ia64-temp-release\unicodedata/"
+ 				ProgramDataBaseFileName=".\ia64-temp-release\unicodedata/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="3"
+ 				CompileAs="0"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
+ 				OutputFile="./unicodedata.pyd"
+ 				LinkIncremental="1"
+ 				SuppressStartupBanner="TRUE"
+ 				ProgramDatabaseFile=".\./unicodedata.pdb"
+ 				BaseAddress="0x1D120000"
+ 				ImportLibrary=".\./unicodedata.lib"
+ 				TargetMachine="0"/>
+ 			<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>
  	</Configurations>
  	<References>
***************
*** 164,167 ****
--- 235,246 ----
  					BasicRuntimeChecks="3"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|Win32">
+ 				<Tool
+ 					Name="VCCLCompilerTool"
+ 					Optimization="2"
+ 					AdditionalIncludeDirectories=""
+ 					PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;MMAP_EXPORTS;$(NoInherit)"/>
+ 			</FileConfiguration>
  		</File>
  	</Files>

Index: winsound.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/winsound.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** winsound.vcproj	15 Jun 2004 18:18:19 -0000	1.2
--- winsound.vcproj	20 Jul 2004 14:37:48 -0000	1.3
***************
*** 143,146 ****
--- 143,218 ----
  				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseItanium|Win32"
+ 			OutputDirectory=".\."
+ 			IntermediateDirectory=".\ia64-temp-release\winsound"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ 			CharacterSet="2">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				AdditionalOptions=" /USECL:MS_ITANIUM"
+ 				Optimization="2"
+ 				InlineFunctionExpansion="1"
+ 				AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC"
+ 				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;WINSOUND_EXPORTS"
+ 				StringPooling="TRUE"
+ 				BasicRuntimeChecks="0"
+ 				RuntimeLibrary="2"
+ 				BufferSecurityCheck="FALSE"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				UsePrecompiledHeader="2"
+ 				PrecompiledHeaderFile=".\ia64-temp-release\winsound/winsound.pch"
+ 				AssemblerListingLocation=".\ia64-temp-release\winsound/"
+ 				ObjectFile=".\ia64-temp-release\winsound/"
+ 				ProgramDataBaseFileName=".\ia64-temp-release\winsound/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="3"
+ 				CompileAs="0"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
+ 				AdditionalDependencies="winmm.lib"
+ 				OutputFile="./winsound.pyd"
+ 				LinkIncremental="1"
+ 				SuppressStartupBanner="TRUE"
+ 				ProgramDatabaseFile=".\./winsound.pdb"
+ 				BaseAddress="0x1D160000"
+ 				ImportLibrary=".\./winsound.lib"
+ 				TargetMachine="0"/>
+ 			<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>
***************
*** 166,169 ****
--- 238,249 ----
  					PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;WINSOUND_EXPORTS;$(NoInherit)"/>
  			</FileConfiguration>
+ 			<FileConfiguration
+ 				Name="ReleaseItanium|Win32">
+ 				<Tool
+ 					Name="VCCLCompilerTool"
+ 					Optimization="2"
+ 					AdditionalIncludeDirectories=""
+ 					PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_MBCS;_USRDLL;WINSOUND_EXPORTS;$(NoInherit)"/>
+ 			</FileConfiguration>
  		</File>
  	</Files>

Index: zlib.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/zlib.vcproj,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** zlib.vcproj	15 Jun 2004 18:18:19 -0000	1.5
--- zlib.vcproj	20 Jul 2004 14:37:48 -0000	1.6
***************
*** 155,158 ****
--- 155,236 ----
  				Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  		</Configuration>
+ 		<Configuration
+ 			Name="ReleaseItanium|Win32"
+ 			OutputDirectory="./."
+ 			IntermediateDirectory=".\ia64-temp-release\zlib"
+ 			ConfigurationType="2"
+ 			UseOfMFC="0"
+ 			ATLMinimizesCRunTimeLibraryUsage="FALSE">
+ 			<Tool
+ 				Name="VCCLCompilerTool"
+ 				AdditionalOptions=" /USECL:MS_ITANIUM"
+ 				Optimization="2"
+ 				InlineFunctionExpansion="1"
+ 				AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC,..\..\zlib-1.2.1"
+ 				PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
+ 				StringPooling="TRUE"
+ 				BasicRuntimeChecks="0"
+ 				RuntimeLibrary="2"
+ 				BufferSecurityCheck="FALSE"
+ 				EnableFunctionLevelLinking="TRUE"
+ 				UsePrecompiledHeader="2"
+ 				PrecompiledHeaderFile=".\ia64-temp-release\zlib/zlib.pch"
+ 				AssemblerListingLocation=".\ia64-temp-release\zlib/"
+ 				ObjectFile=".\ia64-temp-release\zlib/"
+ 				ProgramDataBaseFileName=".\ia64-temp-release\zlib/"
+ 				WarningLevel="3"
+ 				SuppressStartupBanner="TRUE"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="3"
+ 				CompileAs="0"/>
+ 			<Tool
+ 				Name="VCCustomBuildTool"/>
+ 			<Tool
+ 				Name="VCLinkerTool"
+ 				AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
+ 				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="0"/>
+ 			<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>



More information about the Python-checkins mailing list