| Guido van Rossum | 15a57a7 | 2000-03-29 01:54:24 +0000 | [diff] [blame] | 1 | # Microsoft Developer Studio Project File - Name="python16" - 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=python16 - 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 "python16.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 "python16.mak" CFG="python16 - Win32 Alpha Debug"
 | 
 | 18 | !MESSAGE 
 | 
 | 19 | !MESSAGE Possible choices for configuration are:
 | 
 | 20 | !MESSAGE 
 | 
 | 21 | !MESSAGE "python16 - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
 | 
 | 22 | !MESSAGE "python16 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
 | 
 | 23 | !MESSAGE "python16 - Win32 Alpha Debug" (based on "Win32 (ALPHA) Dynamic-Link Library")
 | 
 | 24 | !MESSAGE "python16 - Win32 Alpha Release" (based on "Win32 (ALPHA) Dynamic-Link Library")
 | 
 | 25 | !MESSAGE 
 | 
 | 26 | 
 | 
 | 27 | # Begin Project
 | 
 | 28 | # PROP AllowPerConfigDependencies 0
 | 
 | 29 | # PROP Scc_ProjName "python16"
 | 
 | 30 | # PROP Scc_LocalPath ".."
 | 
 | 31 | 
 | 
 | 32 | !IF  "$(CFG)" == "python16 - 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 "."
 | 
| Guido van Rossum | 7053b8a | 2000-04-21 21:26:08 +0000 | [diff] [blame] | 42 | # PROP Intermediate_Dir "x86-temp-release\python16"
 | 
| Guido van Rossum | 15a57a7 | 2000-03-29 01:54:24 +0000 | [diff] [blame] | 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
 | 
| Guido van Rossum | 7053b8a | 2000-04-21 21:26:08 +0000 | [diff] [blame] | 60 | # ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc"
 | 
| Guido van Rossum | 15a57a7 | 2000-03-29 01:54:24 +0000 | [diff] [blame] | 61 | # SUBTRACT LINK32 /pdb:none
 | 
 | 62 | 
 | 
 | 63 | !ELSEIF  "$(CFG)" == "python16 - 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 "."
 | 
| Guido van Rossum | 7053b8a | 2000-04-21 21:26:08 +0000 | [diff] [blame] | 73 | # PROP Intermediate_Dir "x86-temp-debug\python16"
 | 
| Guido van Rossum | 15a57a7 | 2000-03-29 01:54:24 +0000 | [diff] [blame] | 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
 | 
| Guido van Rossum | 7053b8a | 2000-04-21 21:26:08 +0000 | [diff] [blame] | 91 | # ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python16_d.dll" /pdbtype:sept
 | 
| Guido van Rossum | 15a57a7 | 2000-03-29 01:54:24 +0000 | [diff] [blame] | 92 | # SUBTRACT LINK32 /pdb:none
 | 
 | 93 | 
 | 
 | 94 | !ELSEIF  "$(CFG)" == "python16 - 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 "."
 | 
| Guido van Rossum | 7053b8a | 2000-04-21 21:26:08 +0000 | [diff] [blame] | 105 | # PROP Intermediate_Dir "alpha-temp-debug\python16"
 | 
| Guido van Rossum | 15a57a7 | 2000-03-29 01:54:24 +0000 | [diff] [blame] | 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
 | 
| Guido van Rossum | 7053b8a | 2000-04-21 21:26:08 +0000 | [diff] [blame] | 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:"./python16_d.dll" /pdbtype:sept
 | 
| Guido van Rossum | 15a57a7 | 2000-03-29 01:54:24 +0000 | [diff] [blame] | 122 | # SUBTRACT BASE LINK32 /pdb:none
 | 
| Guido van Rossum | 7053b8a | 2000-04-21 21:26:08 +0000 | [diff] [blame] | 123 | # ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /out:"./python16_d.dll" /pdbtype:sept
 | 
| Guido van Rossum | 15a57a7 | 2000-03-29 01:54:24 +0000 | [diff] [blame] | 124 | # SUBTRACT LINK32 /pdb:none
 | 
 | 125 | 
 | 
 | 126 | !ELSEIF  "$(CFG)" == "python16 - 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 "."
 | 
| Guido van Rossum | 7053b8a | 2000-04-21 21:26:08 +0000 | [diff] [blame] | 137 | # PROP Intermediate_Dir "alpha-temp-release\python16"
 | 
| Guido van Rossum | 15a57a7 | 2000-03-29 01:54:24 +0000 | [diff] [blame] | 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
 | 
| Guido van Rossum | 7053b8a | 2000-04-21 21:26:08 +0000 | [diff] [blame] | 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"
 | 
| Guido van Rossum | 15a57a7 | 2000-03-29 01:54:24 +0000 | [diff] [blame] | 154 | # SUBTRACT BASE LINK32 /pdb:none
 | 
| Guido van Rossum | 7053b8a | 2000-04-21 21:26:08 +0000 | [diff] [blame] | 155 | # ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc"
 | 
