~malept/ubuntu/lucid/python2.6/dev-dependency-fix

« back to all changes in this revision

Viewing changes to PC/VS7.1/bz2.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-13 12:51:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090213125100-uufgcb9yeqzujpqw
Tags: upstream-2.6.1
ImportĀ upstreamĀ versionĀ 2.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="Windows-1252"?>
 
2
<VisualStudioProject
 
3
        ProjectType="Visual C++"
 
4
        Version="7.10"
 
5
        Name="bz2"
 
6
        RootNamespace="bz2"
 
7
        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.3"
 
25
                                PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS"
 
26
                                RuntimeLibrary="3"
 
27
                                UsePrecompiledHeader="2"
 
28
                                WarningLevel="3"
 
29
                                SuppressStartupBanner="TRUE"
 
30
                                DebugInformationFormat="3"
 
31
                                CompileAs="0"/>
 
32
                        <Tool
 
33
                                Name="VCCustomBuildTool"/>
 
34
                        <Tool
 
35
                                Name="VCLinkerTool"
 
36
                                AdditionalDependencies="..\..\..\bzip2-1.0.3\libbz2.lib"
 
37
                                OutputFile="./bz2_d.pyd"
 
38
                                LinkIncremental="1"
 
39
                                SuppressStartupBanner="TRUE"
 
40
                                IgnoreDefaultLibraryNames="msvcrt,libc"
 
41
                                GenerateDebugInformation="TRUE"
 
42
                                ProgramDatabaseFile=".\./bz2_d.pdb"
 
43
                                SubSystem="2"
 
44
                                BaseAddress="0x1D170000"
 
45
                                ImportLibrary=".\./bz2_d.lib"
 
46
                                TargetMachine="1"/>
 
47
                        <Tool
 
48
                                Name="VCMIDLTool"/>
 
49
                        <Tool
 
50
                                Name="VCPostBuildEventTool"/>
 
51
                        <Tool
 
52
                                Name="VCPreBuildEventTool"/>
 
53
                        <Tool
 
54
                                Name="VCPreLinkEventTool"
 
55
                                CommandLine="cd ..\..\..\bzip2-1.0.3
 
56
nmake /nologo /f makefile.msc
 
57
"/>
 
58
                        <Tool
 
59
                                Name="VCResourceCompilerTool"/>
 
60
                        <Tool
 
61
                                Name="VCWebServiceProxyGeneratorTool"/>
 
62
                        <Tool
 
63
                                Name="VCXMLDataGeneratorTool"/>
 
64
                        <Tool
 
65
                                Name="VCWebDeploymentTool"/>
 
66
                        <Tool
 
67
                                Name="VCManagedWrapperGeneratorTool"/>
 
68
                        <Tool
 
69
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
70
                </Configuration>
 
71
                <Configuration
 
72
                        Name="Release|Win32"
 
73
                        OutputDirectory=".\."
 
74
                        IntermediateDirectory=".\x86-temp-release\bz2"
 
75
                        ConfigurationType="2"
 
76
                        UseOfMFC="0"
 
77
                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
 
78
                        <Tool
 
79
                                Name="VCCLCompilerTool"
 
80
                                Optimization="2"
 
81
                                InlineFunctionExpansion="1"
 
82
                                AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\..\bzip2-1.0.3"
 
83
                                PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
 
84
                                StringPooling="TRUE"
 
85
                                RuntimeLibrary="2"
 
86
                                EnableFunctionLevelLinking="TRUE"
 
87
                                UsePrecompiledHeader="2"
 
88
                                WarningLevel="3"
 
89
                                SuppressStartupBanner="TRUE"
 
90
                                DebugInformationFormat="3"
 
91
                                CompileAs="0"/>
 
92
                        <Tool
 
93
                                Name="VCCustomBuildTool"/>
 
94
                        <Tool
 
95
                                Name="VCLinkerTool"
 
96
                                AdditionalDependencies="..\..\..\bzip2-1.0.3\libbz2.lib"
 
97
                                OutputFile="./bz2.pyd"
 
98
                                LinkIncremental="1"
 
99
                                SuppressStartupBanner="TRUE"
 
