Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" |
| 4 | Version="7.10" |
| 5 | Name="bz2" |
Tim Peters | 0e93309 | 2004-04-11 17:45:31 +0000 | [diff] [blame] | 6 | RootNamespace="bz2" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 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" |
Martin v. Löwis | 14c1cf8 | 2006-03-13 10:52:04 +0000 | [diff] [blame] | 24 | AdditionalIncludeDirectories="..\Include,..\PC,..\..\bzip2-1.0.3" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 25 | PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS" |
| 26 | RuntimeLibrary="3" |
| 27 | UsePrecompiledHeader="2" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 28 | WarningLevel="3" |
| 29 | SuppressStartupBanner="TRUE" |
| 30 | DebugInformationFormat="3" |
| 31 | CompileAs="0"/> |
| 32 | <Tool |
| 33 | Name="VCCustomBuildTool"/> |
| 34 | <Tool |
| 35 | Name="VCLinkerTool" |
Martin v. Löwis | 14c1cf8 | 2006-03-13 10:52:04 +0000 | [diff] [blame] | 36 | AdditionalDependencies="..\..\bzip2-1.0.3\libbz2.lib" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 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 |
Martin v. Löwis | 532bc03 | 2006-01-03 07:38:51 +0000 | [diff] [blame] | 48 | Name="VCMIDLTool"/> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 49 | <Tool |
| 50 | Name="VCPostBuildEventTool"/> |
| 51 | <Tool |
| 52 | Name="VCPreBuildEventTool"/> |
| 53 | <Tool |
| 54 | Name="VCPreLinkEventTool" |
Martin v. Löwis | 14c1cf8 | 2006-03-13 10:52:04 +0000 | [diff] [blame] | 55 | CommandLine="cd ..\..\bzip2-1.0.3 |
Tim Peters | 0e93309 | 2004-04-11 17:45:31 +0000 | [diff] [blame] | 56 | nmake /nologo /f makefile.msc |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 57 | "/> |
| 58 | <Tool |
Martin v. Löwis | 532bc03 | 2006-01-03 07:38:51 +0000 | [diff] [blame] | 59 | Name="VCResourceCompilerTool"/> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 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" |
Martin v. Löwis | 14c1cf8 | 2006-03-13 10:52:04 +0000 | [diff] [blame] | 82 | AdditionalIncludeDirectories="..\Include,..\PC,..\..\bzip2-1.0.3" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 83 | PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS" |
| 84 | StringPooling="TRUE" |
| 85 | RuntimeLibrary="2" |
| 86 | EnableFunctionLevelLinking="TRUE" |
| 87 | UsePrecompiledHeader="2" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 88 | WarningLevel="3" |
| 89 | SuppressStartupBanner="TRUE" |
| 90 | DebugInformationFormat="3" |
| 91 | CompileAs="0"/> |
| 92 | <Tool |
| 93 | Name="VCCustomBuildTool"/> |
| 94 | <Tool |
| 95 | Name="VCLinkerTool" |
Martin v. Löwis | 14c1cf8 | 2006-03-13 10:52:04 +0000 | [diff] [blame] | 96 | AdditionalDependencies="..\..\bzip2-1.0.3\libbz2.lib" |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 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 |
Martin v. Löwis | 532bc03 | 2006-01-03 07:38:51 +0000 | [diff] [blame] | 108 | Name="VCMIDLTool"/> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 109 | <Tool |
| 110 | Name="VCPostBuildEventTool"/> |
| 111 | <Tool |
| 112 | Name="VCPreBuildEventTool"/> |
| 113 | <Tool |
| 114 | Name="VCPreLinkEventTool" |
Martin v. Löwis | 14c1cf8 | 2006-03-13 10:52:04 +0000 | [diff] [blame] | 115 | CommandLine="cd ..\..\bzip2-1.0.3 |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 116 | nmake /nologo /f makefile.msc lib |
| 117 | "/> |
| 118 | <Tool |
Martin v. Löwis | 532bc03 | 2006-01-03 07:38:51 +0000 | [diff] [blame] | 119 | Name="VCResourceCompilerTool"/> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 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> |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 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" |
| 141 | Optimization="2" |
| 142 | InlineFunctionExpansion="1" |
Martin v. Löwis | 07b3508 | 2006-04-21 13:48:26 +0000 | [diff] [blame] | 143 | AdditionalIncludeDirectories="..\Include,..\PC,..\..\bzip2-1.0.3" |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 144 | PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS" |
| 145 | StringPooling="TRUE" |
| 146 | BasicRuntimeChecks="0" |
| 147 | RuntimeLibrary="2" |
| 148 | BufferSecurityCheck="FALSE" |
| 149 | EnableFunctionLevelLinking="TRUE" |
| 150 | UsePrecompiledHeader="2" |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 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" |
Martin v. Löwis | 14c1cf8 | 2006-03-13 10:52:04 +0000 | [diff] [blame] | 161 | AdditionalDependencies="..\..\bzip2-1.0.3\libbz2.lib" |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 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 |
Martin v. Löwis | 532bc03 | 2006-01-03 07:38:51 +0000 | [diff] [blame] | 173 | Name="VCMIDLTool"/> |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 174 | <Tool |
| 175 | Name="VCPostBuildEventTool"/> |
| 176 | <Tool |
| 177 | Name="VCPreBuildEventTool"/> |
| 178 | <Tool |
| 179 | Name="VCPreLinkEventTool" |
Martin v. Löwis | 14c1cf8 | 2006-03-13 10:52:04 +0000 | [diff] [blame] | 180 | CommandLine="cd ..\..\bzip2-1.0.3 |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 181 | nmake /nologo /f makefile.msc lib |
| 182 | "/> |
| 183 | <Tool |
Martin v. Löwis | 532bc03 | 2006-01-03 07:38:51 +0000 | [diff] [blame] | 184 | Name="VCResourceCompilerTool"/> |
Martin v. Löwis | 13e50fe | 2004-07-20 14:37:48 +0000 | [diff] [blame] | 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> |
Martin v. Löwis | 856bf9a | 2006-02-14 20:42:55 +0000 | [diff] [blame] | 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" |
Martin v. Löwis | 79b0f85 | 2006-04-26 17:19:44 +0000 | [diff] [blame] | 205 | AdditionalOptions=" /USECL:MS_OPTERON /GS-" |
Martin v. Löwis | 856bf9a | 2006-02-14 20:42:55 +0000 | [diff] [blame] | 206 | Optimization="2" |
| 207 | InlineFunctionExpansion="1" |
Martin v. Löwis | 07b3508 | 2006-04-21 13:48:26 +0000 | [diff] [blame] | 208 | AdditionalIncludeDirectories="..\Include,..\PC,..\..\bzip2-1.0.3" |
Martin v. Löwis | 856bf9a | 2006-02-14 20:42:55 +0000 | [diff] [blame] | 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" |
Martin v. Löwis | 14c1cf8 | 2006-03-13 10:52:04 +0000 | [diff] [blame] | 226 | AdditionalDependencies="..\..\bzip2-1.0.3\libbz2.lib" |
Martin v. Löwis | 856bf9a | 2006-02-14 20:42:55 +0000 | [diff] [blame] | 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" |
Martin v. Löwis | 14c1cf8 | 2006-03-13 10:52:04 +0000 | [diff] [blame] | 245 | CommandLine="cd ..\..\bzip2-1.0.3 |
Martin v. Löwis | 856bf9a | 2006-02-14 20:42:55 +0000 | [diff] [blame] | 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> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 261 | </Configurations> |
| 262 | <References> |
| 263 | </References> |
| 264 | <Files> |
| 265 | <File |
| 266 | RelativePath="..\Modules\bz2module.c"> |
Martin v. Löwis | 79ef96d | 2004-01-02 21:13:59 +0000 | [diff] [blame] | 267 | </File> |
| 268 | </Files> |
| 269 | <Globals> |
| 270 | </Globals> |
| 271 | </VisualStudioProject> |