blob: cc787c95626eac47b012a270b63475da5710721f [file] [log] [blame]
Christian Heimese8954f82007-11-22 11:21:16 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="pyproject"
6 OutputDirectory="$(SolutionDir)"
7 IntermediateDirectory="$(SolutionDir)$(PlatformName)-temp-$(ConfigurationName)\$(ProjectName)\"
8 >
9 <Tool
10 Name="VCCLCompilerTool"
11 Optimization="2"
12 InlineFunctionExpansion="1"
13 EnableIntrinsicFunctions="true"
14 AdditionalIncludeDirectories="..\Include; ..\PC"
Christian Heimes3d2f5642007-12-06 21:13:06 +000015 PreprocessorDefinitions="_WIN32"
Christian Heimese8954f82007-11-22 11:21:16 +000016 StringPooling="true"
17 ExceptionHandling="0"
18 RuntimeLibrary="0"
19 EnableFunctionLevelLinking="true"
20 WarningLevel="3"
21 DebugInformationFormat="3"
22 CompileAs="0"
23 />
24 <Tool
25 Name="VCLinkerTool"
26 LinkIncremental="1"
27 AdditionalLibraryDirectories="$(OutDir)"
28 GenerateDebugInformation="true"
29 ProgramDatabaseFile="$(OutDir)$(TargetName).pdb"
30 SubSystem="2"
31 RandomizedBaseAddress="1"
32 DataExecutionPrevention="0"
33 TargetMachine="1"
34 />
35 <Tool
36 Name="VCResourceCompilerTool"
37 AdditionalIncludeDirectories="..\PC;..\Include"
38 />
39 <UserMacro
40 Name="PyDllName"
Martin v. Löwisc2dfd8c2008-10-03 10:59:55 +000041 Value="python27"
Christian Heimese8954f82007-11-22 11:21:16 +000042 />
43 <UserMacro
Christian Heimes8b011402007-11-27 21:28:40 +000044 Name="PythonExe"
45 Value="$(SolutionDir)\python.exe"
46 />
47 <UserMacro
Trent Nelson5f543402008-05-23 20:33:14 +000048 Name="externalsDir"
49 Value="..\.."
50 />
51 <UserMacro
Christian Heimese8954f82007-11-22 11:21:16 +000052 Name="bsddbDir"
Trent Nelson6e7e1372008-06-27 02:30:34 +000053 Value="$(bsddb47Dir)"
Trent Nelson05a96642008-03-19 07:45:19 +000054 />
55 <UserMacro
56 Name="bsddbDepLibs"
Trent Nelson6e7e1372008-06-27 02:30:34 +000057 Value="$(bsddb47DepLibs)"
Trent Nelson05a96642008-03-19 07:45:19 +000058 />
59 <UserMacro
60 Name="bsddb44Dir"
Trent Nelson5f543402008-05-23 20:33:14 +000061 Value="$(externalsDir)\db-4.4.20\build_win32"
Trent Nelson05a96642008-03-19 07:45:19 +000062 />
63 <UserMacro
64 Name="bsddb44DepLibs"
65 Value=""
66 />
67 <UserMacro
Trent Nelson6e7e1372008-06-27 02:30:34 +000068 Name="bsddb47Dir"
69 Value="$(externalsDir)\db-4.7.25.0\build_windows"
Trent Nelson05a96642008-03-19 07:45:19 +000070 />
71 <UserMacro
Trent Nelson6e7e1372008-06-27 02:30:34 +000072 Name="bsddb47DepLibs"
Trent Nelson05a96642008-03-19 07:45:19 +000073 Value="ws2_32.lib"
Christian Heimese8954f82007-11-22 11:21:16 +000074 />
75 <UserMacro
76 Name="sqlite3Dir"
Martin v. Löwiscc0f2b22008-06-13 18:12:51 +000077 Value="$(externalsDir)\sqlite-3.5.9"
Christian Heimese8954f82007-11-22 11:21:16 +000078 />
79 <UserMacro
80 Name="bz2Dir"
Martin v. Löwisa4514c32008-06-13 17:22:39 +000081 Value="$(externalsDir)\bzip2-1.0.5"
Christian Heimese8954f82007-11-22 11:21:16 +000082 />
83 <UserMacro
84 Name="opensslDir"
Trent Nelson5f543402008-05-23 20:33:14 +000085 Value="$(externalsDir)\openssl-0.9.8g"
Christian Heimese8954f82007-11-22 11:21:16 +000086 />
87 <UserMacro
88 Name="tcltkDir"
Trent Nelson5f543402008-05-23 20:33:14 +000089 Value="$(externalsDir)\tcltk"
Christian Heimese8954f82007-11-22 11:21:16 +000090 />
Christian Heimes8b011402007-11-27 21:28:40 +000091 <UserMacro
92 Name="tcltk64Dir"
Trent Nelson5f543402008-05-23 20:33:14 +000093 Value="$(externalsDir)\tcltk64"
Christian Heimes8b011402007-11-27 21:28:40 +000094 />
Christian Heimes8affb5f2007-12-18 03:38:03 +000095 <UserMacro
96 Name="tcltkLib"
Martin v. Löwis76307312008-06-12 18:52:00 +000097 Value="$(tcltkDir)\lib\tcl85.lib $(tcltkDir)\lib\tk85.lib"
Christian Heimes8affb5f2007-12-18 03:38:03 +000098 />
99 <UserMacro
Trent Nelson05a96642008-03-19 07:45:19 +0000100 Name="tcltkLibDebug"
Martin v. Löwis76307312008-06-12 18:52:00 +0000101 Value="$(tcltkDir)\lib\tcl85g.lib $(tcltkDir)\lib\tk85g.lib"
Trent Nelson05a96642008-03-19 07:45:19 +0000102 />
103 <UserMacro
Christian Heimes8affb5f2007-12-18 03:38:03 +0000104 Name="tcltk64Lib"
Martin v. Löwis76307312008-06-12 18:52:00 +0000105 Value="$(tcltk64Dir)\lib\tcl85.lib $(tcltk64Dir)\lib\tk85.lib"
Christian Heimes8affb5f2007-12-18 03:38:03 +0000106 />
Trent Nelson05a96642008-03-19 07:45:19 +0000107 <UserMacro
108 Name="tcltk64LibDebug"
Martin v. Löwis76307312008-06-12 18:52:00 +0000109 Value="$(tcltk64Dir)\lib\tcl85g.lib $(tcltk64Dir)\lib\tk85g.lib"
Trent Nelson05a96642008-03-19 07:45:19 +0000110 />
Christian Heimese8954f82007-11-22 11:21:16 +0000111</VisualStudioPropertySheet>