| Guido van Rossum | 15a57a7 | 2000-03-29 01:54:24 +0000 | [diff] [blame] | 156 | # SUBTRACT LINK32 /pdb:none
 | 
 | 157 | 
 | 
 | 158 | !ENDIF 
 | 
 | 159 | 
 | 
 | 160 | # Begin Target
 | 
 | 161 | 
 | 
 | 162 | # Name "python16 - Win32 Release"
 | 
 | 163 | # Name "python16 - Win32 Debug"
 | 
 | 164 | # Name "python16 - Win32 Alpha Debug"
 | 
 | 165 | # Name "python16 - Win32 Alpha Release"
 | 
 | 166 | # Begin Source File
 | 
 | 167 | 
 | 
 | 168 | SOURCE=..\Modules\_codecsmodule.c
 | 
 | 169 | 
 | 
 | 170 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 171 | 
 | 
 | 172 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 173 | 
 | 
 | 174 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 175 | 
 | 
 | 176 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 186 | 
 | 
 | 187 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 188 | 
 | 
 | 189 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 190 | 
 | 
 | 191 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 201 | 
 | 
 | 202 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 203 | 
 | 
 | 204 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 205 | 
 | 
 | 206 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 216 | 
 | 
 | 217 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 218 | 
 | 
 | 219 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 220 | 
 | 
 | 221 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 231 | 
 | 
 | 232 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 233 | 
 | 
 | 234 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 235 | 
 | 
 | 236 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 246 | 
 | 
 | 247 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 248 | 
 | 
 | 249 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 250 | 
 | 
 | 251 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 261 | 
 | 
 | 262 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 263 | 
 | 
 | 264 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 265 | 
 | 
 | 266 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 276 | 
 | 
 | 277 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 278 | 
 | 
 | 279 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 280 | 
 | 
 | 281 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 291 | 
 | 
 | 292 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 293 | 
 | 
 | 294 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 295 | 
 | 
 | 296 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 306 | 
 | 
 | 307 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 308 | 
 | 
 | 309 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 310 | 
 | 
 | 311 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 321 | 
 | 
 | 322 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 323 | 
 | 
 | 324 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 325 | 
 | 
 | 326 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 336 | 
 | 
 | 337 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 338 | 
 | 
 | 339 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 340 | 
 | 
 | 341 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 351 | 
 | 
 | 352 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 353 | 
 | 
 | 354 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 355 | 
 | 
 | 356 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 366 | 
 | 
 | 367 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 368 | 
 | 
 | 369 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 370 | 
 | 
 | 371 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 381 | 
 | 
 | 382 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 383 | 
 | 
 | 384 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 385 | 
 | 
 | 386 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 396 | 
 | 
 | 397 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 398 | 
 | 
 | 399 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 400 | 
 | 
 | 401 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 411 | 
 | 
 | 412 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 413 | 
 | 
 | 414 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 415 | 
 | 
 | 416 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 426 | 
 | 
 | 427 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 428 | 
 | 
 | 429 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 430 | 
 | 
 | 431 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 441 | 
 | 
 | 442 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 443 | 
 | 
 | 444 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 445 | 
 | 
 | 446 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 456 | 
 | 
 | 457 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 458 | 
 | 
 | 459 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 460 | 
 | 
 | 461 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 471 | 
 | 
 | 472 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 473 | 
 | 
 | 474 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 475 | 
 | 
 | 476 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 486 | 
 | 
 | 487 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 488 | 
 | 
 | 489 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 490 | 
 | 
 | 491 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 501 | 
 | 
 | 502 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 503 | 
 | 
 | 504 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 505 | 
 | 
 | 506 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 516 | 
 | 
 | 517 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 518 | 
 | 
 | 519 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 520 | 
 | 
 | 521 | !ELSEIF  "$(CFG)" == "python16 - 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)" == "python16 - Win32 Release"
 | 
 | 531 | 
 | 
 | 532 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 533 | 
 | 
 | 534 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 535 | 
 | 
 | 536 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 537 | 
 | 
 | 538 | !ENDIF 
 | 
 | 539 | 
 | 
 | 540 | # End Source File
 | 
 | 541 | # Begin Source File
 | 
 | 542 | 
 | 
 | 543 | SOURCE=..\Objects\fileobject.c
 | 
 | 544 | 
 | 
 | 545 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 546 | 
 | 
 | 547 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 548 | 
 | 
 | 549 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 550 | 
 | 
 | 551 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 552 | 
 | 
 | 553 | !ENDIF 
 | 
 | 554 | 
 | 
 | 555 | # End Source File
 | 
 | 556 | # Begin Source File
 | 
 | 557 | 
 | 
 | 558 | SOURCE=..\Objects\floatobject.c
 | 
 | 559 | 
 | 
 | 560 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 561 | 
 | 
 | 562 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 563 | 
 | 
 | 564 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 565 | 
 | 
 | 566 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 567 | 
 | 
 | 568 | !ENDIF 
 | 
 | 569 | 
 | 
 | 570 | # End Source File
 | 
 | 571 | # Begin Source File
 | 
 | 572 | 
 | 
 | 573 | SOURCE=..\Modules\fpectlmodule.c
 | 
 | 574 | 
 | 
 | 575 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 576 | 
 | 
 | 577 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 578 | 
 | 
 | 579 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 580 | 
 | 
 | 581 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 582 | 
 | 
 | 583 | !ENDIF 
 | 
 | 584 | 
 | 
 | 585 | # End Source File
 | 
 | 586 | # Begin Source File
 | 
 | 587 | 
 | 
 | 588 | SOURCE=..\Modules\fpetestmodule.c
 | 
 | 589 | 
 | 
 | 590 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 591 | 
 | 
 | 592 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 593 | 
 | 
 | 594 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 595 | 
 | 
 | 596 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 597 | 
 | 
 | 598 | !ENDIF 
 | 
 | 599 | 
 | 
 | 600 | # End Source File
 | 
 | 601 | # Begin Source File
 | 
 | 602 | 
 | 
 | 603 | SOURCE=..\Objects\frameobject.c
 | 
 | 604 | 
 | 
 | 605 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 606 | 
 | 
 | 607 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 608 | 
 | 
 | 609 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 610 | 
 | 
 | 611 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 612 | 
 | 
 | 613 | !ENDIF 
 | 
 | 614 | 
 | 
 | 615 | # End Source File
 | 
 | 616 | # Begin Source File
 | 
 | 617 | 
 | 
 | 618 | SOURCE=..\Python\frozen.c
 | 
 | 619 | 
 | 
 | 620 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 621 | 
 | 
 | 622 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 623 | 
 | 
 | 624 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 625 | 
 | 
 | 626 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 627 | 
 | 
 | 628 | !ENDIF 
 | 
 | 629 | 
 | 
 | 630 | # End Source File
 | 
 | 631 | # Begin Source File
 | 
 | 632 | 
 | 
 | 633 | SOURCE=..\Objects\funcobject.c
 | 
 | 634 | 
 | 
 | 635 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 636 | 
 | 
 | 637 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 638 | 
 | 
 | 639 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 640 | 
 | 
 | 641 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 642 | 
 | 
 | 643 | !ENDIF 
 | 
 | 644 | 
 | 
 | 645 | # End Source File
 | 
 | 646 | # Begin Source File
 | 
 | 647 | 
 | 
 | 648 | SOURCE=..\Python\getargs.c
 | 
 | 649 | 
 | 
 | 650 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 651 | 
 | 
 | 652 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 653 | 
 | 
 | 654 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 655 | 
 | 
 | 656 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 657 | 
 | 
 | 658 | !ENDIF 
 | 
 | 659 | 
 | 
 | 660 | # End Source File
 | 
 | 661 | # Begin Source File
 | 
 | 662 | 
 | 
 | 663 | SOURCE=..\Modules\getbuildinfo.c
 | 
 | 664 | 
 | 
 | 665 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 666 | 
 | 
 | 667 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 668 | 
 | 
 | 669 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 670 | 
 | 
 | 671 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 672 | 
 | 
 | 673 | !ENDIF 
 | 
 | 674 | 
 | 
 | 675 | # End Source File
 | 
 | 676 | # Begin Source File
 | 
 | 677 | 
 | 
 | 678 | SOURCE=..\Python\getcompiler.c
 | 
 | 679 | 
 | 
 | 680 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 681 | 
 | 
 | 682 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 683 | 
 | 
 | 684 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 685 | 
 | 
 | 686 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 687 | 
 | 
 | 688 | !ENDIF 
 | 
 | 689 | 
 | 
 | 690 | # End Source File
 | 
 | 691 | # Begin Source File
 | 
 | 692 | 
 | 
 | 693 | SOURCE=..\Python\getcopyright.c
 | 
 | 694 | 
 | 
 | 695 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 696 | 
 | 
 | 697 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 698 | 
 | 
 | 699 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 700 | 
 | 
 | 701 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 702 | 
 | 
 | 703 | !ENDIF 
 | 
 | 704 | 
 | 
 | 705 | # End Source File
 | 
 | 706 | # Begin Source File
 | 
 | 707 | 
 | 
 | 708 | SOURCE=..\Python\getmtime.c
 | 
 | 709 | 
 | 
 | 710 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 711 | 
 | 
 | 712 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 713 | 
 | 
 | 714 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 715 | 
 | 
 | 716 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 717 | 
 | 
 | 718 | !ENDIF 
 | 
 | 719 | 
 | 
 | 720 | # End Source File
 | 
 | 721 | # Begin Source File
 | 
 | 722 | 
 | 
 | 723 | SOURCE=..\Python\getopt.c
 | 
 | 724 | 
 | 
 | 725 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 726 | 
 | 
 | 727 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 728 | 
 | 
 | 729 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 730 | 
 | 
 | 731 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 732 | 
 | 
 | 733 | !ENDIF 
 | 
 | 734 | 
 | 
 | 735 | # End Source File
 | 
 | 736 | # Begin Source File
 | 
 | 737 | 
 | 
 | 738 | SOURCE=..\PC\getpathp.c
 | 
 | 739 | 
 | 
 | 740 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 741 | 
 | 
 | 742 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 743 | 
 | 
 | 744 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 745 | 
 | 
 | 746 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 747 | 
 | 
 | 748 | !ENDIF 
 | 
 | 749 | 
 | 
 | 750 | # End Source File
 | 
 | 751 | # Begin Source File
 | 
 | 752 | 
 | 
 | 753 | SOURCE=..\Python\getplatform.c
 | 
 | 754 | 
 | 
 | 755 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 756 | 
 | 
 | 757 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 758 | 
 | 
 | 759 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 760 | 
 | 
 | 761 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 762 | 
 | 
 | 763 | !ENDIF 
 | 
 | 764 | 
 | 
 | 765 | # End Source File
 | 
 | 766 | # Begin Source File
 | 
 | 767 | 
 | 
 | 768 | SOURCE=..\Python\getversion.c
 | 
 | 769 | 
 | 
 | 770 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 771 | 
 | 
 | 772 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 773 | 
 | 
 | 774 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 775 | 
 | 
 | 776 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 777 | 
 | 
 | 778 | !ENDIF 
 | 
 | 779 | 
 | 
 | 780 | # End Source File
 | 
 | 781 | # Begin Source File
 | 
 | 782 | 
 | 
 | 783 | SOURCE=..\Python\graminit.c
 | 
 | 784 | 
 | 
 | 785 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 786 | 
 | 
 | 787 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 788 | 
 | 
 | 789 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 790 | 
 | 
 | 791 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 792 | 
 | 
 | 793 | !ENDIF 
 | 
 | 794 | 
 | 
 | 795 | # End Source File
 | 
 | 796 | # Begin Source File
 | 
 | 797 | 
 | 
 | 798 | SOURCE=..\Parser\grammar1.c
 | 
 | 799 | 
 | 
 | 800 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 801 | 
 | 
 | 802 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 803 | 
 | 
 | 804 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 805 | 
 | 
 | 806 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 807 | 
 | 
 | 808 | !ENDIF 
 | 
 | 809 | 
 | 
 | 810 | # End Source File
 | 
 | 811 | # Begin Source File
 | 
 | 812 | 
 | 
 | 813 | SOURCE=..\Modules\imageop.c
 | 
 | 814 | 
 | 
 | 815 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 816 | 
 | 
 | 817 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 818 | 
 | 
 | 819 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 820 | 
 | 
 | 821 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 822 | 
 | 
 | 823 | !ENDIF 
 | 
 | 824 | 
 | 
 | 825 | # End Source File
 | 
 | 826 | # Begin Source File
 | 
 | 827 | 
 | 
 | 828 | SOURCE=..\Python\import.c
 | 
 | 829 | 
 | 
 | 830 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 831 | 
 | 
 | 832 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 833 | 
 | 
 | 834 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 835 | 
 | 
 | 836 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 837 | 
 | 
 | 838 | !ENDIF 
 | 
 | 839 | 
 | 
 | 840 | # End Source File
 | 
 | 841 | # Begin Source File
 | 
 | 842 | 
 | 
 | 843 | SOURCE=..\PC\import_nt.c
 | 
 | 844 | 
 | 
 | 845 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 846 | 
 | 
 | 847 | # ADD CPP /I "..\Python"
 | 
 | 848 | 
 | 
 | 849 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 850 | 
 | 
 | 851 | # ADD CPP /I "..\Python"
 | 
 | 852 | 
 | 
 | 853 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 854 | 
 | 
 | 855 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 856 | 
 | 
 | 857 | !ENDIF 
 | 
 | 858 | 
 | 
 | 859 | # End Source File
 | 
 | 860 | # Begin Source File
 | 
 | 861 | 
 | 
 | 862 | SOURCE=..\Python\importdl.c
 | 
 | 863 | 
 | 
 | 864 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 865 | 
 | 
 | 866 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 867 | 
 | 
 | 868 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 869 | 
 | 
 | 870 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 871 | 
 | 
 | 872 | !ENDIF 
 | 
 | 873 | 
 | 
 | 874 | # End Source File
 | 
 | 875 | # Begin Source File
 | 
 | 876 | 
 | 
 | 877 | SOURCE=..\Objects\intobject.c
 | 
 | 878 | 
 | 
 | 879 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 880 | 
 | 
 | 881 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 882 | 
 | 
 | 883 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 884 | 
 | 
 | 885 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 886 | 
 | 
 | 887 | !ENDIF 
 | 
 | 888 | 
 | 
 | 889 | # End Source File
 | 
 | 890 | # Begin Source File
 | 
 | 891 | 
 | 
 | 892 | SOURCE=..\Parser\listnode.c
 | 
 | 893 | 
 | 
 | 894 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 895 | 
 | 
 | 896 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 897 | 
 | 
 | 898 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 899 | 
 | 
 | 900 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 901 | 
 | 
 | 902 | !ENDIF 
 | 
 | 903 | 
 | 
 | 904 | # End Source File
 | 
 | 905 | # Begin Source File
 | 
 | 906 | 
 | 
 | 907 | SOURCE=..\Objects\listobject.c
 | 
 | 908 | 
 | 
 | 909 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 910 | 
 | 
 | 911 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 912 | 
 | 
 | 913 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 914 | 
 | 
 | 915 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 916 | 
 | 
 | 917 | !ENDIF 
 | 
 | 918 | 
 | 
 | 919 | # End Source File
 | 
 | 920 | # Begin Source File
 | 
 | 921 | 
 | 
 | 922 | SOURCE=..\Objects\longobject.c
 | 
 | 923 | 
 | 
 | 924 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 925 | 
 | 
 | 926 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 927 | 
 | 
 | 928 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 929 | 
 | 
 | 930 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 931 | 
 | 
 | 932 | !ENDIF 
 | 
 | 933 | 
 | 
 | 934 | # End Source File
 | 
 | 935 | # Begin Source File
 | 
 | 936 | 
 | 
 | 937 | SOURCE=..\Modules\main.c
 | 
 | 938 | 
 | 
 | 939 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 940 | 
 | 
 | 941 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 942 | 
 | 
 | 943 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 944 | 
 | 
 | 945 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 946 | 
 | 
 | 947 | !ENDIF 
 | 
 | 948 | 
 | 
 | 949 | # End Source File
 | 
 | 950 | # Begin Source File
 | 
 | 951 | 
 | 
 | 952 | SOURCE=..\Python\marshal.c
 | 
 | 953 | 
 | 
 | 954 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 955 | 
 | 
 | 956 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 957 | 
 | 
 | 958 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 959 | 
 | 
 | 960 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 961 | 
 | 
 | 962 | !ENDIF 
 | 
 | 963 | 
 | 
 | 964 | # End Source File
 | 
 | 965 | # Begin Source File
 | 
 | 966 | 
 | 
 | 967 | SOURCE=..\Modules\mathmodule.c
 | 
 | 968 | 
 | 
 | 969 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 970 | 
 | 
 | 971 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 972 | 
 | 
 | 973 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 974 | 
 | 
 | 975 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 976 | 
 | 
 | 977 | !ENDIF 
 | 
 | 978 | 
 | 
 | 979 | # End Source File
 | 
 | 980 | # Begin Source File
 | 
 | 981 | 
 | 
 | 982 | SOURCE=..\Modules\md5c.c
 | 
 | 983 | 
 | 
 | 984 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 985 | 
 | 
 | 986 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 987 | 
 | 
 | 988 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 989 | 
 | 
 | 990 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 991 | 
 | 
 | 992 | !ENDIF 
 | 
 | 993 | 
 | 
 | 994 | # End Source File
 | 
 | 995 | # Begin Source File
 | 
 | 996 | 
 | 
 | 997 | SOURCE=..\Modules\md5module.c
 | 
 | 998 | 
 | 
 | 999 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1000 | 
 | 
 | 1001 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1002 | 
 | 
 | 1003 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1004 | 
 | 
 | 1005 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1006 | 
 | 
 | 1007 | !ENDIF 
 | 
 | 1008 | 
 | 
 | 1009 | # End Source File
 | 
 | 1010 | # Begin Source File
 | 
 | 1011 | 
 | 
 | 1012 | SOURCE=..\Parser\metagrammar.c
 | 
 | 1013 | 
 | 
 | 1014 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1015 | 
 | 
 | 1016 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1017 | 
 | 
 | 1018 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1019 | 
 | 
 | 1020 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1021 | 
 | 
 | 1022 | !ENDIF 
 | 
 | 1023 | 
 | 
 | 1024 | # End Source File
 | 
 | 1025 | # Begin Source File
 | 
 | 1026 | 
 | 
 | 1027 | SOURCE=..\Objects\methodobject.c
 | 
 | 1028 | 
 | 
 | 1029 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1030 | 
 | 
 | 1031 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1032 | 
 | 
 | 1033 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1034 | 
 | 
 | 1035 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1036 | 
 | 
 | 1037 | !ENDIF 
 | 
 | 1038 | 
 | 
 | 1039 | # End Source File
 | 
 | 1040 | # Begin Source File
 | 
 | 1041 | 
 | 
 | 1042 | SOURCE=..\Python\modsupport.c
 | 
 | 1043 | 
 | 
 | 1044 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1045 | 
 | 
 | 1046 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1047 | 
 | 
 | 1048 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1049 | 
 | 
 | 1050 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1051 | 
 | 
 | 1052 | !ENDIF 
 | 
 | 1053 | 
 | 
 | 1054 | # End Source File
 | 
 | 1055 | # Begin Source File
 | 
 | 1056 | 
 | 
 | 1057 | SOURCE=..\Objects\moduleobject.c
 | 
 | 1058 | 
 | 
 | 1059 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1060 | 
 | 
 | 1061 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1062 | 
 | 
 | 1063 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1064 | 
 | 
 | 1065 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1066 | 
 | 
 | 1067 | !ENDIF 
 | 
 | 1068 | 
 | 
 | 1069 | # End Source File
 | 
 | 1070 | # Begin Source File
 | 
 | 1071 | 
 | 
 | 1072 | SOURCE=..\PC\msvcrtmodule.c
 | 
 | 1073 | 
 | 
 | 1074 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1075 | 
 | 
 | 1076 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1077 | 
 | 
 | 1078 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1079 | 
 | 
 | 1080 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1081 | 
 | 
 | 1082 | !ENDIF 
 | 
 | 1083 | 
 | 
 | 1084 | # End Source File
 | 
 | 1085 | # Begin Source File
 | 
 | 1086 | 
 | 
 | 1087 | SOURCE=..\Parser\myreadline.c
 | 
 | 1088 | 
 | 
 | 1089 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1090 | 
 | 
 | 1091 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1092 | 
 | 
 | 1093 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1094 | 
 | 
 | 1095 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1096 | 
 | 
 | 1097 | !ENDIF 
 | 
 | 1098 | 
 | 
 | 1099 | # End Source File
 | 
 | 1100 | # Begin Source File
 | 
 | 1101 | 
 | 
 | 1102 | SOURCE=..\Python\mystrtoul.c
 | 
 | 1103 | 
 | 
 | 1104 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1105 | 
 | 
 | 1106 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1107 | 
 | 
 | 1108 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1109 | 
 | 
 | 1110 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1111 | 
 | 
 | 1112 | !ENDIF 
 | 
 | 1113 | 
 | 
 | 1114 | # End Source File
 | 
 | 1115 | # Begin Source File
 | 
 | 1116 | 
 | 
 | 1117 | SOURCE=..\Modules\newmodule.c
 | 
 | 1118 | 
 | 
 | 1119 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1120 | 
 | 
 | 1121 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1122 | 
 | 
 | 1123 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1124 | 
 | 
 | 1125 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1126 | 
 | 
 | 1127 | !ENDIF 
 | 
 | 1128 | 
 | 
 | 1129 | # End Source File
 | 
 | 1130 | # Begin Source File
 | 
 | 1131 | 
 | 
 | 1132 | SOURCE=..\Parser\node.c
 | 
 | 1133 | 
 | 
 | 1134 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1135 | 
 | 
 | 1136 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1137 | 
 | 
 | 1138 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1139 | 
 | 
 | 1140 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1141 | 
 | 
 | 1142 | !ENDIF 
 | 
 | 1143 | 
 | 
 | 1144 | # End Source File
 | 
 | 1145 | # Begin Source File
 | 
 | 1146 | 
 | 
 | 1147 | SOURCE=..\Objects\object.c
 | 
 | 1148 | 
 | 
 | 1149 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1150 | 
 | 
 | 1151 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1152 | 
 | 
 | 1153 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1154 | 
 | 
 | 1155 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1156 | 
 | 
 | 1157 | !ENDIF 
 | 
 | 1158 | 
 | 
 | 1159 | # End Source File
 | 
 | 1160 | # Begin Source File
 | 
 | 1161 | 
 | 
 | 1162 | SOURCE=..\Modules\operator.c
 | 
 | 1163 | 
 | 
 | 1164 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1165 | 
 | 
 | 1166 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1167 | 
 | 
 | 1168 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1169 | 
 | 
 | 1170 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1171 | 
 | 
 | 1172 | !ENDIF 
 | 
 | 1173 | 
 | 
 | 1174 | # End Source File
 | 
 | 1175 | # Begin Source File
 | 
 | 1176 | 
 | 
 | 1177 | SOURCE=..\Parser\parser.c
 | 
 | 1178 | 
 | 
 | 1179 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1180 | 
 | 
 | 1181 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1182 | 
 | 
 | 1183 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1184 | 
 | 
 | 1185 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1186 | 
 | 
 | 1187 | !ENDIF 
 | 
 | 1188 | 
 | 
 | 1189 | # End Source File
 | 
 | 1190 | # Begin Source File
 | 
 | 1191 | 
 | 
 | 1192 | SOURCE=..\Parser\parsetok.c
 | 
 | 1193 | 
 | 
 | 1194 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1195 | 
 | 
 | 1196 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1197 | 
 | 
 | 1198 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1199 | 
 | 
 | 1200 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1201 | 
 | 
 | 1202 | !ENDIF 
 | 
 | 1203 | 
 | 
 | 1204 | # End Source File
 | 
 | 1205 | # Begin Source File
 | 
 | 1206 | 
 | 
 | 1207 | SOURCE=..\Modules\pcremodule.c
 | 
 | 1208 | 
 | 
 | 1209 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1210 | 
 | 
 | 1211 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1212 | 
 | 
 | 1213 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1214 | 
 | 
 | 1215 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1216 | 
 | 
 | 1217 | !ENDIF 
 | 
 | 1218 | 
 | 
 | 1219 | # End Source File
 | 
 | 1220 | # Begin Source File
 | 
 | 1221 | 
 | 
 | 1222 | SOURCE=..\Modules\posixmodule.c
 | 
 | 1223 | 
 | 
 | 1224 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1225 | 
 | 
 | 1226 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1227 | 
 | 
 | 1228 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1229 | 
 | 
 | 1230 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1231 | 
 | 
 | 1232 | !ENDIF 
 | 
 | 1233 | 
 | 
 | 1234 | # End Source File
 | 
 | 1235 | # Begin Source File
 | 
 | 1236 | 
 | 
 | 1237 | SOURCE=..\Python\pyfpe.c
 | 
 | 1238 | 
 | 
 | 1239 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1240 | 
 | 
 | 1241 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1242 | 
 | 
 | 1243 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1244 | 
 | 
 | 1245 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1246 | 
 | 
 | 1247 | !ENDIF 
 | 
 | 1248 | 
 | 
 | 1249 | # End Source File
 | 
 | 1250 | # Begin Source File
 | 
 | 1251 | 
 | 
 | 1252 | SOURCE=..\Modules\pypcre.c
 | 
 | 1253 | 
 | 
 | 1254 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1255 | 
 | 
 | 1256 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1257 | 
 | 
 | 1258 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1259 | 
 | 
 | 1260 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1261 | 
 | 
 | 1262 | !ENDIF 
 | 
 | 1263 | 
 | 
 | 1264 | # End Source File
 | 
 | 1265 | # Begin Source File
 | 
 | 1266 | 
 | 
 | 1267 | SOURCE=..\Python\pystate.c
 | 
 | 1268 | 
 | 
 | 1269 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1270 | 
 | 
 | 1271 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1272 | 
 | 
 | 1273 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1274 | 
 | 
 | 1275 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1276 | 
 | 
 | 1277 | !ENDIF 
 | 
 | 1278 | 
 | 
 | 1279 | # End Source File
 | 
 | 1280 | # Begin Source File
 | 
 | 1281 | 
 | 
 | 1282 | SOURCE=..\PC\python_nt.rc
 | 
 | 1283 | # End Source File
 | 
 | 1284 | # Begin Source File
 | 
 | 1285 | 
 | 
 | 1286 | SOURCE=..\Python\pythonrun.c
 | 
 | 1287 | 
 | 
 | 1288 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1289 | 
 | 
 | 1290 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1291 | 
 | 
 | 1292 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1293 | 
 | 
 | 1294 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1295 | 
 | 
 | 1296 | !ENDIF 
 | 
 | 1297 | 
 | 
 | 1298 | # End Source File
 | 
 | 1299 | # Begin Source File
 | 
 | 1300 | 
 | 
 | 1301 | SOURCE=..\Objects\rangeobject.c
 | 
 | 1302 | 
 | 
 | 1303 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1304 | 
 | 
 | 1305 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1306 | 
 | 
 | 1307 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1308 | 
 | 
 | 1309 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1310 | 
 | 
 | 1311 | !ENDIF 
 | 
 | 1312 | 
 | 
 | 1313 | # End Source File
 | 
 | 1314 | # Begin Source File
 | 
 | 1315 | 
 | 
 | 1316 | SOURCE=..\Modules\regexmodule.c
 | 
 | 1317 | 
 | 
 | 1318 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1319 | 
 | 
 | 1320 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1321 | 
 | 
 | 1322 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1323 | 
 | 
 | 1324 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1325 | 
 | 
 | 1326 | !ENDIF 
 | 
 | 1327 | 
 | 
 | 1328 | # End Source File
 | 
 | 1329 | # Begin Source File
 | 
 | 1330 | 
 | 
 | 1331 | SOURCE=..\Modules\regexpr.c
 | 
 | 1332 | 
 | 
 | 1333 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1334 | 
 | 
 | 1335 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1336 | 
 | 
 | 1337 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1338 | 
 | 
 | 1339 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1340 | 
 | 
 | 1341 | !ENDIF 
 | 
 | 1342 | 
 | 
 | 1343 | # End Source File
 | 
 | 1344 | # Begin Source File
 | 
 | 1345 | 
 | 
 | 1346 | SOURCE=..\Modules\rgbimgmodule.c
 | 
 | 1347 | 
 | 
 | 1348 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1349 | 
 | 
 | 1350 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1351 | 
 | 
 | 1352 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1353 | 
 | 
 | 1354 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1355 | 
 | 
 | 1356 | !ENDIF 
 | 
 | 1357 | 
 | 
 | 1358 | # End Source File
 | 
 | 1359 | # Begin Source File
 | 
 | 1360 | 
 | 
 | 1361 | SOURCE=..\Modules\rotormodule.c
 | 
 | 1362 | 
 | 
 | 1363 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1364 | 
 | 
 | 1365 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1366 | 
 | 
 | 1367 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1368 | 
 | 
 | 1369 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1370 | 
 | 
 | 1371 | !ENDIF 
 | 
 | 1372 | 
 | 
 | 1373 | # End Source File
 | 
 | 1374 | # Begin Source File
 | 
 | 1375 | 
 | 
