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

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

Python 2.5

File size: 7.1 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="_tkinter"
6 SccProjectName="_tkinter"
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\_tkinter"
17 ConfigurationType="2"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="2"
23 InlineFunctionExpansion="1"
24 AdditionalIncludeDirectories="..\..\tcltk\include,..\Include,..\PC"
25 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT"
26 StringPooling="TRUE"
27 RuntimeLibrary="2"
28 EnableFunctionLevelLinking="TRUE"
29 UsePrecompiledHeader="2"
30 WarningLevel="3"
31 SuppressStartupBanner="TRUE"
32 DebugInformationFormat="3"
33 CompileAs="0"/>
34 <Tool
35 Name="VCCustomBuildTool"/>
36 <Tool
37 Name="VCLinkerTool"
38 AdditionalDependencies="..\..\tcltk\lib\tk84.lib ..\..\tcltk\lib\tcl84.lib odbccp32.lib"
39 OutputFile="./_tkinter.pyd"
40 LinkIncremental="1"
41 SuppressStartupBanner="TRUE"
42 AdditionalLibraryDirectories=""
43 GenerateDebugInformation="TRUE"
44 ProgramDatabaseFile=".\./_tkinter.pdb"
45 SubSystem="2"
46 BaseAddress="0x1e190000"
47 ImportLibrary=".\./_tkinter.lib"
48 TargetMachine="1"/>
49 <Tool
50 Name="VCMIDLTool"/>
51 <Tool
52 Name="VCPostBuildEventTool"/>
53 <Tool
54 Name="VCPreBuildEventTool"/>