mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 05:31:20 +00:00 
			
		
		
		
	 11f7210966
			
		
	
	
		11f7210966
		
	
	
	
	
		
			
			svn+ssh://pythondev@svn.python.org/python/trunk ........ r69489 | martin.v.loewis | 2009-02-10 14:09:19 +0100 (Di, 10 Feb 2009) | 1 line Issue #5134: Silence compiler warnings when compiling sqlite with VC++. ........ r69490 | martin.v.loewis | 2009-02-10 14:12:12 +0100 (Di, 10 Feb 2009) | 1 line Set eol-style to native ........
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			374 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			374 B
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="Windows-1252"?>
 | |
| <VisualStudioPropertySheet
 | |
| 	ProjectType="Visual C++"
 | |
| 	Version="8.00"
 | |
| 	Name="sqlite3"
 | |
| 	InheritedPropertySheets=".\pyproject.vsprops"
 | |
| 	>
 | |
| 	<Tool
 | |
| 		Name="VCCLCompilerTool"
 | |
| 		AdditionalIncludeDirectories="$(sqlite3Dir)"
 | |
| 		PreprocessorDefinitions="SQLITE_API=__declspec(dllexport)"
 | |
| 		WarningLevel="1"
 | |
| 	/>
 | |
| </VisualStudioPropertySheet>
 |