source: trunk/essentials/dev-lang/python/PCbuild/python.vcproj@ 3437

Last change on this file since 3437 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 7.0 KB
Line 
1<?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 WarningLevel="3"
32 SuppressStartupBanner="TRUE"
33 DebugInformationFormat="3"
34 CompileAs="0"/>
35 <Tool
36 Name="VCCustomBuildTool"/>
37 <Tool
38 Name="VCLinkerTool"
39 AdditionalDependencies="odbccp32.lib"
40 OutputFile=".\./python.exe"
41 LinkIncremental="1"
42 SuppressStartupBanner="TRUE"
43 GenerateDebugInformation="TRUE"
44 ProgramDatabaseFile=".\./python.pdb"
45 SubSystem="1"
46 StackReserveSize="2000000"
47 BaseAddress="0x1d000000"
48 TargetMachine="1"/>
49 <Tool
50 Name="VCMIDLTool"/>
51 <Tool
52 Name="VCPostBuildEventTool"/>
53 <Tool
54 Name="VCPreBuildEventTool"/>
55 <Tool
56 Name="VCPreLinkEventTool"/>
57 <Tool
58 Name="VCResourceCompilerTool"
59 PreprocessorDefinitions="NDEBUG"
60 Culture="1033"/>
61 <Tool
62 Name="VCWebServiceProxyGeneratorTool"/>
63 <Tool
64 Name="VCXMLDataGeneratorTool"/>
65 <Tool
66 Name="VCWebDeploymentTool"/>
67 <Tool
68 Name="VCManagedWrapperGeneratorTool"/>
69 <Tool
70 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
71 </Configuration>
72 <Configuration
73 Name="Debug|Win32"
74 OutputDirectory=".\."
75 IntermediateDirectory=".\x86-temp-debug\python"
76 ConfigurationType="1"
77 UseOfMFC="0"
78 ATLMinimizesCRunTimeLibraryUsage="FALSE"
79 CharacterSet="2">
80 <Tool
81 Name="VCCLCompilerTool"
82 Optimization="0"
83 AdditionalIncludeDirectories="..\Include,..\PC"
84 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
85 RuntimeLibrary="3"
86 UsePrecompiledHeader="2"
87 BrowseInformation="1"
88 WarningLevel="3"
89 SuppressStartupBanner="TRUE"
90 DebugInformationFormat="3"
91 CompileAs="0"/>
92 <Tool
93 Name="VCCustomBuildTool"/>
94 <Tool
95 Name="VCLinkerTool"
96 AdditionalDependencies="odbccp32.lib"
97 OutputFile="./python_d.exe"
98 LinkIncremental="1"
99 SuppressStartupBanner="TRUE"
100 GenerateDebugInformation="TRUE"