| Guido van Rossum | 15a57a7 | 2000-03-29 01:54:24 +0000 | [diff] [blame] | 1376 | SOURCE=..\Modules\shamodule.c
 | 
 | 1377 | 
 | 
 | 1378 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1379 | 
 | 
 | 1380 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1381 | 
 | 
 | 1382 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1383 | 
 | 
 | 1384 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1385 | 
 | 
 | 1386 | !ENDIF 
 | 
 | 1387 | 
 | 
 | 1388 | # End Source File
 | 
 | 1389 | # Begin Source File
 | 
 | 1390 | 
 | 
 | 1391 | SOURCE=..\Modules\signalmodule.c
 | 
 | 1392 | 
 | 
 | 1393 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1394 | 
 | 
 | 1395 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1396 | 
 | 
 | 1397 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1398 | 
 | 
 | 1399 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1400 | 
 | 
 | 1401 | !ENDIF 
 | 
 | 1402 | 
 | 
 | 1403 | # End Source File
 | 
 | 1404 | # Begin Source File
 | 
 | 1405 | 
 | 
 | 1406 | SOURCE=..\Objects\sliceobject.c
 | 
 | 1407 | 
 | 
 | 1408 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1409 | 
 | 
 | 1410 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1411 | 
 | 
 | 1412 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1413 | 
 | 
 | 1414 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1415 | 
 | 
 | 1416 | !ENDIF 
 | 
 | 1417 | 
 | 
 | 1418 | # End Source File
 | 
 | 1419 | # Begin Source File
 | 
 | 1420 | 
 | 
