Trent Mick | b07cf50 | 2000-08-13 22:59:26 +0000 | [diff] [blame] | 1 | # Microsoft Developer Studio Project File - Name="python20" - Package Owner=<4>
|
| 2 | # Microsoft Developer Studio Generated Build File, Format Version 6.00
|
| 3 | # ** DO NOT EDIT **
|
| 4 |
|
| 5 | # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
|
| 6 | # TARGTYPE "Win32 (ALPHA) Dynamic-Link Library" 0x0602
|
| 7 |
|
| 8 | CFG=python20 - Win32 Alpha Debug
|
| 9 | !MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
| 10 | !MESSAGE use the Export Makefile command and run
|
| 11 | !MESSAGE
|
| 12 | !MESSAGE NMAKE /f "python20.mak".
|
| 13 | !MESSAGE
|
| 14 | !MESSAGE You can specify a configuration when running NMAKE
|
| 15 | !MESSAGE by defining the macro CFG on the command line. For example:
|
| 16 | !MESSAGE
|
| 17 | !MESSAGE NMAKE /f "python20.mak" CFG="python20 - Win32 Alpha Debug"
|
| 18 | !MESSAGE
|
| 19 | !MESSAGE Possible choices for configuration are:
|
| 20 | !MESSAGE
|
| 21 | !MESSAGE "python20 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
| 22 | !MESSAGE "python20 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
| 23 | !MESSAGE "python20 - Win32 Alpha Debug" (based on "Win32 (ALPHA) Dynamic-Link Library")
|
| 24 | !MESSAGE "python20 - Win32 Alpha Release" (based on "Win32 (ALPHA) Dynamic-Link Library")
|
| 25 | !MESSAGE
|
| 26 |
|
| 27 | # Begin Project
|
| 28 | # PROP AllowPerConfigDependencies 0
|
| 29 | # PROP Scc_ProjName "python20"
|
| 30 | # PROP Scc_LocalPath ".."
|
| 31 |
|
| 32 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 33 |
|
| 34 | # PROP BASE Use_MFC 0
|
| 35 | # PROP BASE Use_Debug_Libraries 0
|
| 36 | # PROP BASE Output_Dir "Release"
|
| 37 | # PROP BASE Intermediate_Dir "Release"
|
| 38 | # PROP BASE Target_Dir ""
|
| 39 | # PROP Use_MFC 0
|
| 40 | # PROP Use_Debug_Libraries 0
|
| 41 | # PROP Output_Dir "."
|
| 42 | # PROP Intermediate_Dir "x86-temp-release\python20"
|
| 43 | # PROP Ignore_Export_Lib 0
|
| 44 | # PROP Target_Dir ""
|
| 45 | F90=df.exe
|
| 46 | CPP=cl.exe
|
| 47 | # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
| 48 | # ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\Include" /I "..\PC" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /Zm200 /c
|
| 49 | MTL=midl.exe
|
| 50 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
|
| 51 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
|
| 52 | RSC=rc.exe
|
| 53 | # ADD BASE RSC /l 0x409 /d "NDEBUG"
|
| 54 | # ADD RSC /l 0x409 /i "..\Include" /d "NDEBUG"
|
| 55 | BSC32=bscmake.exe
|
| 56 | # ADD BASE BSC32 /nologo
|
| 57 | # ADD BSC32 /nologo
|
| 58 | LINK32=link.exe
|
| 59 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
|
Tim Peters | f58a7aa | 2000-09-22 10:05:54 +0000 | [diff] [blame] | 60 | # ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc"
|
Trent Mick | b07cf50 | 2000-08-13 22:59:26 +0000 | [diff] [blame] | 61 | # SUBTRACT LINK32 /pdb:none
|
| 62 |
|
| 63 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 64 |
|
| 65 | # PROP BASE Use_MFC 0
|
| 66 | # PROP BASE Use_Debug_Libraries 1
|
| 67 | # PROP BASE Output_Dir "Debug"
|
| 68 | # PROP BASE Intermediate_Dir "Debug"
|
| 69 | # PROP BASE Target_Dir ""
|
| 70 | # PROP Use_MFC 0
|
| 71 | # PROP Use_Debug_Libraries 1
|
| 72 | # PROP Output_Dir "."
|
| 73 | # PROP Intermediate_Dir "x86-temp-debug\python20"
|
| 74 | # PROP Ignore_Export_Lib 0
|
| 75 | # PROP Target_Dir ""
|
| 76 | F90=df.exe
|
| 77 | CPP=cl.exe
|
| 78 | # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
|
| 79 | # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\Include" /I "..\PC" /D "_DEBUG" /D "USE_DL_EXPORT" /D "WIN32" /D "_WINDOWS" /YX /FD /Zm200 /c
|
| 80 | MTL=midl.exe
|
| 81 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
|
| 82 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
|
| 83 | RSC=rc.exe
|
| 84 | # ADD BASE RSC /l 0x409 /d "_DEBUG"
|
| 85 | # ADD RSC /l 0x409 /i "..\Include" /d "_DEBUG"
|
| 86 | BSC32=bscmake.exe
|
| 87 | # ADD BASE BSC32 /nologo
|
| 88 | # ADD BSC32 /nologo
|
| 89 | LINK32=link.exe
|
| 90 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
|
Tim Peters | f58a7aa | 2000-09-22 10:05:54 +0000 | [diff] [blame] | 91 | # ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python20_d.dll" /pdbtype:sept
|
Trent Mick | b07cf50 | 2000-08-13 22:59:26 +0000 | [diff] [blame] | 92 | # SUBTRACT LINK32 /pdb:none
|
| 93 |
|
| 94 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 95 |
|
| 96 | # PROP BASE Use_MFC 0
|
| 97 | # PROP BASE Use_Debug_Libraries 1
|
| 98 | # PROP BASE Output_Dir "Debug"
|
| 99 | # PROP BASE Intermediate_Dir "Debug"
|
| 100 | # PROP BASE Ignore_Export_Lib 0
|
| 101 | # PROP BASE Target_Dir ""
|
| 102 | # PROP Use_MFC 0
|
| 103 | # PROP Use_Debug_Libraries 1
|
| 104 | # PROP Output_Dir "."
|
| 105 | # PROP Intermediate_Dir "alpha-temp-debug\python20"
|
| 106 | # PROP Ignore_Export_Lib 0
|
| 107 | # PROP Target_Dir ""
|
| 108 | CPP=cl.exe
|
| 109 | # ADD BASE CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /MTd /c
|
| 110 | # ADD CPP /nologo /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /MDd /c
|
| 111 | MTL=midl.exe
|
| 112 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
|
| 113 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
|
| 114 | RSC=rc.exe
|
| 115 | # ADD BASE RSC /l 0x409 /i "..\Include" /d "_DEBUG"
|
| 116 | # ADD RSC /l 0x409 /i "..\Include" /d "_DEBUG"
|
| 117 | BSC32=bscmake.exe
|
| 118 | # ADD BASE BSC32 /nologo
|
| 119 | # ADD BSC32 /nologo
|
| 120 | LINK32=link.exe
|
| 121 | # ADD BASE LINK32 wsock32.lib largeint.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /out:"./python20_d.dll" /pdbtype:sept
|
| 122 | # SUBTRACT BASE LINK32 /pdb:none
|
| 123 | # ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /out:"./python20_d.dll" /pdbtype:sept
|
| 124 | # SUBTRACT LINK32 /pdb:none
|
| 125 |
|
| 126 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 127 |
|
| 128 | # PROP BASE Use_MFC 0
|
| 129 | # PROP BASE Use_Debug_Libraries 0
|
| 130 | # PROP BASE Output_Dir "Release"
|
| 131 | # PROP BASE Intermediate_Dir "Release"
|
| 132 | # PROP BASE Ignore_Export_Lib 0
|
| 133 | # PROP BASE Target_Dir ""
|
| 134 | # PROP Use_MFC 0
|
| 135 | # PROP Use_Debug_Libraries 0
|
| 136 | # PROP Output_Dir "."
|
| 137 | # PROP Intermediate_Dir "alpha-temp-release\python20"
|
| 138 | # PROP Ignore_Export_Lib 0
|
| 139 | # PROP Target_Dir ""
|
| 140 | CPP=cl.exe
|
| 141 | # ADD BASE CPP /nologo /MT /Gt0 /W3 /GX /Zi /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /c
|
| 142 | # ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /c
|
| 143 | MTL=midl.exe
|
| 144 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
|
| 145 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
|
| 146 | RSC=rc.exe
|
| 147 | # ADD BASE RSC /l 0x409 /i "..\Include" /d "NDEBUG"
|
| 148 | # ADD RSC /l 0x409 /i "..\Include" /d "NDEBUG"
|
| 149 | BSC32=bscmake.exe
|
| 150 | # ADD BASE BSC32 /nologo
|
| 151 | # ADD BSC32 /nologo
|
| 152 | LINK32=link.exe
|
| 153 | # ADD BASE LINK32 wsock32.lib largeint.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc"
|
| 154 | # SUBTRACT BASE LINK32 /pdb:none
|
| 155 | # ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc"
|
| 156 | # SUBTRACT LINK32 /pdb:none
|
| 157 |
|
| 158 | !ENDIF
|
| 159 |
|
| 160 | # Begin Target
|
| 161 |
|
| 162 | # Name "python20 - Win32 Release"
|
| 163 | # Name "python20 - Win32 Debug"
|
| 164 | # Name "python20 - Win32 Alpha Debug"
|
| 165 | # Name "python20 - Win32 Alpha Release"
|
| 166 | # Begin Source File
|
| 167 |
|
| 168 | SOURCE=..\Modules\_codecsmodule.c
|
| 169 |
|
| 170 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 171 |
|
| 172 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 173 |
|
| 174 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 175 |
|
| 176 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 177 |
|
| 178 | !ENDIF
|
| 179 |
|
| 180 | # End Source File
|
| 181 | # Begin Source File
|
| 182 |
|
| 183 | SOURCE=..\Modules\_localemodule.c
|
| 184 |
|
| 185 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 186 |
|
| 187 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 188 |
|
| 189 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 190 |
|
| 191 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 192 |
|
| 193 | !ENDIF
|
| 194 |
|
| 195 | # End Source File
|
| 196 | # Begin Source File
|
| 197 |
|
| 198 | SOURCE=..\Objects\abstract.c
|
| 199 |
|
| 200 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 201 |
|
| 202 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 203 |
|
| 204 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 205 |
|
| 206 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 207 |
|
| 208 | !ENDIF
|
| 209 |
|
| 210 | # End Source File
|
| 211 | # Begin Source File
|
| 212 |
|
| 213 | SOURCE=..\Parser\acceler.c
|
| 214 |
|
| 215 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 216 |
|
| 217 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 218 |
|
| 219 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 220 |
|
| 221 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 222 |
|
| 223 | !ENDIF
|
| 224 |
|
| 225 | # End Source File
|
| 226 | # Begin Source File
|
| 227 |
|
| 228 | SOURCE=..\Modules\arraymodule.c
|
| 229 |
|
| 230 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 231 |
|
| 232 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 233 |
|
| 234 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 235 |
|
| 236 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 237 |
|
| 238 | !ENDIF
|
| 239 |
|
| 240 | # End Source File
|
| 241 | # Begin Source File
|
| 242 |
|
| 243 | SOURCE=..\Modules\audioop.c
|
| 244 |
|
| 245 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 246 |
|
| 247 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 248 |
|
| 249 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 250 |
|
| 251 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 252 |
|
| 253 | !ENDIF
|
| 254 |
|
| 255 | # End Source File
|
| 256 | # Begin Source File
|
| 257 |
|
| 258 | SOURCE=..\Modules\binascii.c
|
| 259 |
|
| 260 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 261 |
|
| 262 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 263 |
|
| 264 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 265 |
|
| 266 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 267 |
|
| 268 | !ENDIF
|
| 269 |
|
| 270 | # End Source File
|
| 271 | # Begin Source File
|
| 272 |
|
| 273 | SOURCE=..\Parser\bitset.c
|
| 274 |
|
| 275 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 276 |
|
| 277 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 278 |
|
| 279 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 280 |
|
| 281 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 282 |
|
| 283 | !ENDIF
|
| 284 |
|
| 285 | # End Source File
|
| 286 | # Begin Source File
|
| 287 |
|
| 288 | SOURCE=..\Python\bltinmodule.c
|
| 289 |
|
| 290 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 291 |
|
| 292 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 293 |
|
| 294 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 295 |
|
| 296 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 297 |
|
| 298 | !ENDIF
|
| 299 |
|
| 300 | # End Source File
|
| 301 | # Begin Source File
|
| 302 |
|
| 303 | SOURCE=..\Objects\bufferobject.c
|
| 304 |
|
| 305 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 306 |
|
| 307 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 308 |
|
| 309 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 310 |
|
| 311 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 312 |
|
| 313 | !ENDIF
|
| 314 |
|
| 315 | # End Source File
|
| 316 | # Begin Source File
|
| 317 |
|
| 318 | SOURCE=..\Python\ceval.c
|
| 319 |
|
| 320 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 321 |
|
| 322 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 323 |
|
| 324 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 325 |
|
| 326 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 327 |
|
| 328 | !ENDIF
|
| 329 |
|
| 330 | # End Source File
|
| 331 | # Begin Source File
|
| 332 |
|
| 333 | SOURCE=..\Objects\classobject.c
|
| 334 |
|
| 335 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 336 |
|
| 337 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 338 |
|
| 339 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 340 |
|
| 341 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 342 |
|
| 343 | !ENDIF
|
| 344 |
|
| 345 | # End Source File
|
| 346 | # Begin Source File
|
| 347 |
|
| 348 | SOURCE=..\Modules\cmathmodule.c
|
| 349 |
|
| 350 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 351 |
|
| 352 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 353 |
|
| 354 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 355 |
|
| 356 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 357 |
|
| 358 | !ENDIF
|
| 359 |
|
| 360 | # End Source File
|
| 361 | # Begin Source File
|
| 362 |
|
| 363 | SOURCE=..\Objects\cobject.c
|
| 364 |
|
| 365 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 366 |
|
| 367 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 368 |
|
| 369 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 370 |
|
| 371 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 372 |
|
| 373 | !ENDIF
|
| 374 |
|
| 375 | # End Source File
|
| 376 | # Begin Source File
|
| 377 |
|
| 378 | SOURCE=..\Python\codecs.c
|
| 379 |
|
| 380 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 381 |
|
| 382 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 383 |
|
| 384 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 385 |
|
| 386 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 387 |
|
| 388 | !ENDIF
|
| 389 |
|
| 390 | # End Source File
|
| 391 | # Begin Source File
|
| 392 |
|
| 393 | SOURCE=..\Python\compile.c
|
| 394 |
|
| 395 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 396 |
|
| 397 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 398 |
|
| 399 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 400 |
|
| 401 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 402 |
|
| 403 | !ENDIF
|
| 404 |
|
| 405 | # End Source File
|
| 406 | # Begin Source File
|
| 407 |
|
| 408 | SOURCE=..\Objects\complexobject.c
|
| 409 |
|
| 410 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 411 |
|
| 412 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 413 |
|
| 414 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 415 |
|
| 416 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 417 |
|
| 418 | !ENDIF
|
| 419 |
|
| 420 | # End Source File
|
| 421 | # Begin Source File
|
| 422 |
|
| 423 | SOURCE=..\PC\config.c
|
| 424 |
|
| 425 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 426 |
|
| 427 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 428 |
|
| 429 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 430 |
|
| 431 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 432 |
|
| 433 | !ENDIF
|
| 434 |
|
| 435 | # End Source File
|
| 436 | # Begin Source File
|
| 437 |
|
| 438 | SOURCE=..\Modules\cPickle.c
|
| 439 |
|
| 440 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 441 |
|
| 442 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 443 |
|
| 444 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 445 |
|
| 446 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 447 |
|
| 448 | !ENDIF
|
| 449 |
|
| 450 | # End Source File
|
| 451 | # Begin Source File
|
| 452 |
|
| 453 | SOURCE=..\Modules\cStringIO.c
|
| 454 |
|
| 455 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 456 |
|
| 457 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 458 |
|
| 459 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 460 |
|
| 461 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 462 |
|
| 463 | !ENDIF
|
| 464 |
|
| 465 | # End Source File
|
| 466 | # Begin Source File
|
| 467 |
|
| 468 | SOURCE=..\Objects\dictobject.c
|
| 469 |
|
| 470 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 471 |
|
| 472 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 473 |
|
| 474 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 475 |
|
| 476 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 477 |
|
| 478 | !ENDIF
|
| 479 |
|
| 480 | # End Source File
|
| 481 | # Begin Source File
|
| 482 |
|
| 483 | SOURCE=..\PC\dl_nt.c
|
| 484 |
|
| 485 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 486 |
|
| 487 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 488 |
|
| 489 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 490 |
|
| 491 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 492 |
|
| 493 | !ENDIF
|
| 494 |
|
| 495 | # End Source File
|
| 496 | # Begin Source File
|
| 497 |
|
| 498 | SOURCE=..\Python\dynload_win.c
|
| 499 |
|
| 500 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 501 |
|
| 502 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 503 |
|
| 504 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 505 |
|
| 506 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 507 |
|
| 508 | !ENDIF
|
| 509 |
|
| 510 | # End Source File
|
| 511 | # Begin Source File
|
| 512 |
|
| 513 | SOURCE=..\Modules\errnomodule.c
|
| 514 |
|
| 515 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 516 |
|
| 517 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 518 |
|
| 519 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 520 |
|
| 521 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 522 |
|
| 523 | !ENDIF
|
| 524 |
|
| 525 | # End Source File
|
| 526 | # Begin Source File
|
| 527 |
|
| 528 | SOURCE=..\Python\errors.c
|
| 529 |
|
| 530 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 531 |
|
| 532 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 533 |
|
| 534 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 535 |
|
| 536 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 537 |
|
| 538 | !ENDIF
|
| 539 |
|
| 540 | # End Source File
|
| 541 | # Begin Source File
|
| 542 |
|
| 543 | SOURCE=..\Python\exceptions.c
|
| 544 |
|
| 545 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 546 |
|
| 547 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 548 |
|
| 549 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 550 |
|
| 551 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 552 |
|
| 553 | !ENDIF
|
| 554 |
|
| 555 | # End Source File
|
| 556 | # Begin Source File
|
| 557 |
|
| 558 | SOURCE=..\Objects\fileobject.c
|
| 559 |
|
| 560 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 561 |
|
| 562 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 563 |
|
| 564 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 565 |
|
| 566 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 567 |
|
| 568 | !ENDIF
|
| 569 |
|
| 570 | # End Source File
|
| 571 | # Begin Source File
|
| 572 |
|
| 573 | SOURCE=..\Objects\floatobject.c
|
| 574 |
|
| 575 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 576 |
|
| 577 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 578 |
|
| 579 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 580 |
|
| 581 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 582 |
|
| 583 | !ENDIF
|
| 584 |
|
| 585 | # End Source File
|
| 586 | # Begin Source File
|
| 587 |
|
| 588 | SOURCE=..\Modules\fpectlmodule.c
|
| 589 |
|
| 590 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 591 |
|
| 592 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 593 |
|
| 594 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 595 |
|
| 596 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 597 |
|
| 598 | !ENDIF
|
| 599 |
|
| 600 | # End Source File
|
| 601 | # Begin Source File
|
| 602 |
|
| 603 | SOURCE=..\Modules\fpetestmodule.c
|
| 604 |
|
| 605 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 606 |
|
| 607 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 608 |
|
| 609 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 610 |
|
| 611 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 612 |
|
| 613 | !ENDIF
|
| 614 |
|
| 615 | # End Source File
|
| 616 | # Begin Source File
|
| 617 |
|
| 618 | SOURCE=..\Objects\frameobject.c
|
| 619 |
|
| 620 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 621 |
|
| 622 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 623 |
|
| 624 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 625 |
|
| 626 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 627 |
|
| 628 | !ENDIF
|
| 629 |
|
| 630 | # End Source File
|
| 631 | # Begin Source File
|
| 632 |
|
| 633 | SOURCE=..\Python\frozen.c
|
| 634 |
|
| 635 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 636 |
|
| 637 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 638 |
|
| 639 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 640 |
|
| 641 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 642 |
|
| 643 | !ENDIF
|
| 644 |
|
| 645 | # End Source File
|
| 646 | # Begin Source File
|
| 647 |
|
| 648 | SOURCE=..\Objects\funcobject.c
|
| 649 |
|
| 650 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 651 |
|
| 652 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 653 |
|
| 654 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 655 |
|
| 656 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 657 |
|
| 658 | !ENDIF
|
| 659 |
|
| 660 | # End Source File
|
| 661 | # Begin Source File
|
| 662 |
|
| 663 | SOURCE=..\Modules\gcmodule.c
|
| 664 |
|
| 665 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 666 |
|
| 667 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 668 |
|
| 669 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 670 |
|
| 671 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 672 |
|
| 673 | !ENDIF
|
| 674 |
|
| 675 | # End Source File
|
| 676 | # Begin Source File
|
| 677 |
|
| 678 | SOURCE=..\Python\getargs.c
|
| 679 |
|
| 680 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 681 |
|
| 682 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 683 |
|
| 684 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 685 |
|
| 686 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 687 |
|
| 688 | !ENDIF
|
| 689 |
|
| 690 | # End Source File
|
| 691 | # Begin Source File
|
| 692 |
|
| 693 | SOURCE=..\Modules\getbuildinfo.c
|
| 694 |
|
| 695 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 696 |
|
Tim Peters | 6869245 | 2000-10-14 07:35:15 +0000 | [diff] [blame^] | 697 | # ADD CPP /D BUILD=8
|
Tim Peters | 5069921 | 2000-09-04 07:34:06 +0000 | [diff] [blame] | 698 |
|
Trent Mick | b07cf50 | 2000-08-13 22:59:26 +0000 | [diff] [blame] | 699 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 700 |
|
Tim Peters | 6869245 | 2000-10-14 07:35:15 +0000 | [diff] [blame^] | 701 | # ADD CPP /D BUILD=8
|
Tim Peters | 5069921 | 2000-09-04 07:34:06 +0000 | [diff] [blame] | 702 |
|
Trent Mick | b07cf50 | 2000-08-13 22:59:26 +0000 | [diff] [blame] | 703 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 704 |
|
| 705 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 706 |
|
| 707 | !ENDIF
|
| 708 |
|
| 709 | # End Source File
|
| 710 | # Begin Source File
|
| 711 |
|
| 712 | SOURCE=..\Python\getcompiler.c
|
| 713 |
|
| 714 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 715 |
|
| 716 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 717 |
|
| 718 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 719 |
|
| 720 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 721 |
|
| 722 | !ENDIF
|
| 723 |
|
| 724 | # End Source File
|
| 725 | # Begin Source File
|
| 726 |
|
| 727 | SOURCE=..\Python\getcopyright.c
|
| 728 |
|
| 729 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 730 |
|
| 731 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 732 |
|
| 733 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 734 |
|
| 735 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 736 |
|
| 737 | !ENDIF
|
| 738 |
|
| 739 | # End Source File
|
| 740 | # Begin Source File
|
| 741 |
|
| 742 | SOURCE=..\Python\getmtime.c
|
| 743 |
|
| 744 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 745 |
|
| 746 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 747 |
|
| 748 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 749 |
|
| 750 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 751 |
|
| 752 | !ENDIF
|
| 753 |
|
| 754 | # End Source File
|
| 755 | # Begin Source File
|
| 756 |
|
| 757 | SOURCE=..\Python\getopt.c
|
| 758 |
|
| 759 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 760 |
|
| 761 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 762 |
|
| 763 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 764 |
|
| 765 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 766 |
|
| 767 | !ENDIF
|
| 768 |
|
| 769 | # End Source File
|
| 770 | # Begin Source File
|
| 771 |
|
| 772 | SOURCE=..\PC\getpathp.c
|
| 773 |
|
| 774 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 775 |
|
| 776 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 777 |
|
| 778 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 779 |
|
| 780 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 781 |
|
| 782 | !ENDIF
|
| 783 |
|
| 784 | # End Source File
|
| 785 | # Begin Source File
|
| 786 |
|
| 787 | SOURCE=..\Python\getplatform.c
|
| 788 |
|
| 789 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 790 |
|
| 791 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 792 |
|
| 793 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 794 |
|
| 795 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 796 |
|
| 797 | !ENDIF
|
| 798 |
|
| 799 | # End Source File
|
| 800 | # Begin Source File
|
| 801 |
|
| 802 | SOURCE=..\Python\getversion.c
|
| 803 |
|
| 804 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 805 |
|
| 806 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 807 |
|
| 808 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 809 |
|
| 810 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 811 |
|
| 812 | !ENDIF
|
| 813 |
|
| 814 | # End Source File
|
| 815 | # Begin Source File
|
| 816 |
|
| 817 | SOURCE=..\Python\graminit.c
|
| 818 |
|
| 819 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 820 |
|
| 821 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 822 |
|
| 823 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 824 |
|
| 825 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 826 |
|
| 827 | !ENDIF
|
| 828 |
|
| 829 | # End Source File
|
| 830 | # Begin Source File
|
| 831 |
|
| 832 | SOURCE=..\Parser\grammar1.c
|
| 833 |
|
| 834 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 835 |
|
| 836 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 837 |
|
| 838 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 839 |
|
| 840 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 841 |
|
| 842 | !ENDIF
|
| 843 |
|
| 844 | # End Source File
|
| 845 | # Begin Source File
|
| 846 |
|
| 847 | SOURCE=..\Modules\imageop.c
|
| 848 |
|
| 849 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 850 |
|
| 851 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 852 |
|
| 853 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 854 |
|
| 855 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 856 |
|
| 857 | !ENDIF
|
| 858 |
|
| 859 | # End Source File
|
| 860 | # Begin Source File
|
| 861 |
|
| 862 | SOURCE=..\Python\import.c
|
| 863 |
|
| 864 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 865 |
|
| 866 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 867 |
|
| 868 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 869 |
|
| 870 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 871 |
|
| 872 | !ENDIF
|
| 873 |
|
| 874 | # End Source File
|
| 875 | # Begin Source File
|
| 876 |
|
| 877 | SOURCE=..\PC\import_nt.c
|
| 878 |
|
| 879 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 880 |
|
| 881 | # ADD CPP /I "..\Python"
|
| 882 |
|
| 883 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 884 |
|
| 885 | # ADD CPP /I "..\Python"
|
| 886 |
|
| 887 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 888 |
|
| 889 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 890 |
|
| 891 | !ENDIF
|
| 892 |
|
| 893 | # End Source File
|
| 894 | # Begin Source File
|
| 895 |
|
| 896 | SOURCE=..\Python\importdl.c
|
| 897 |
|
| 898 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 899 |
|
| 900 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 901 |
|
| 902 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 903 |
|
| 904 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 905 |
|
| 906 | !ENDIF
|
| 907 |
|
| 908 | # End Source File
|
| 909 | # Begin Source File
|
| 910 |
|
| 911 | SOURCE=..\Objects\intobject.c
|
| 912 |
|
| 913 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 914 |
|
| 915 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 916 |
|
| 917 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 918 |
|
| 919 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 920 |
|
| 921 | !ENDIF
|
| 922 |
|
| 923 | # End Source File
|
| 924 | # Begin Source File
|
| 925 |
|
| 926 | SOURCE=..\Parser\listnode.c
|
| 927 |
|
| 928 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 929 |
|
| 930 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 931 |
|
| 932 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 933 |
|
| 934 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 935 |
|
| 936 | !ENDIF
|
| 937 |
|
| 938 | # End Source File
|
| 939 | # Begin Source File
|
| 940 |
|
| 941 | SOURCE=..\Objects\listobject.c
|
| 942 |
|
| 943 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 944 |
|
| 945 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 946 |
|
| 947 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 948 |
|
| 949 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 950 |
|
| 951 | !ENDIF
|
| 952 |
|
| 953 | # End Source File
|
| 954 | # Begin Source File
|
| 955 |
|
| 956 | SOURCE=..\Objects\longobject.c
|
| 957 |
|
| 958 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 959 |
|
| 960 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 961 |
|
| 962 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 963 |
|
| 964 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 965 |
|
| 966 | !ENDIF
|
| 967 |
|
| 968 | # End Source File
|
| 969 | # Begin Source File
|
| 970 |
|
| 971 | SOURCE=..\Modules\main.c
|
| 972 |
|
| 973 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 974 |
|
| 975 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 976 |
|
| 977 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 978 |
|
| 979 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 980 |
|
| 981 | !ENDIF
|
| 982 |
|
| 983 | # End Source File
|
| 984 | # Begin Source File
|
| 985 |
|
| 986 | SOURCE=..\Python\marshal.c
|
| 987 |
|
| 988 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 989 |
|
| 990 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 991 |
|
| 992 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 993 |
|
| 994 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 995 |
|
| 996 | !ENDIF
|
| 997 |
|
| 998 | # End Source File
|
| 999 | # Begin Source File
|
| 1000 |
|
| 1001 | SOURCE=..\Modules\mathmodule.c
|
| 1002 |
|
| 1003 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1004 |
|
| 1005 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1006 |
|
| 1007 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1008 |
|
| 1009 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1010 |
|
| 1011 | !ENDIF
|
| 1012 |
|
| 1013 | # End Source File
|
| 1014 | # Begin Source File
|
| 1015 |
|
| 1016 | SOURCE=..\Modules\md5c.c
|
| 1017 |
|
| 1018 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1019 |
|
| 1020 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1021 |
|
| 1022 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1023 |
|
| 1024 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1025 |
|
| 1026 | !ENDIF
|
| 1027 |
|
| 1028 | # End Source File
|
| 1029 | # Begin Source File
|
| 1030 |
|
| 1031 | SOURCE=..\Modules\md5module.c
|
| 1032 |
|
| 1033 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1034 |
|
| 1035 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1036 |
|
| 1037 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1038 |
|
| 1039 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1040 |
|
| 1041 | !ENDIF
|
| 1042 |
|
| 1043 | # End Source File
|
| 1044 | # Begin Source File
|
| 1045 |
|
| 1046 | SOURCE=..\Parser\metagrammar.c
|
| 1047 |
|
| 1048 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1049 |
|
| 1050 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1051 |
|
| 1052 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1053 |
|
| 1054 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1055 |
|
| 1056 | !ENDIF
|
| 1057 |
|
| 1058 | # End Source File
|
| 1059 | # Begin Source File
|
| 1060 |
|
| 1061 | SOURCE=..\Objects\methodobject.c
|
| 1062 |
|
| 1063 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1064 |
|
| 1065 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1066 |
|
| 1067 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1068 |
|
| 1069 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1070 |
|
| 1071 | !ENDIF
|
| 1072 |
|
| 1073 | # End Source File
|
| 1074 | # Begin Source File
|
| 1075 |
|
| 1076 | SOURCE=..\Python\modsupport.c
|
| 1077 |
|
| 1078 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1079 |
|
| 1080 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1081 |
|
| 1082 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1083 |
|
| 1084 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1085 |
|
| 1086 | !ENDIF
|
| 1087 |
|
| 1088 | # End Source File
|
| 1089 | # Begin Source File
|
| 1090 |
|
| 1091 | SOURCE=..\Objects\moduleobject.c
|
| 1092 |
|
| 1093 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1094 |
|
| 1095 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1096 |
|
| 1097 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1098 |
|
| 1099 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1100 |
|
| 1101 | !ENDIF
|
| 1102 |
|
| 1103 | # End Source File
|
| 1104 | # Begin Source File
|
| 1105 |
|
| 1106 | SOURCE=..\PC\msvcrtmodule.c
|
| 1107 |
|
| 1108 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1109 |
|
| 1110 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1111 |
|
| 1112 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1113 |
|
| 1114 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1115 |
|
| 1116 | !ENDIF
|
| 1117 |
|
| 1118 | # End Source File
|
| 1119 | # Begin Source File
|
| 1120 |
|
| 1121 | SOURCE=..\Parser\myreadline.c
|
| 1122 |
|
| 1123 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1124 |
|
| 1125 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1126 |
|
| 1127 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1128 |
|
| 1129 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1130 |
|
| 1131 | !ENDIF
|
| 1132 |
|
| 1133 | # End Source File
|
| 1134 | # Begin Source File
|
| 1135 |
|
| 1136 | SOURCE=..\Python\mystrtoul.c
|
| 1137 |
|
| 1138 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1139 |
|
| 1140 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1141 |
|
| 1142 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1143 |
|
| 1144 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1145 |
|
| 1146 | !ENDIF
|
| 1147 |
|
| 1148 | # End Source File
|
| 1149 | # Begin Source File
|
| 1150 |
|
| 1151 | SOURCE=..\Modules\newmodule.c
|
| 1152 |
|
| 1153 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1154 |
|
| 1155 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1156 |
|
| 1157 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1158 |
|
| 1159 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1160 |
|
| 1161 | !ENDIF
|
| 1162 |
|
| 1163 | # End Source File
|
| 1164 | # Begin Source File
|
| 1165 |
|
| 1166 | SOURCE=..\Parser\node.c
|
| 1167 |
|
| 1168 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1169 |
|
| 1170 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1171 |
|
| 1172 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1173 |
|
| 1174 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1175 |
|
| 1176 | !ENDIF
|
| 1177 |
|
| 1178 | # End Source File
|
| 1179 | # Begin Source File
|
| 1180 |
|
| 1181 | SOURCE=..\Objects\object.c
|
| 1182 |
|
| 1183 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1184 |
|
| 1185 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1186 |
|
| 1187 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1188 |
|
| 1189 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1190 |
|
| 1191 | !ENDIF
|
| 1192 |
|
| 1193 | # End Source File
|
| 1194 | # Begin Source File
|
| 1195 |
|
| 1196 | SOURCE=..\Modules\operator.c
|
| 1197 |
|
| 1198 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1199 |
|
| 1200 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1201 |
|
| 1202 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1203 |
|
| 1204 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1205 |
|
| 1206 | !ENDIF
|
| 1207 |
|
| 1208 | # End Source File
|
| 1209 | # Begin Source File
|
| 1210 |
|
| 1211 | SOURCE=..\Parser\parser.c
|
| 1212 |
|
| 1213 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1214 |
|
| 1215 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1216 |
|
| 1217 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1218 |
|
| 1219 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1220 |
|
| 1221 | !ENDIF
|
| 1222 |
|
| 1223 | # End Source File
|
| 1224 | # Begin Source File
|
| 1225 |
|
| 1226 | SOURCE=..\Parser\parsetok.c
|
| 1227 |
|
| 1228 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1229 |
|
| 1230 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1231 |
|
| 1232 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1233 |
|
| 1234 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1235 |
|
| 1236 | !ENDIF
|
| 1237 |
|
| 1238 | # End Source File
|
| 1239 | # Begin Source File
|
| 1240 |
|
| 1241 | SOURCE=..\Modules\pcremodule.c
|
| 1242 |
|
| 1243 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1244 |
|
| 1245 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1246 |
|
| 1247 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1248 |
|
| 1249 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1250 |
|
| 1251 | !ENDIF
|
| 1252 |
|
| 1253 | # End Source File
|
| 1254 | # Begin Source File
|
| 1255 |
|
| 1256 | SOURCE=..\Modules\posixmodule.c
|
| 1257 |
|
| 1258 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1259 |
|
| 1260 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1261 |
|
| 1262 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1263 |
|
| 1264 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1265 |
|
| 1266 | !ENDIF
|
| 1267 |
|
| 1268 | # End Source File
|
| 1269 | # Begin Source File
|
| 1270 |
|
| 1271 | SOURCE=..\Python\pyfpe.c
|
| 1272 |
|
| 1273 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1274 |
|
| 1275 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1276 |
|
| 1277 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1278 |
|
| 1279 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1280 |
|
| 1281 | !ENDIF
|
| 1282 |
|
| 1283 | # End Source File
|
| 1284 | # Begin Source File
|
| 1285 |
|
| 1286 | SOURCE=..\Modules\pypcre.c
|
| 1287 |
|
| 1288 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1289 |
|
| 1290 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1291 |
|
| 1292 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1293 |
|
| 1294 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1295 |
|
| 1296 | !ENDIF
|
| 1297 |
|
| 1298 | # End Source File
|
| 1299 | # Begin Source File
|
| 1300 |
|
| 1301 | SOURCE=..\Python\pystate.c
|
| 1302 |
|
| 1303 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1304 |
|
| 1305 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1306 |
|
| 1307 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1308 |
|
| 1309 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1310 |
|
| 1311 | !ENDIF
|
| 1312 |
|
| 1313 | # End Source File
|
| 1314 | # Begin Source File
|
| 1315 |
|
| 1316 | SOURCE=..\PC\python_nt.rc
|
| 1317 | # End Source File
|
| 1318 | # Begin Source File
|
| 1319 |
|
| 1320 | SOURCE=..\Python\pythonrun.c
|
| 1321 |
|
| 1322 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1323 |
|
| 1324 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1325 |
|
| 1326 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1327 |
|
| 1328 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1329 |
|
| 1330 | !ENDIF
|
| 1331 |
|
| 1332 | # End Source File
|
| 1333 | # Begin Source File
|
| 1334 |
|
| 1335 | SOURCE=..\Objects\rangeobject.c
|
| 1336 |
|
| 1337 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1338 |
|
| 1339 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1340 |
|
| 1341 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1342 |
|
| 1343 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1344 |
|
| 1345 | !ENDIF
|
| 1346 |
|
| 1347 | # End Source File
|
| 1348 | # Begin Source File
|
| 1349 |
|
| 1350 | SOURCE=..\Modules\regexmodule.c
|
| 1351 |
|
| 1352 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1353 |
|
| 1354 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1355 |
|
| 1356 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1357 |
|
| 1358 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1359 |
|
| 1360 | !ENDIF
|
| 1361 |
|
| 1362 | # End Source File
|
| 1363 | # Begin Source File
|
| 1364 |
|
| 1365 | SOURCE=..\Modules\regexpr.c
|
| 1366 |
|
| 1367 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1368 |
|
| 1369 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1370 |
|
| 1371 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1372 |
|
| 1373 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1374 |
|
| 1375 | !ENDIF
|
| 1376 |
|
| 1377 | # End Source File
|
| 1378 | # Begin Source File
|
| 1379 |
|
| 1380 | SOURCE=..\Modules\rgbimgmodule.c
|
| 1381 |
|
| 1382 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1383 |
|
| 1384 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1385 |
|
| 1386 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1387 |
|
| 1388 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1389 |
|
| 1390 | !ENDIF
|
| 1391 |
|
| 1392 | # End Source File
|
| 1393 | # Begin Source File
|
| 1394 |
|
| 1395 | SOURCE=..\Modules\rotormodule.c
|
| 1396 |
|
| 1397 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1398 |
|
| 1399 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1400 |
|
| 1401 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1402 |
|
| 1403 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1404 |
|
| 1405 | !ENDIF
|
| 1406 |
|
| 1407 | # End Source File
|
| 1408 | # Begin Source File
|
| 1409 |
|
| 1410 | SOURCE=..\Modules\shamodule.c
|
| 1411 |
|
| 1412 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1413 |
|
| 1414 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1415 |
|
| 1416 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1417 |
|
| 1418 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1419 |
|
| 1420 | !ENDIF
|
| 1421 |
|
| 1422 | # End Source File
|
| 1423 | # Begin Source File
|
| 1424 |
|
| 1425 | SOURCE=..\Modules\signalmodule.c
|
| 1426 |
|
| 1427 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1428 |
|
| 1429 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1430 |
|
| 1431 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1432 |
|
| 1433 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1434 |
|
| 1435 | !ENDIF
|
| 1436 |
|
| 1437 | # End Source File
|
| 1438 | # Begin Source File
|
| 1439 |
|
| 1440 | SOURCE=..\Objects\sliceobject.c
|
| 1441 |
|
| 1442 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1443 |
|
| 1444 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1445 |
|
| 1446 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1447 |
|
| 1448 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1449 |
|
| 1450 | !ENDIF
|
| 1451 |
|
| 1452 | # End Source File
|
| 1453 | # Begin Source File
|
| 1454 |
|
| 1455 | SOURCE=..\Modules\soundex.c
|
| 1456 |
|
| 1457 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1458 |
|
| 1459 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1460 |
|
| 1461 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1462 |
|
| 1463 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1464 |
|
| 1465 | !ENDIF
|
| 1466 |
|
| 1467 | # End Source File
|
| 1468 | # Begin Source File
|
| 1469 |
|
| 1470 | SOURCE=..\Objects\stringobject.c
|
| 1471 |
|
| 1472 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1473 |
|
| 1474 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1475 |
|
| 1476 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1477 |
|
| 1478 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1479 |
|
| 1480 | !ENDIF
|
| 1481 |
|
| 1482 | # End Source File
|
| 1483 | # Begin Source File
|
| 1484 |
|
| 1485 | SOURCE=..\Modules\stropmodule.c
|
| 1486 |
|
| 1487 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1488 |
|
| 1489 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1490 |
|
| 1491 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1492 |
|
| 1493 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1494 |
|
| 1495 | !ENDIF
|
| 1496 |
|
| 1497 | # End Source File
|
| 1498 | # Begin Source File
|
| 1499 |
|
| 1500 | SOURCE=..\Python\structmember.c
|
| 1501 |
|
| 1502 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1503 |
|
| 1504 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1505 |
|
| 1506 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1507 |
|
| 1508 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1509 |
|
| 1510 | !ENDIF
|
| 1511 |
|
| 1512 | # End Source File
|
| 1513 | # Begin Source File
|
| 1514 |
|
| 1515 | SOURCE=..\Modules\structmodule.c
|
| 1516 |
|
| 1517 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1518 |
|
| 1519 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1520 |
|
| 1521 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1522 |
|
| 1523 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1524 |
|
| 1525 | !ENDIF
|
| 1526 |
|
| 1527 | # End Source File
|
| 1528 | # Begin Source File
|
| 1529 |
|
| 1530 | SOURCE=..\Python\sysmodule.c
|
| 1531 |
|
| 1532 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1533 |
|
| 1534 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1535 |
|
| 1536 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1537 |
|
| 1538 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1539 |
|
| 1540 | !ENDIF
|
| 1541 |
|
| 1542 | # End Source File
|
| 1543 | # Begin Source File
|
| 1544 |
|
| 1545 | SOURCE=..\Python\thread.c
|
| 1546 |
|
| 1547 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1548 |
|
| 1549 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1550 |
|
| 1551 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1552 |
|
| 1553 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1554 |
|
| 1555 | !ENDIF
|
| 1556 |
|
| 1557 | # End Source File
|
| 1558 | # Begin Source File
|
| 1559 |
|
| 1560 | SOURCE=..\Modules\threadmodule.c
|
| 1561 |
|
| 1562 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1563 |
|
| 1564 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1565 |
|
| 1566 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1567 |
|
| 1568 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1569 |
|
| 1570 | !ENDIF
|
| 1571 |
|
| 1572 | # End Source File
|
| 1573 | # Begin Source File
|
| 1574 |
|
| 1575 | SOURCE=..\Modules\timemodule.c
|
| 1576 |
|
| 1577 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1578 |
|
| 1579 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1580 |
|
| 1581 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1582 |
|
| 1583 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1584 |
|
| 1585 | !ENDIF
|
| 1586 |
|
| 1587 | # End Source File
|
| 1588 | # Begin Source File
|
| 1589 |
|
| 1590 | SOURCE=..\Parser\tokenizer.c
|
| 1591 |
|
| 1592 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1593 |
|
| 1594 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1595 |
|
| 1596 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1597 |
|
| 1598 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1599 |
|
| 1600 | !ENDIF
|
| 1601 |
|
| 1602 | # End Source File
|
| 1603 | # Begin Source File
|
| 1604 |
|
| 1605 | SOURCE=..\Python\traceback.c
|
| 1606 |
|
| 1607 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1608 |
|
| 1609 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1610 |
|
| 1611 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1612 |
|
| 1613 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1614 |
|
| 1615 | !ENDIF
|
| 1616 |
|
| 1617 | # End Source File
|
| 1618 | # Begin Source File
|
| 1619 |
|
| 1620 | SOURCE=..\Objects\tupleobject.c
|
| 1621 |
|
| 1622 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1623 |
|
| 1624 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1625 |
|
| 1626 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1627 |
|
| 1628 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1629 |
|
| 1630 | !ENDIF
|
| 1631 |
|
| 1632 | # End Source File
|
| 1633 | # Begin Source File
|
| 1634 |
|
| 1635 | SOURCE=..\Objects\typeobject.c
|
| 1636 |
|
| 1637 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1638 |
|
| 1639 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1640 |
|
| 1641 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1642 |
|
| 1643 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1644 |
|
| 1645 | !ENDIF
|
| 1646 |
|
| 1647 | # End Source File
|
| 1648 | # Begin Source File
|
| 1649 |
|
| 1650 | SOURCE=..\Objects\unicodectype.c
|
| 1651 |
|
| 1652 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1653 |
|
| 1654 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1655 |
|
| 1656 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1657 |
|
| 1658 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1659 |
|
| 1660 | !ENDIF
|
| 1661 |
|
| 1662 | # End Source File
|
| 1663 | # Begin Source File
|
| 1664 |
|
| 1665 | SOURCE=..\Objects\unicodeobject.c
|
| 1666 |
|
| 1667 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1668 |
|
| 1669 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1670 |
|
| 1671 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1672 |
|
| 1673 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1674 |
|
| 1675 | !ENDIF
|
| 1676 |
|
| 1677 | # End Source File
|
| 1678 | # Begin Source File
|
| 1679 |
|
| 1680 | SOURCE=..\Modules\yuvconvert.c
|
| 1681 |
|
| 1682 | !IF "$(CFG)" == "python20 - Win32 Release"
|
| 1683 |
|
| 1684 | !ELSEIF "$(CFG)" == "python20 - Win32 Debug"
|
| 1685 |
|
| 1686 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Debug"
|
| 1687 |
|
| 1688 | !ELSEIF "$(CFG)" == "python20 - Win32 Alpha Release"
|
| 1689 |
|
| 1690 | !ENDIF
|
| 1691 |
|
| 1692 | # End Source File
|
| 1693 | # End Target
|
| 1694 | # End Project
|