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