| Guido van Rossum | 15a57a7 | 2000-03-29 01:54:24 +0000 | [diff] [blame] | 1421 | SOURCE=..\Modules\soundex.c
 | 
 | 1422 | 
 | 
 | 1423 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1424 | 
 | 
 | 1425 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1426 | 
 | 
 | 1427 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1428 | 
 | 
 | 1429 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1430 | 
 | 
 | 1431 | !ENDIF 
 | 
 | 1432 | 
 | 
 | 1433 | # End Source File
 | 
 | 1434 | # Begin Source File
 | 
 | 1435 | 
 | 
 | 1436 | SOURCE=..\Objects\stringobject.c
 | 
 | 1437 | 
 | 
 | 1438 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1439 | 
 | 
 | 1440 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1441 | 
 | 
 | 1442 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1443 | 
 | 
 | 1444 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1445 | 
 | 
 | 1446 | !ENDIF 
 | 
 | 1447 | 
 | 
 | 1448 | # End Source File
 | 
 | 1449 | # Begin Source File
 | 
 | 1450 | 
 | 
 | 1451 | SOURCE=..\Modules\stropmodule.c
 | 
 | 1452 | 
 | 
 | 1453 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1454 | 
 | 
 | 1455 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1456 | 
 | 
 | 1457 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1458 | 
 | 
 | 1459 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1460 | 
 | 
 | 1461 | !ENDIF 
 | 
 | 1462 | 
 | 
 | 1463 | # End Source File
 | 
 | 1464 | # Begin Source File
 | 
 | 1465 | 
 | 
 | 1466 | SOURCE=..\Python\structmember.c
 | 
 | 1467 | 
 | 
 | 1468 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1469 | 
 | 
 | 1470 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1471 | 
 | 
 | 1472 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1473 | 
 | 
 | 1474 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1475 | 
 | 
 | 1476 | !ENDIF 
 | 
 | 1477 | 
 | 
 | 1478 | # End Source File
 | 
 | 1479 | # Begin Source File
 | 
 | 1480 | 
 | 
 | 1481 | SOURCE=..\Modules\structmodule.c
 | 
 | 1482 | 
 | 
 | 1483 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1484 | 
 | 
 | 1485 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1486 | 
 | 
 | 1487 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1488 | 
 | 
 | 1489 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1490 | 
 | 
 | 1491 | !ENDIF 
 | 
 | 1492 | 
 | 
 | 1493 | # End Source File
 | 
 | 1494 | # Begin Source File
 | 
 | 1495 | 
 | 
 | 1496 | SOURCE=..\Python\sysmodule.c
 | 
 | 1497 | 
 | 
 | 1498 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1499 | 
 | 
 | 1500 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1501 | 
 | 
 | 1502 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1503 | 
 | 
 | 1504 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1505 | 
 | 
 | 1506 | !ENDIF 
 | 
 | 1507 | 
 | 
 | 1508 | # End Source File
 | 
 | 1509 | # Begin Source File
 | 
 | 1510 | 
 | 
 | 1511 | SOURCE=..\Python\thread.c
 | 
 | 1512 | 
 | 
 | 1513 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1514 | 
 | 
 | 1515 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1516 | 
 | 
 | 1517 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1518 | 
 | 
 | 1519 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1520 | 
 | 
 | 1521 | !ENDIF 
 | 
 | 1522 | 
 | 
 | 1523 | # End Source File
 | 
 | 1524 | # Begin Source File
 | 
 | 1525 | 
 | 
 | 1526 | SOURCE=..\Modules\threadmodule.c
 | 
 | 1527 | 
 | 
 | 1528 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1529 | 
 | 
 | 1530 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1531 | 
 | 
 | 1532 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1533 | 
 | 
 | 1534 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1535 | 
 | 
 | 1536 | !ENDIF 
 | 
 | 1537 | 
 | 
 | 1538 | # End Source File
 | 
 | 1539 | # Begin Source File
 | 
 | 1540 | 
 | 
 | 1541 | SOURCE=..\Modules\timemodule.c
 | 
 | 1542 | 
 | 
 | 1543 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1544 | 
 | 
 | 1545 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1546 | 
 | 
 | 1547 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1548 | 
 | 
 | 1549 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1550 | 
 | 
 | 1551 | !ENDIF 
 | 
 | 1552 | 
 | 
 | 1553 | # End Source File
 | 
 | 1554 | # Begin Source File
 | 
 | 1555 | 
 | 
 | 1556 | SOURCE=..\Parser\tokenizer.c
 | 
 | 1557 | 
 | 
 | 1558 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1559 | 
 | 
 | 1560 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1561 | 
 | 
 | 1562 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1563 | 
 | 
 | 1564 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1565 | 
 | 
 | 1566 | !ENDIF 
 | 
 | 1567 | 
 | 
 | 1568 | # End Source File
 | 
 | 1569 | # Begin Source File
 | 
 | 1570 | 
 | 
 | 1571 | SOURCE=..\Python\traceback.c
 | 
 | 1572 | 
 | 
 | 1573 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1574 | 
 | 
 | 1575 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1576 | 
 | 
 | 1577 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1578 | 
 | 
 | 1579 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1580 | 
 | 
 | 1581 | !ENDIF 
 | 
 | 1582 | 
 | 
 | 1583 | # End Source File
 | 
 | 1584 | # Begin Source File
 | 
 | 1585 | 
 | 
 | 1586 | SOURCE=..\Objects\tupleobject.c
 | 
 | 1587 | 
 | 
 | 1588 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1589 | 
 | 
 | 1590 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1591 | 
 | 
 | 1592 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1593 | 
 | 
 | 1594 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1595 | 
 | 
 | 1596 | !ENDIF 
 | 
 | 1597 | 
 | 
 | 1598 | # End Source File
 | 
 | 1599 | # Begin Source File
 | 
 | 1600 | 
 | 
 | 1601 | SOURCE=..\Objects\typeobject.c
 | 
 | 1602 | 
 | 
 | 1603 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1604 | 
 | 
 | 1605 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1606 | 
 | 
 | 1607 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1608 | 
 | 
 | 1609 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1610 | 
 | 
 | 1611 | !ENDIF 
 | 
 | 1612 | 
 | 
 | 1613 | # End Source File
 | 
 | 1614 | # Begin Source File
 | 
 | 1615 | 
 | 
 | 1616 | SOURCE=..\Objects\unicodectype.c
 | 
 | 1617 | 
 | 
 | 1618 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1619 | 
 | 
 | 1620 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1621 | 
 | 
 | 1622 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1623 | 
 | 
 | 1624 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1625 | 
 | 
 | 1626 | !ENDIF 
 | 
 | 1627 | 
 | 
 | 1628 | # End Source File
 | 
 | 1629 | # Begin Source File
 | 
 | 1630 | 
 | 