100
                                IgnoreDefaultLibraryNames="libc"
 
101
                                GenerateDebugInformation="TRUE"
 
102
                                ProgramDatabaseFile=".\./bz2.pdb"
 
103
                                SubSystem="2"
 
104
                                BaseAddress="0x1D170000"
 
105
                                ImportLibrary=".\./bz2.lib"
 
106
                                TargetMachine="1"/>
 
107
                        <Tool
 
108
                                Name="VCMIDLTool"/>
 
109
                        <Tool
 
110
                                Name="VCPostBuildEventTool"/>
 
111
                        <Tool
 
112
                                Name="VCPreBuildEventTool"/>
 
113
                        <Tool
 
114
                                Name="VCPreLinkEventTool"
 
115
                                CommandLine="cd ..\..\..\bzip2-1.0.3
 
116
nmake /nologo /f makefile.msc lib
 
117
"/>
 
118
                        <Tool
 
119
                                Name="VCResourceCompilerTool"/>
 
120
                        <Tool
 
121
                                Name="VCWebServiceProxyGeneratorTool"/>
 
122
                        <Tool
 
123
                                Name="VCXMLDataGeneratorTool"/>
 
124
                        <Tool
 
125
                                Name="VCWebDeploymentTool"/>
 
126
                        <Tool
 
127
                                Name="VCManagedWrapperGeneratorTool"/>
 
128
                        <Tool
 
129
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
130
                </Configuration>
 
131
                <Configuration
 
132
                        Name="ReleaseItanium|Win32"
 
133
                        OutputDirectory="./."
 
134
                        IntermediateDirectory=".\ia64-temp-release\bz2"
 
135
                        ConfigurationType="2"
 
136
                        UseOfMFC="0"
 
137
                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
 
138
                        <Tool
 
139
                                Name="VCCLCompilerTool"
 
140
                                AdditionalOptions=" /USECL:MS_ITANIUM /GS-"
 
141
                                Optimization="2"
 
142
                                InlineFunctionExpansion="1"
 
143
                                AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\..\bzip2-1.0.3"
 
144
                                PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
 
145
                                StringPooling="TRUE"
 
146
                                BasicRuntimeChecks="0"
 
147
                                RuntimeLibrary="2"
 
148
                                BufferSecurityCheck="FALSE"
 
149
                                EnableFunctionLevelLinking="TRUE"
 
150
                                UsePrecompiledHeader="2"
 
151
                                WarningLevel="3"
 
152
                                SuppressStartupBanner="TRUE"
 
153
                                Detect64BitPortabilityProblems="TRUE"
 
154
                                DebugInformationFormat="3"
 
155
                                CompileAs="0"/>
 
156
                        <Tool
 
157
                                Name="VCCustomBuildTool"/>
 
158
                        <Tool
 
159
                                Name="VCLinkerTool"
 
160
                                AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
 
161
                                AdditionalDependencies="..\..\..\bzip2-1.0.3\libbz2.lib"
 
162
                                OutputFile="./bz2.pyd"
 
163
                                LinkIncremental="1"
 
164
                                SuppressStartupBanner="TRUE"
 
165
                                IgnoreDefaultLibraryNames="libc"
 
166
                                GenerateDebugInformation="TRUE"
 
167
                                ProgramDatabaseFile=".\./bz2.pdb"
 
168
                                SubSystem="2"
 
169
                                BaseAddress="0x1D170000"
 
170
                                ImportLibrary=".\./bz2.lib"
 
171
                                TargetMachine="0"/>
 
172
                        <Tool
 
173
                                Name="VCMIDLTool"/>
 
174
                        <Tool
 
175
                                Name="VCPostBuildEventTool"/>
 
176
                        <Tool
 
177
                                Name="VCPreBuildEventTool"/>
 
178
                        <Tool
 
179
                                Name="VCPreLinkEventTool"
 
180
                                CommandLine="cd ..\..\..\bzip2-1.0.3
 
181
nmake /nologo /f makefile.msc lib
 
182
"/>
 
183
                        <Tool
 
184
                                Name="VCResourceCompilerTool"/>
 
