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