mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 03:22:27 +00:00 
			
		
		
		
	svn+ssh://pythondev@svn.python.org/python/trunk ........ r60696 | christian.heimes | 2008-02-09 20:55:22 +0100 (Sat, 09 Feb 2008) | 5 lines Issue #1706: Require Windows 2000+ Added Py_BUILD_CORE_MODULES macro to set WINVER and NTDDI_VERSION to Windows 2000 for core modules, too Added -d option to build.bat (same as -c Debug) and fixed warning about /build option Updated Windows related readme.txt files ........
		
			
				
	
	
		
			23 lines
		
	
	
	
		
			565 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
	
		
			565 B
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="Windows-1252"?>
 | 
						|
<VisualStudioPropertySheet
 | 
						|
	ProjectType="Visual C++"
 | 
						|
	Version="8.00"
 | 
						|
	Name="pyd"
 | 
						|
	InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
 | 
						|
	>
 | 
						|
	<Tool
 | 
						|
		Name="VCCLCompilerTool"
 | 
						|
		PreprocessorDefinitions="Py_BUILD_CORE_MODULE"
 | 
						|
		RuntimeLibrary="2"
 | 
						|
	/>
 | 
						|
	<Tool
 | 
						|
		Name="VCLinkerTool"
 | 
						|
		OutputFile="$(OutDir)\$(ProjectName).pyd"
 | 
						|
		ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
 | 
						|
		ImportLibrary="$(OutDir)\$(TargetName).lib"
 | 
						|
	/>
 | 
						|
	<Tool
 | 
						|
		Name="VCPostBuildEventTool"
 | 
						|
		CommandLine=""
 | 
						|
	/>
 | 
						|
</VisualStudioPropertySheet>
 |