| Guido van Rossum | 15a57a7 | 2000-03-29 01:54:24 +0000 | [diff] [blame] | 1631 | SOURCE=..\Objects\unicodeobject.c
 | 
 | 1632 | 
 | 
 | 1633 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1634 | 
 | 
 | 1635 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1636 | 
 | 
 | 1637 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1638 | 
 | 
 | 1639 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1640 | 
 | 
 | 1641 | !ENDIF 
 | 
 | 1642 | 
 | 
 | 1643 | # End Source File
 | 
 | 1644 | # Begin Source File
 | 
 | 1645 | 
 | 
| Guido van Rossum | 15a57a7 | 2000-03-29 01:54:24 +0000 | [diff] [blame] | 1646 | SOURCE=..\Modules\yuvconvert.c
 | 
 | 1647 | 
 | 
 | 1648 | !IF  "$(CFG)" == "python16 - Win32 Release"
 | 
 | 1649 | 
 | 
 | 1650 | !ELSEIF  "$(CFG)" == "python16 - Win32 Debug"
 | 
 | 1651 | 
 | 
 | 1652 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Debug"
 | 
 | 1653 | 
 | 
 | 1654 | !ELSEIF  "$(CFG)" == "python16 - Win32 Alpha Release"
 | 
 | 1655 | 
 | 
 | 1656 | !ENDIF 
 | 
 | 1657 | 
 | 
 | 1658 | # End Source File
 | 
 | 1659 | # End Target
 | 
 | 1660 | # End Project
 |