blob: 415f03abd6ed51819de1fcf3749fb4399ac3bdb2 [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="bz2"
Tim Peters0e933092004-04-11 17:45:31 +00006 RootNamespace="bz2"
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00007 SccProjectName="bz2"
8 SccLocalPath="..">
9 <Platforms>
10 <Platform
11 Name="Win32"/>
12 </Platforms>
13 <Configurations>
14 <Configuration
15 Name="Debug|Win32"
16 OutputDirectory=".\."
17 IntermediateDirectory=".\x86-temp-debug\bz2"
18 ConfigurationType="2"
19 UseOfMFC="0"
20 ATLMinimizesCRunTimeLibraryUsage="FALSE">
21 <Tool
22 Name="VCCLCompilerTool"
23 Optimization="0"
24 AdditionalIncludeDirectories="..\Include,..\PC,..\..\bzip2-1.0.2"
25 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
26 RuntimeLibrary="3"
27 UsePrecompiledHeader="2"
28 PrecompiledHeaderFile=".\x86-temp-debug\bz2/bz2.pch"
29 AssemblerListingLocation=".\x86-temp-debug\bz2/"
30 ObjectFile=".\x86-temp-debug\bz2/"
31 ProgramDataBaseFileName=".\x86-temp-debug\bz2/"
32 WarningLevel="3"
33 SuppressStartupBanner="TRUE"
34 DebugInformationFormat="3"
35 CompileAs="0"/>
36 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLinkerTool"
40 AdditionalDependencies="..\..\bzip2-1.0.2\libbz2.lib"
41 OutputFile="./bz2_d.pyd"
42 LinkIncremental="1"
43 SuppressStartupBanner="TRUE"
44 IgnoreDefaultLibraryNames="msvcrt,libc"
45 GenerateDebugInformation="TRUE"
46 ProgramDatabaseFile=".\./bz2_d.pdb"
47 SubSystem="2"
48 BaseAddress="0x1D170000"
49 ImportLibrary=".\./bz2_d.lib"
50 TargetMachine="1"/>
51 <Tool
52 Name="VCMIDLTool"
53 PreprocessorDefinitions="_DEBUG"
54 MkTypLibCompatible="TRUE"
55 SuppressStartupBanner="TRUE"
56 TargetEnvironment="1"
57 TypeLibraryName=".\./bz2.tlb"
58 HeaderFileName=""/>
59 <Tool
60 Name="VCPostBuildEventTool"/>
61 <Tool
62 Name="VCPreBuildEventTool"/>
63 <Tool
64 Name="VCPreLinkEventTool"
65 CommandLine="cd ..\..\bzip2-1.0.2
Tim Peters0e933092004-04-11 17:45:31 +000066nmake /nologo /f makefile.msc
Martin v. Löwis79ef96d2004-01-02 21:13:59 +000067"/>
68 <Tool
69 Name="VCResourceCompilerTool"
70 PreprocessorDefinitions="_DEBUG"
71 Culture="1033"/>
72 <Tool
73 Name="VCWebServiceProxyGeneratorTool"/>
74 <Tool
75 Name="VCXMLDataGeneratorTool"/>
76 <Tool
77 Name="VCWebDeploymentTool"/>
78 <Tool
79 Name="VCManagedWrapperGeneratorTool"/>
80 <Tool
81 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
82 </Configuration>
83 <Configuration
84 Name="Release|Win32"
85 OutputDirectory=".\."
86 IntermediateDirectory=".\x86-temp-release\bz2"
87 ConfigurationType="2"
88 UseOfMFC="0"
89 ATLMinimizesCRunTimeLibraryUsage="FALSE">
90 <Tool
91 Name="VCCLCompilerTool"
92 Optimization="2"
93 InlineFunctionExpansion="1"
94 AdditionalIncludeDirectories="..\Include,..\PC,..\..\bzip2-1.0.2"
95 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
96 StringPooling="TRUE"
97 RuntimeLibrary="2"
98 EnableFunctionLevelLinking="TRUE"
99 UsePrecompiledHeader="2"
100 PrecompiledHeaderFile=".\x86-temp-release\bz2/bz2.pch"
101 AssemblerListingLocation=".\x86-temp-release\bz2/"
102 ObjectFile=".\x86-temp-release\bz2/"
103 ProgramDataBaseFileName=".\x86-temp-release\bz2/"
104 WarningLevel="3"
105 SuppressStartupBanner="TRUE"
106 DebugInformationFormat="3"
107 CompileAs="0"/>
108 <Tool
109 Name="VCCustomBuildTool"/>
110 <Tool
111 Name="VCLinkerTool"
112 AdditionalDependencies="..\..\bzip2-1.0.2\libbz2.lib"
113 OutputFile="./bz2.pyd"
114 LinkIncremental="1"
115 SuppressStartupBanner="TRUE"
116 IgnoreDefaultLibraryNames="libc"
117 GenerateDebugInformation="TRUE"
118 ProgramDatabaseFile=".\./bz2.pdb"
119 SubSystem="2"
120 BaseAddress="0x1D170000"
121 ImportLibrary=".\./bz2.lib"
122 TargetMachine="1"/>
123 <Tool
124 Name="VCMIDLTool"
125 PreprocessorDefinitions="NDEBUG"
126 MkTypLibCompatible="TRUE"
127 SuppressStartupBanner="TRUE"
128 TargetEnvironment="1"
129 TypeLibraryName=".\./bz2.tlb"
130 HeaderFileName=""/>
131 <Tool
132 Name="VCPostBuildEventTool"/>
133 <Tool
134 Name="VCPreBuildEventTool"/>
135 <Tool
136 Name="VCPreLinkEventTool"
137 CommandLine="cd ..\..\bzip2-1.0.2
138nmake /nologo /f makefile.msc lib
139"/>
140 <Tool
141 Name="VCResourceCompilerTool"
142 PreprocessorDefinitions="NDEBUG"
143 Culture="1033"/>
144 <Tool
145 Name="VCWebServiceProxyGeneratorTool"/>
146 <Tool
147 Name="VCXMLDataGeneratorTool"/>
148 <Tool
149 Name="VCWebDeploymentTool"/>
150 <Tool
151 Name="VCManagedWrapperGeneratorTool"/>
152 <Tool
153 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
154 </Configuration>
155 </Configurations>
156 <References>
157 </References>
158 <Files>
159 <File
160 RelativePath="..\Modules\bz2module.c">
161 <FileConfiguration
162 Name="Debug|Win32">
163 <Tool
164 Name="VCCLCompilerTool"
165 Optimization="0"
166 AdditionalIncludeDirectories=""
167 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
168 </FileConfiguration>
169 <FileConfiguration
170 Name="Release|Win32">
171 <Tool
172 Name="VCCLCompilerTool"
173 Optimization="2"
174 AdditionalIncludeDirectories=""
175 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;$(NoInherit)"/>
176 </FileConfiguration>
177 </File>
178 </Files>
179 <Globals>
180 </Globals>
181</VisualStudioProject>