185
                        <Tool
 
186
                                Name="VCWebServiceProxyGeneratorTool"/>
 
187
                        <Tool
 
188
                                Name="VCXMLDataGeneratorTool"/>
 
189
                        <Tool
 
190
                                Name="VCWebDeploymentTool"/>
 
191
                        <Tool
 
192
                                Name="VCManagedWrapperGeneratorTool"/>
 
193
                        <Tool
 
194
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
195
                </Configuration>
 
196
                <Configuration
 
197
                        Name="ReleaseAMD64|Win32"
 
198
                        OutputDirectory="."
 
199
                        IntermediateDirectory="amd64-temp-release\bz2"
 
200
                        ConfigurationType="2"
 
201
                        UseOfMFC="0"
 
202
                        ATLMinimizesCRunTimeLibraryUsage="FALSE">
 
203
                        <Tool
 
204
                                Name="VCCLCompilerTool"
 
205
                                AdditionalOptions=" /USECL:MS_OPTERON /GS-"
 
206
                                Optimization="2"
 
207
                                InlineFunctionExpansion="1"
 
208
                                AdditionalIncludeDirectories="..\..\Include,..\..\PC,..\..\..\bzip2-1.0.3"
 
209
                                PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS"
 
210
                                StringPooling="TRUE"
 
211
                                BasicRuntimeChecks="0"
 
212
                                RuntimeLibrary="2"
 
213
                                BufferSecurityCheck="FALSE"
 
214
                                EnableFunctionLevelLinking="TRUE"
 
215
                                UsePrecompiledHeader="2"
 
216
                                WarningLevel="3"
 
217
                                SuppressStartupBanner="TRUE"
 
218
                                Detect64BitPortabilityProblems="TRUE"
 
219
                                DebugInformationFormat="3"
 
220
                                CompileAs="0"/>
 
221
                        <Tool
 
222
                                Name="VCCustomBuildTool"/>
 
223
                        <Tool
 
224
                                Name="VCLinkerTool"
 
225
                                AdditionalOptions=" /MACHINE:AMD64 /USELINK:MS_SDK"
 
226
                                AdditionalDependencies="..\..\..\bzip2-1.0.3\libbz2.lib"
 
227
                                OutputFile="./bz2.pyd"
 
228
                                LinkIncremental="1"
 
229
                                SuppressStartupBanner="TRUE"
 
230
                                IgnoreDefaultLibraryNames="libc"
 
231
                                GenerateDebugInformation="TRUE"
 
232
                                ProgramDatabaseFile=".\./bz2.pdb"
 
233
                                SubSystem="2"
 
234
                                BaseAddress="0x1D170000"
 
235
                                ImportLibrary=".\./bz2.lib"
 
236
                                TargetMachine="0"/>
 
237
                        <Tool
 
238
                                Name="VCMIDLTool"/>
 
239
                        <Tool
 
240
                                Name="VCPostBuildEventTool"/>
 
241
                        <Tool
 
242
                                Name="VCPreBuildEventTool"/>
 
243
                        <Tool
 
244
                                Name="VCPreLinkEventTool"
 
245
                                CommandLine="cd ..\..\..\bzip2-1.0.3
 
246
nmake /nologo /f makefile.msc lib
 
247
"/>
 
248
                        <Tool
 
249
                                Name="VCResourceCompilerTool"/>
 
250
                        <Tool
 
251
                                Name="VCWebServiceProxyGeneratorTool"/>
 
252
                        <Tool
 
253
                                Name="VCXMLDataGeneratorTool"/>
 
254
                        <Tool
 
255
                                Name="VCWebDeploymentTool"/>
 
256
                        <Tool
 
257
                                Name="VCManagedWrapperGeneratorTool"/>
 
258
                        <Tool
 
259
                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
 
260
                </Configuration>
 
261
        </Configurations>
 
262
        <References>
 
263
        </References>
 
264
        <Files>
 
265
                <File
 
266
                        RelativePath="..\..\Modules\bz2module.c">
 
267
                </File>
 
268
        </Files>
 
269
        <Globals>
 
270
        </Globals>
 
271
</VisualStudioProject>