| Guido van Rossum | 360e4b8 | 2007-05-14 22:51:27 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?>
 | 
 | 2 | <VisualStudioPropertySheet
 | 
 | 3 | 	ProjectType="Visual C++"
 | 
 | 4 | 	Version="8.00"
 | 
 | 5 | 	Name="pyproject"
 | 
 | 6 | 	OutputDirectory="$(SolutionDir)$(PlatformName)$(ConfigurationName)"
 | 
 | 7 | 	IntermediateDirectory="$(PlatformName)$(ConfigurationName)"
 | 
 | 8 | 	>
 | 
 | 9 | 	<Tool
 | 
 | 10 | 		Name="VCCLCompilerTool"
 | 
 | 11 | 		AdditionalIncludeDirectories="..\..\Include; ..\..\PC"
 | 
 | 12 | 		PreprocessorDefinitions="_WIN32;_CRT_SECURE_NO_DEPRECATE"
 | 
 | 13 | 	/>
 | 
 | 14 | 	<Tool
 | 
 | 15 | 		Name="VCLinkerTool"
 | 
 | 16 | 		AdditionalLibraryDirectories="$(OutDir)"
 | 
 | 17 | 	/>
 | 
 | 18 | 	<Tool
 | 
 | 19 | 		Name="VCResourceCompilerTool"
 | 
 | 20 | 		AdditionalIncludeDirectories="..\..\PC;..\..\Include"
 | 
 | 21 | 	/>
 | 
 | 22 | 	<UserMacro
 | 
 | 23 | 		Name="PyDllName"
 | 
| Neal Norwitz | d78e52c | 2007-08-26 23:14:58 +0000 | [diff] [blame] | 24 | 		Value="python30"
 | 
| Guido van Rossum | 360e4b8 | 2007-05-14 22:51:27 +0000 | [diff] [blame] | 25 | 	/>
 | 
 | 26 | 	<UserMacro
 | 
 | 27 | 		Name="bsddbDir"
 | 
 | 28 | 		Value="..\..\..\db-4.4.20\build_win32"
 | 
 | 29 | 	/>
 | 
 | 30 | 	<UserMacro
 | 
 | 31 | 		Name="sqlite3Dir"
 | 
 | 32 | 		Value="..\..\..\sqlite-source-3.3.4"
 | 
 | 33 | 	/>
 | 
 | 34 | 	<UserMacro
 | 
 | 35 | 		Name="bz2Dir"
 | 
 | 36 | 		Value="..\..\..\bzip2-1.0.3"
 | 
 | 37 | 	/>
 | 
 | 38 | </VisualStudioPropertySheet>
 |