mirror of
				https://github.com/python/cpython.git
				synced 2025-11-03 19:34:08 +00:00 
			
		
		
		
	Merged revisions 67120 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r67120 | martin.v.loewis | 2008-11-06 17:43:00 +0100 (Do, 06 Nov 2008) | 2 lines Issue #4120: Exclude manifest from extension modules in VS2008. ........
This commit is contained in:
		
							parent
							
								
									10f3710244
								
							
						
					
					
						commit
						900646ef68
					
				
					 3 changed files with 13 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -103,6 +103,8 @@ Extension Modules
 | 
			
		|||
Build
 | 
			
		||||
-----
 | 
			
		||||
 | 
			
		||||
- Issue #4120: Exclude manifest from extension modules in VS2008.
 | 
			
		||||
 | 
			
		||||
- Issue #4091: Install pythonxy.dll in system32 again.
 | 
			
		||||
 | 
			
		||||
- Issue #4018: Disable "for me" installations on Vista.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,4 +1,4 @@
 | 
			
		|||
<?xml version="1.0" encoding="Windows-1252"?>
 | 
			
		||||
 | 
			
		||||
<VisualStudioPropertySheet
 | 
			
		||||
	ProjectType="Visual C++"
 | 
			
		||||
	Version="8.00"
 | 
			
		||||
| 
						 | 
				
			
			@ -15,6 +15,11 @@
 | 
			
		|||
		OutputFile="$(OutDir)\$(ProjectName).pyd"
 | 
			
		||||
		ProgramDatabaseFile="$(OutDir)\$(ProjectName).pdb"
 | 
			
		||||
		ImportLibrary="$(OutDir)\$(TargetName).lib"
 | 
			
		||||
		GenerateManifest="false"
 | 
			
		||||
	/>
 | 
			
		||||
	<Tool
 | 
			
		||||
		Name="VCManifestTool"
 | 
			
		||||
		EmbedManifest="false"
 | 
			
		||||
	/>
 | 
			
		||||
	<Tool
 | 
			
		||||
		Name="VCPostBuildEventTool"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,6 +19,11 @@
 | 
			
		|||
		LinkIncremental="1"
 | 
			
		||||
		ProgramDatabaseFile="$(OutDir)\$(ProjectName)_d.pdb"
 | 
			
		||||
		ImportLibrary="$(OutDir)\$(TargetName).lib"
 | 
			
		||||
		GenerateManifest="false"
 | 
			
		||||
	/>
 | 
			
		||||
	<Tool
 | 
			
		||||
		Name="VCManifestTool"
 | 
			
		||||
		EmbedManifest="false"
 | 
			
		||||
	/>
 | 
			
		||||
	<Tool
 | 
			
		||||
		Name="VCPostBuildEventTool"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue