blob: 722bf4344cc79fe3393b2120774219673ef8399d [file] [log] [blame]
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="python"
6 SccProjectName="python"
7 SccLocalPath="..">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Release|Win32"
15 OutputDirectory=".\."
16 IntermediateDirectory=".\x86-temp-release\python"
17 ConfigurationType="1"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE"
20 CharacterSet="2">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="2"
24 InlineFunctionExpansion="1"
25 AdditionalIncludeDirectories="..\Include,..\PC"
26 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
27 StringPooling="TRUE"
28 RuntimeLibrary="2"
29 EnableFunctionLevelLinking="TRUE"
30 UsePrecompiledHeader="2"
31 PrecompiledHeaderFile=".\x86-temp-release\python/python.pch"
32 AssemblerListingLocation=".\x86-temp-release\python/"
33 ObjectFile=".\x86-temp-release\python/"
34 ProgramDataBaseFileName=".\x86-temp-release\python/"
35 WarningLevel="3"
36 SuppressStartupBanner="TRUE"
37 DebugInformationFormat="3"
38 CompileAs="0"/>
39 <Tool
40 Name="VCCustomBuildTool"/>
41 <Tool
42 Name="VCLinkerTool"
Martin v. Löwis9ecf3262004-08-12 14:07:49 +000043 AdditionalDependencies="odbccp32.lib"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000044 OutputFile=".\./python.exe"
45 LinkIncremental="1"
46 SuppressStartupBanner="TRUE"
47 GenerateDebugInformation="TRUE"
48 ProgramDatabaseFile=".\./python.pdb"
49 SubSystem="1"
Tim Peters79b52b72004-08-12 18:37:10 +000050 StackReserveSize="2000000"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000051 BaseAddress="0x1d000000"
52 TargetMachine="1"/>
53 <Tool
54 Name="VCMIDLTool"
55 TypeLibraryName=".\./python.tlb"
56 HeaderFileName=""/>
57 <Tool
58 Name="VCPostBuildEventTool"/>
59 <Tool
60 Name="VCPreBuildEventTool"/>
61 <Tool
62 Name="VCPreLinkEventTool"/>
63 <Tool
64 Name="VCResourceCompilerTool"
65 PreprocessorDefinitions="NDEBUG"
66 Culture="1033"/>
67 <Tool
68 Name="VCWebServiceProxyGeneratorTool"/>
69 <Tool
70 Name="VCXMLDataGeneratorTool"/>
71 <Tool
72 Name="VCWebDeploymentTool"/>
73 <Tool
74 Name="VCManagedWrapperGeneratorTool"/>
75 <Tool
76 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
77 </Configuration>
78 <Configuration
79 Name="Debug|Win32"
80 OutputDirectory=".\."
81 IntermediateDirectory=".\x86-temp-debug\python"
82 ConfigurationType="1"
83 UseOfMFC="0"
84 ATLMinimizesCRunTimeLibraryUsage="FALSE"
85 CharacterSet="2">
86 <Tool
87 Name="VCCLCompilerTool"
88 Optimization="0"
89 AdditionalIncludeDirectories="..\Include,..\PC"
90 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
91 RuntimeLibrary="3"
92 UsePrecompiledHeader="2"
93 PrecompiledHeaderFile=".\x86-temp-debug\python/python.pch"
94 AssemblerListingLocation=".\x86-temp-debug\python/"
95 ObjectFile=".\x86-temp-debug\python/"
96 ProgramDataBaseFileName=".\x86-temp-debug\python/"
97 BrowseInformation="1"
98 WarningLevel="3"
99 SuppressStartupBanner="TRUE"
100 DebugInformationFormat="3"
101 CompileAs="0"/>
102 <Tool
103 Name="VCCustomBuildTool"/>
104 <Tool
105 Name="VCLinkerTool"
Martin v. Löwis9ecf3262004-08-12 14:07:49 +0000106 AdditionalDependencies="odbccp32.lib"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000107 OutputFile="./python_d.exe"
108 LinkIncremental="1"
109 SuppressStartupBanner="TRUE"
110 GenerateDebugInformation="TRUE"
111 ProgramDatabaseFile=".\./python_d.pdb"
112 SubSystem="1"
Tim Peters79b52b72004-08-12 18:37:10 +0000113 StackReserveSize="2000000"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000114 BaseAddress="0x1d000000"
115 TargetMachine="1"/>
116 <Tool
117 Name="VCMIDLTool"
118 TypeLibraryName=".\./python.tlb"
119 HeaderFileName=""/>
120 <Tool
121 Name="VCPostBuildEventTool"/>
122 <Tool
123 Name="VCPreBuildEventTool"/>
124 <Tool
125 Name="VCPreLinkEventTool"/>
126 <Tool
127 Name="VCResourceCompilerTool"
128 PreprocessorDefinitions="_DEBUG"
129 Culture="1033"
130 AdditionalIncludeDirectories="..\Include"/>
131 <Tool
132 Name="VCWebServiceProxyGeneratorTool"/>
133 <Tool
134 Name="VCXMLDataGeneratorTool"/>
135 <Tool
136 Name="VCWebDeploymentTool"/>
137 <Tool
138 Name="VCManagedWrapperGeneratorTool"/>
139 <Tool
140 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
141 </Configuration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000142 <Configuration
143 Name="ReleaseItanium|Win32"
144 OutputDirectory=".\."
145 IntermediateDirectory=".\ia64-temp-release\python"
146 ConfigurationType="1"
147 UseOfMFC="0"
148 ATLMinimizesCRunTimeLibraryUsage="FALSE"
149 CharacterSet="2">
150 <Tool
151 Name="VCCLCompilerTool"
152 AdditionalOptions=" /USECL:MS_ITANIUM /VSEXTCOMP_VERBOSE"
153 Optimization="2"
154 InlineFunctionExpansion="1"
155 AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC"
156 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
157 StringPooling="TRUE"
158 BasicRuntimeChecks="0"
159 RuntimeLibrary="2"
160 BufferSecurityCheck="FALSE"
161 EnableFunctionLevelLinking="TRUE"
162 UsePrecompiledHeader="2"
163 PrecompiledHeaderFile=".\ia64-temp-release\python/python.pch"
164 AssemblerListingLocation=".\ia64-temp-release\python/"
165 ObjectFile=".\ia64-temp-release\python/"
166 ProgramDataBaseFileName=".\ia64-temp-release\python/"
167 WarningLevel="3"
168 SuppressStartupBanner="TRUE"
169 Detect64BitPortabilityProblems="TRUE"
170 DebugInformationFormat="3"
171 CompileAs="0"/>
172 <Tool
173 Name="VCCustomBuildTool"/>
174 <Tool
175 Name="VCLinkerTool"
176 AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK /VSEXTCOMP_VERBOSE"
Martin v. Löwis9ecf3262004-08-12 14:07:49 +0000177 AdditionalDependencies="odbccp32.lib"
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000178 OutputFile=".\./python.exe"
179 LinkIncremental="1"
180 SuppressStartupBanner="TRUE"
181 GenerateDebugInformation="TRUE"
182 ProgramDatabaseFile=".\./python.pdb"
183 SubSystem="1"
Tim Peters79b52b72004-08-12 18:37:10 +0000184 StackReserveSize="2000000"
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000185 BaseAddress="0x1d000000"
186 TargetMachine="0"/>
187 <Tool
188 Name="VCMIDLTool"
189 TypeLibraryName=".\./python.tlb"
190 HeaderFileName=""/>
191 <Tool
192 Name="VCPostBuildEventTool"/>
193 <Tool
194 Name="VCPreBuildEventTool"/>
195 <Tool
196 Name="VCPreLinkEventTool"/>
197 <Tool
198 Name="VCResourceCompilerTool"
199 PreprocessorDefinitions="NDEBUG"
200 Culture="1033"/>
201 <Tool
202 Name="VCWebServiceProxyGeneratorTool"/>
203 <Tool
204 Name="VCXMLDataGeneratorTool"/>
205 <Tool
206 Name="VCWebDeploymentTool"/>
207 <Tool
208 Name="VCManagedWrapperGeneratorTool"/>
209 <Tool
210 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
211 </Configuration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000212 </Configurations>
213 <References>
214 </References>
215 <Files>
216 <File
217 RelativePath="..\PC\pycon.ico">
218 </File>
219 <File
220 RelativePath="..\Modules\python.c">
221 <FileConfiguration
222 Name="Release|Win32">
223 <Tool
224 Name="VCCLCompilerTool"
225 Optimization="2"
226 AdditionalIncludeDirectories=""
227 PreprocessorDefinitions=""/>
228 </FileConfiguration>
229 <FileConfiguration
230 Name="Debug|Win32">
231 <Tool
232 Name="VCCLCompilerTool"
233 Optimization="0"
234 AdditionalIncludeDirectories=""
235 PreprocessorDefinitions=""
236 BrowseInformation="1"/>
237 </FileConfiguration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000238 <FileConfiguration
239 Name="ReleaseItanium|Win32">
240 <Tool
241 Name="VCCLCompilerTool"
242 Optimization="2"
243 AdditionalIncludeDirectories=""
244 PreprocessorDefinitions=""/>
245 </FileConfiguration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000246 </File>
247 <File
248 RelativePath="..\PC\python_exe.rc">
249 <FileConfiguration
250 Name="Release|Win32">
251 <Tool
252 Name="VCResourceCompilerTool"
253 PreprocessorDefinitions=""
254 AdditionalIncludeDirectories="\Pyinst\python\PC"/>
255 </FileConfiguration>
256 <FileConfiguration
257 Name="Debug|Win32">
258 <Tool
259 Name="VCResourceCompilerTool"
260 PreprocessorDefinitions=""
261 AdditionalIncludeDirectories="\Pyinst\python\PC"/>
262 </FileConfiguration>
Martin v. Löwis13e50fe2004-07-20 14:37:48 +0000263 <FileConfiguration
264 Name="ReleaseItanium|Win32">
265 <Tool
266 Name="VCResourceCompilerTool"
267 PreprocessorDefinitions=""
268 AdditionalIncludeDirectories="\Pyinst\python\PC"/>
269 </FileConfiguration>
Martin v. Löwis79ef96d2004-01-02 21:13:59 +0000270 </File>
271 </Files>
272 <Globals>
273 </Globals>
274</VisualStudioProject>