blob: 8f3d70675ad584b65e633a5da248ebadbe8dbd7f [file] [log] [blame]
Kristján Valur Jónsson55d53f02007-05-02 15:55:14 +00001<?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 />
Kristján Valur Jónssonb4c0bea2007-05-05 08:32:03 +000018 <Tool
19 Name="VCResourceCompilerTool"
20 AdditionalIncludeDirectories="..\..\PC;..\..\Include"
21 />
Kristján Valur Jónsson55d53f02007-05-02 15:55:14 +000022 <UserMacro
23 Name="PyDllName"
Kristján Valur Jónssone5ebbec2007-05-02 16:08:51 +000024 Value="python25"
Kristján Valur Jónsson55d53f02007-05-02 15:55:14 +000025 />
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>