Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 1 | # Microsoft Developer Studio Project File - Name="pythoncore" - 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
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 6 |
|
Mark Hammond | 2f51654 | 2002-07-10 06:22:10 +0000 | [diff] [blame] | 7 | CFG=pythoncore - Win32 Release
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 8 | !MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
| 9 | !MESSAGE use the Export Makefile command and run
|
| 10 | !MESSAGE
|
| 11 | !MESSAGE NMAKE /f "pythoncore.mak".
|
| 12 | !MESSAGE
|
| 13 | !MESSAGE You can specify a configuration when running NMAKE
|
| 14 | !MESSAGE by defining the macro CFG on the command line. For example:
|
| 15 | !MESSAGE
|
Mark Hammond | 2f51654 | 2002-07-10 06:22:10 +0000 | [diff] [blame] | 16 | !MESSAGE NMAKE /f "pythoncore.mak" CFG="pythoncore - Win32 Release"
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 17 | !MESSAGE
|
| 18 | !MESSAGE Possible choices for configuration are:
|
| 19 | !MESSAGE
|
| 20 | !MESSAGE "pythoncore - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
|
| 21 | !MESSAGE "pythoncore - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 22 | !MESSAGE
|
| 23 |
|
| 24 | # Begin Project
|
| 25 | # PROP AllowPerConfigDependencies 0
|
| 26 | # PROP Scc_ProjName "pythoncore"
|
| 27 | # PROP Scc_LocalPath ".."
|
Mark Hammond | 2f51654 | 2002-07-10 06:22:10 +0000 | [diff] [blame] | 28 | CPP=cl.exe
|
| 29 | MTL=midl.exe
|
| 30 | RSC=rc.exe
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 31 |
|
| 32 | !IF "$(CFG)" == "pythoncore - Win32 Release"
|
| 33 |
|
| 34 | # PROP BASE Use_MFC 0
|
| 35 | # PROP BASE Use_Debug_Libraries 0
|
| 36 | # PROP BASE Output_Dir "Release"
|
| 37 | # PROP BASE Intermediate_Dir "Release"
|
| 38 | # PROP BASE Target_Dir ""
|
| 39 | # PROP Use_MFC 0
|
| 40 | # PROP Use_Debug_Libraries 0
|
| 41 | # PROP Output_Dir "."
|
| 42 | # PROP Intermediate_Dir "x86-temp-release\pythoncore"
|
| 43 | # PROP Ignore_Export_Lib 0
|
| 44 | # PROP Target_Dir ""
|
| 45 | F90=df.exe
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 46 | # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
|
| 47 | # 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
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 48 | # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
|
| 49 | # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 50 | # ADD BASE RSC /l 0x409 /d "NDEBUG"
|
| 51 | # ADD RSC /l 0x409 /i "..\Include" /d "NDEBUG"
|
| 52 | BSC32=bscmake.exe
|
| 53 | # ADD BASE BSC32 /nologo
|
| 54 | # ADD BSC32 /nologo
|
| 55 | LINK32=link.exe
|
| 56 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
|
Tim Peters | b2f6f80 | 2001-12-21 22:06:12 +0000 | [diff] [blame] | 57 | # ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python23.dll"
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 58 | # SUBTRACT LINK32 /pdb:none
|
| 59 |
|
| 60 | !ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
|
| 61 |
|
| 62 | # PROP BASE Use_MFC 0
|
| 63 | # PROP BASE Use_Debug_Libraries 1
|
| 64 | # PROP BASE Output_Dir "Debug"
|
| 65 | # PROP BASE Intermediate_Dir "Debug"
|
| 66 | # PROP BASE Target_Dir ""
|
| 67 | # PROP Use_MFC 0
|
| 68 | # PROP Use_Debug_Libraries 1
|
| 69 | # PROP Output_Dir "."
|
| 70 | # PROP Intermediate_Dir "x86-temp-debug\pythoncore"
|
| 71 | # PROP Ignore_Export_Lib 0
|
| 72 | # PROP Target_Dir ""
|
| 73 | F90=df.exe
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 74 | # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
|
| 75 | # 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
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 76 | # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
|
| 77 | # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 78 | # ADD BASE RSC /l 0x409 /d "_DEBUG"
|
| 79 | # ADD RSC /l 0x409 /i "..\Include" /d "_DEBUG"
|
| 80 | BSC32=bscmake.exe
|
| 81 | # ADD BASE BSC32 /nologo
|
| 82 | # ADD BSC32 /nologo
|
| 83 | LINK32=link.exe
|
| 84 | # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
|
Tim Peters | b2f6f80 | 2001-12-21 22:06:12 +0000 | [diff] [blame] | 85 | # ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python23_d.dll" /pdbtype:sept
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 86 | # SUBTRACT LINK32 /pdb:none
|
| 87 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 88 | !ENDIF
|
| 89 |
|
| 90 | # Begin Target
|
| 91 |
|
| 92 | # Name "pythoncore - Win32 Release"
|
| 93 | # Name "pythoncore - Win32 Debug"
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 94 | # Begin Source File
|
| 95 |
|
| 96 | SOURCE=..\Modules\_codecsmodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 97 | # End Source File
|
| 98 | # Begin Source File
|
| 99 |
|
Tim Peters | 5a0345d | 2001-10-12 22:08:39 +0000 | [diff] [blame] | 100 | SOURCE=..\Modules\_hotshot.c
|
Tim Peters | 5a0345d | 2001-10-12 22:08:39 +0000 | [diff] [blame] | 101 | # End Source File
|
| 102 | # Begin Source File
|
| 103 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 104 | SOURCE=..\Modules\_localemodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 105 | # End Source File
|
| 106 | # Begin Source File
|
| 107 |
|
Tim Peters | 871ca0c | 2002-12-29 23:46:40 +0000 | [diff] [blame] | 108 | SOURCE=..\Modules\_randommodule.c
|
| 109 | # End Source File
|
| 110 | # Begin Source File
|
| 111 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 112 | SOURCE=..\Modules\_weakref.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 113 | # End Source File
|
| 114 | # Begin Source File
|
| 115 |
|
| 116 | SOURCE=..\Objects\abstract.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 117 | # End Source File
|
| 118 | # Begin Source File
|
| 119 |
|
| 120 | SOURCE=..\Parser\acceler.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 121 | # End Source File
|
| 122 | # Begin Source File
|
| 123 |
|
| 124 | SOURCE=..\Modules\arraymodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 125 | # End Source File
|
| 126 | # Begin Source File
|
| 127 |
|
| 128 | SOURCE=..\Modules\audioop.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 129 | # End Source File
|
| 130 | # Begin Source File
|
| 131 |
|
| 132 | SOURCE=..\Modules\binascii.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 133 | # End Source File
|
| 134 | # Begin Source File
|
| 135 |
|
| 136 | SOURCE=..\Parser\bitset.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 137 | # End Source File
|
| 138 | # Begin Source File
|
| 139 |
|
| 140 | SOURCE=..\Python\bltinmodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 141 | # End Source File
|
| 142 | # Begin Source File
|
| 143 |
|
Tim Peters | f182e7d | 2002-04-04 00:02:02 +0000 | [diff] [blame] | 144 | SOURCE=..\Objects\boolobject.c
|
Tim Peters | f182e7d | 2002-04-04 00:02:02 +0000 | [diff] [blame] | 145 | # End Source File
|
| 146 | # Begin Source File
|
| 147 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 148 | SOURCE=..\Objects\bufferobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 149 | # End Source File
|
| 150 | # Begin Source File
|
| 151 |
|
| 152 | SOURCE=..\Objects\cellobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 153 | # End Source File
|
| 154 | # Begin Source File
|
| 155 |
|
| 156 | SOURCE=..\Python\ceval.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 157 | # End Source File
|
| 158 | # Begin Source File
|
| 159 |
|
| 160 | SOURCE=..\Objects\classobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 161 | # End Source File
|
| 162 | # Begin Source File
|
| 163 |
|
| 164 | SOURCE=..\Modules\cmathmodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 165 | # End Source File
|
| 166 | # Begin Source File
|
| 167 |
|
| 168 | SOURCE=..\Objects\cobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 169 | # End Source File
|
| 170 | # Begin Source File
|
| 171 |
|
| 172 | SOURCE=..\Python\codecs.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 173 | # End Source File
|
| 174 | # Begin Source File
|
| 175 |
|
| 176 | SOURCE=..\Python\compile.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 177 | # End Source File
|
| 178 | # Begin Source File
|
| 179 |
|
| 180 | SOURCE=..\Objects\complexobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 181 | # End Source File
|
| 182 | # Begin Source File
|
| 183 |
|
| 184 | SOURCE=..\PC\config.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 185 | # End Source File
|
| 186 | # Begin Source File
|
| 187 |
|
| 188 | SOURCE=..\Modules\cPickle.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 189 | # End Source File
|
| 190 | # Begin Source File
|
| 191 |
|
| 192 | SOURCE=..\Modules\cStringIO.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 193 | # End Source File
|
| 194 | # Begin Source File
|
| 195 |
|
Tim Peters | d8f1888 | 2001-08-02 04:15:00 +0000 | [diff] [blame] | 196 | SOURCE=..\Objects\descrobject.c
|
Tim Peters | d8f1888 | 2001-08-02 04:15:00 +0000 | [diff] [blame] | 197 | # End Source File
|
| 198 | # Begin Source File
|
| 199 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 200 | SOURCE=..\Objects\dictobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 201 | # End Source File
|
| 202 | # Begin Source File
|
| 203 |
|
| 204 | SOURCE=..\PC\dl_nt.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 205 | # End Source File
|
| 206 | # Begin Source File
|
| 207 |
|
| 208 | SOURCE=..\Python\dynload_win.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 209 | # End Source File
|
| 210 | # Begin Source File
|
| 211 |
|
Tim Peters | 0b6f25b | 2002-04-26 21:20:02 +0000 | [diff] [blame] | 212 | SOURCE=..\Objects\enumobject.c
|
Tim Peters | 0b6f25b | 2002-04-26 21:20:02 +0000 | [diff] [blame] | 213 | # End Source File
|
| 214 | # Begin Source File
|
| 215 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 216 | SOURCE=..\Modules\errnomodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 217 | # End Source File
|
| 218 | # Begin Source File
|
| 219 |
|
| 220 | SOURCE=..\Python\errors.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 221 | # End Source File
|
| 222 | # Begin Source File
|
| 223 |
|
| 224 | SOURCE=..\Python\exceptions.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 225 | # End Source File
|
| 226 | # Begin Source File
|
| 227 |
|
| 228 | SOURCE=..\Objects\fileobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 229 | # End Source File
|
| 230 | # Begin Source File
|
| 231 |
|
| 232 | SOURCE=..\Objects\floatobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 233 | # End Source File
|
| 234 | # Begin Source File
|
| 235 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 236 | SOURCE=..\Objects\frameobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 237 | # End Source File
|
| 238 | # Begin Source File
|
| 239 |
|
| 240 | SOURCE=..\Python\frozen.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 241 | # End Source File
|
| 242 | # Begin Source File
|
| 243 |
|
| 244 | SOURCE=..\Objects\funcobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 245 | # End Source File
|
| 246 | # Begin Source File
|
| 247 |
|
Tim Peters | b17d0e4 | 2001-02-27 19:52:02 +0000 | [diff] [blame] | 248 | SOURCE=..\Python\future.c
|
Tim Peters | b17d0e4 | 2001-02-27 19:52:02 +0000 | [diff] [blame] | 249 | # End Source File
|
| 250 | # Begin Source File
|
| 251 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 252 | SOURCE=..\Modules\gcmodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 253 | # End Source File
|
| 254 | # Begin Source File
|
| 255 |
|
| 256 | SOURCE=..\Python\getargs.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 257 | # End Source File
|
| 258 | # Begin Source File
|
| 259 |
|
| 260 | SOURCE=..\Modules\getbuildinfo.c
|
Tim Peters | c006c69 | 2002-12-31 02:09:08 +0000 | [diff] [blame] | 261 | # ADD CPP /D BUILD=38
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 262 | # End Source File
|
| 263 | # Begin Source File
|
| 264 |
|
| 265 | SOURCE=..\Python\getcompiler.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 266 | # End Source File
|
| 267 | # Begin Source File
|
| 268 |
|
| 269 | SOURCE=..\Python\getcopyright.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 270 | # End Source File
|
| 271 | # Begin Source File
|
| 272 |
|
| 273 | SOURCE=..\Python\getmtime.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 274 | # End Source File
|
| 275 | # Begin Source File
|
| 276 |
|
| 277 | SOURCE=..\Python\getopt.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 278 | # End Source File
|
| 279 | # Begin Source File
|
| 280 |
|
| 281 | SOURCE=..\PC\getpathp.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 282 | # End Source File
|
| 283 | # Begin Source File
|
| 284 |
|
| 285 | SOURCE=..\Python\getplatform.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 286 | # End Source File
|
| 287 | # Begin Source File
|
| 288 |
|
| 289 | SOURCE=..\Python\getversion.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 290 | # End Source File
|
| 291 | # Begin Source File
|
| 292 |
|
| 293 | SOURCE=..\Python\graminit.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 294 | # End Source File
|
| 295 | # Begin Source File
|
| 296 |
|
| 297 | SOURCE=..\Parser\grammar1.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 298 | # End Source File
|
| 299 | # Begin Source File
|
| 300 |
|
| 301 | SOURCE=..\Modules\imageop.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 302 | # End Source File
|
| 303 | # Begin Source File
|
| 304 |
|
| 305 | SOURCE=..\Python\import.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 306 | # End Source File
|
| 307 | # Begin Source File
|
| 308 |
|
| 309 | SOURCE=..\PC\import_nt.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 310 | # ADD CPP /I "..\Python"
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 311 | # End Source File
|
| 312 | # Begin Source File
|
| 313 |
|
| 314 | SOURCE=..\Python\importdl.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 315 | # End Source File
|
| 316 | # Begin Source File
|
| 317 |
|
| 318 | SOURCE=..\Objects\intobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 319 | # End Source File
|
| 320 | # Begin Source File
|
| 321 |
|
Tim Peters | 10785ae | 2001-04-20 21:21:28 +0000 | [diff] [blame] | 322 | SOURCE=..\Objects\iterobject.c
|
Tim Peters | 10785ae | 2001-04-20 21:21:28 +0000 | [diff] [blame] | 323 | # End Source File
|
| 324 | # Begin Source File
|
| 325 |
|
Raymond Hettinger | 94a7f5d | 2003-02-01 00:10:11 +0000 | [diff] [blame^] | 326 | SOURCE=..\Modules\itertoolsmodule.c
|
| 327 | # End Source File
|
| 328 | # Begin Source File
|
| 329 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 330 | SOURCE=..\Parser\listnode.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 331 | # End Source File
|
| 332 | # Begin Source File
|
| 333 |
|
| 334 | SOURCE=..\Objects\listobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 335 | # End Source File
|
| 336 | # Begin Source File
|
| 337 |
|
| 338 | SOURCE=..\Objects\longobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 339 | # End Source File
|
| 340 | # Begin Source File
|
| 341 |
|
| 342 | SOURCE=..\Modules\main.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 343 | # End Source File
|
| 344 | # Begin Source File
|
| 345 |
|
| 346 | SOURCE=..\Python\marshal.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 347 | # End Source File
|
| 348 | # Begin Source File
|
| 349 |
|
| 350 | SOURCE=..\Modules\mathmodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 351 | # End Source File
|
| 352 | # Begin Source File
|
| 353 |
|
| 354 | SOURCE=..\Modules\md5c.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 355 | # End Source File
|
| 356 | # Begin Source File
|
| 357 |
|
| 358 | SOURCE=..\Modules\md5module.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 359 | # End Source File
|
| 360 | # Begin Source File
|
| 361 |
|
| 362 | SOURCE=..\Parser\metagrammar.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 363 | # End Source File
|
| 364 | # Begin Source File
|
| 365 |
|
| 366 | SOURCE=..\Objects\methodobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 367 | # End Source File
|
| 368 | # Begin Source File
|
| 369 |
|
| 370 | SOURCE=..\Python\modsupport.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 371 | # End Source File
|
| 372 | # Begin Source File
|
| 373 |
|
| 374 | SOURCE=..\Objects\moduleobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 375 | # End Source File
|
| 376 | # Begin Source File
|
| 377 |
|
| 378 | SOURCE=..\PC\msvcrtmodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 379 | # End Source File
|
| 380 | # Begin Source File
|
| 381 |
|
| 382 | SOURCE=..\Parser\myreadline.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 383 | # End Source File
|
| 384 | # Begin Source File
|
| 385 |
|
Tim Peters | 2b49098 | 2001-07-31 22:10:29 +0000 | [diff] [blame] | 386 | SOURCE=..\Python\mysnprintf.c
|
Tim Peters | 2b49098 | 2001-07-31 22:10:29 +0000 | [diff] [blame] | 387 | # End Source File
|
| 388 | # Begin Source File
|
| 389 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 390 | SOURCE=..\Python\mystrtoul.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 391 | # End Source File
|
| 392 | # Begin Source File
|
| 393 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 394 | SOURCE=..\Parser\node.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 395 | # End Source File
|
| 396 | # Begin Source File
|
| 397 |
|
| 398 | SOURCE=..\Objects\object.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 399 | # End Source File
|
| 400 | # Begin Source File
|
| 401 |
|
Tim Peters | 3a85f7a | 2002-03-23 00:20:15 +0000 | [diff] [blame] | 402 | SOURCE=..\Objects\obmalloc.c
|
Tim Peters | 3a85f7a | 2002-03-23 00:20:15 +0000 | [diff] [blame] | 403 | # End Source File
|
| 404 | # Begin Source File
|
| 405 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 406 | SOURCE=..\Modules\operator.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 407 | # End Source File
|
| 408 | # Begin Source File
|
| 409 |
|
| 410 | SOURCE=..\Parser\parser.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 411 | # End Source File
|
| 412 | # Begin Source File
|
| 413 |
|
| 414 | SOURCE=..\Parser\parsetok.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 415 | # End Source File
|
| 416 | # Begin Source File
|
| 417 |
|
| 418 | SOURCE=..\Modules\pcremodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 419 | # End Source File
|
| 420 | # Begin Source File
|
| 421 |
|
| 422 | SOURCE=..\Modules\posixmodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 423 | # End Source File
|
| 424 | # Begin Source File
|
| 425 |
|
| 426 | SOURCE=..\Python\pyfpe.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 427 | # End Source File
|
| 428 | # Begin Source File
|
| 429 |
|
| 430 | SOURCE=..\Modules\pypcre.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 431 | # End Source File
|
| 432 | # Begin Source File
|
| 433 |
|
| 434 | SOURCE=..\Python\pystate.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 435 | # End Source File
|
| 436 | # Begin Source File
|
| 437 |
|
| 438 | SOURCE=..\PC\python_nt.rc
|
| 439 | # End Source File
|
| 440 | # Begin Source File
|
| 441 |
|
| 442 | SOURCE=..\Python\pythonrun.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 443 | # End Source File
|
| 444 | # Begin Source File
|
| 445 |
|
| 446 | SOURCE=..\Objects\rangeobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 447 | # End Source File
|
| 448 | # Begin Source File
|
| 449 |
|
| 450 | SOURCE=..\Modules\regexmodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 451 | # End Source File
|
| 452 | # Begin Source File
|
| 453 |
|
| 454 | SOURCE=..\Modules\regexpr.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 455 | # End Source File
|
| 456 | # Begin Source File
|
| 457 |
|
| 458 | SOURCE=..\Modules\rgbimgmodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 459 | # End Source File
|
| 460 | # Begin Source File
|
| 461 |
|
| 462 | SOURCE=..\Modules\rotormodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 463 | # End Source File
|
| 464 | # Begin Source File
|
| 465 |
|
| 466 | SOURCE=..\Modules\shamodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 467 | # End Source File
|
| 468 | # Begin Source File
|
| 469 |
|
| 470 | SOURCE=..\Modules\signalmodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 471 | # End Source File
|
| 472 | # Begin Source File
|
| 473 |
|
| 474 | SOURCE=..\Objects\sliceobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 475 | # End Source File
|
| 476 | # Begin Source File
|
| 477 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 478 | SOURCE=..\Objects\stringobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 479 | # End Source File
|
| 480 | # Begin Source File
|
| 481 |
|
| 482 | SOURCE=..\Modules\stropmodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 483 | # End Source File
|
| 484 | # Begin Source File
|
| 485 |
|
| 486 | SOURCE=..\Python\structmember.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 487 | # End Source File
|
| 488 | # Begin Source File
|
| 489 |
|
| 490 | SOURCE=..\Modules\structmodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 491 | # End Source File
|
| 492 | # Begin Source File
|
| 493 |
|
Guido van Rossum | bec380d | 2001-10-18 20:51:32 +0000 | [diff] [blame] | 494 | SOURCE=..\Objects\structseq.c
|
Guido van Rossum | bec380d | 2001-10-18 20:51:32 +0000 | [diff] [blame] | 495 | # End Source File
|
| 496 | # Begin Source File
|
| 497 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 498 | SOURCE=..\Python\symtable.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 499 | # End Source File
|
| 500 | # Begin Source File
|
| 501 |
|
| 502 | SOURCE=..\Python\sysmodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 503 | # End Source File
|
| 504 | # Begin Source File
|
| 505 |
|
| 506 | SOURCE=..\Python\thread.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 507 | # End Source File
|
| 508 | # Begin Source File
|
| 509 |
|
| 510 | SOURCE=..\Modules\threadmodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 511 | # End Source File
|
| 512 | # Begin Source File
|
| 513 |
|
| 514 | SOURCE=..\Modules\timemodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 515 | # End Source File
|
| 516 | # Begin Source File
|
| 517 |
|
| 518 | SOURCE=..\Parser\tokenizer.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 519 | # End Source File
|
| 520 | # Begin Source File
|
| 521 |
|
| 522 | SOURCE=..\Python\traceback.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 523 | # End Source File
|
| 524 | # Begin Source File
|
| 525 |
|
| 526 | SOURCE=..\Objects\tupleobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 527 | # End Source File
|
| 528 | # Begin Source File
|
| 529 |
|
| 530 | SOURCE=..\Objects\typeobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 531 | # End Source File
|
| 532 | # Begin Source File
|
| 533 |
|
| 534 | SOURCE=..\Objects\unicodectype.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 535 | # End Source File
|
| 536 | # Begin Source File
|
| 537 |
|
| 538 | SOURCE=..\Objects\unicodeobject.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 539 | # End Source File
|
| 540 | # Begin Source File
|
| 541 |
|
Tim Peters | 48558d0 | 2001-10-05 22:14:45 +0000 | [diff] [blame] | 542 | SOURCE=..\Objects\weakrefobject.c
|
Tim Peters | 48558d0 | 2001-10-05 22:14:45 +0000 | [diff] [blame] | 543 | # End Source File
|
| 544 | # Begin Source File
|
| 545 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 546 | SOURCE=..\Modules\xreadlinesmodule.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 547 | # End Source File
|
| 548 | # Begin Source File
|
| 549 |
|
Tim Peters | d8f1888 | 2001-08-02 04:15:00 +0000 | [diff] [blame] | 550 | SOURCE=..\Modules\xxsubtype.c
|
Tim Peters | d8f1888 | 2001-08-02 04:15:00 +0000 | [diff] [blame] | 551 | # End Source File
|
| 552 | # Begin Source File
|
| 553 |
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 554 | SOURCE=..\Modules\yuvconvert.c
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 555 | # End Source File
|
Just van Rossum | daf1525 | 2002-12-30 22:08:05 +0000 | [diff] [blame] | 556 | # Begin Source File
|
| 557 |
|
| 558 | SOURCE=..\Modules\zipimport.c
|
| 559 | # End Source File
|
Thomas Wouters | 071908e | 2001-02-14 09:43:47 +0000 | [diff] [blame] | 560 | # End Target
|
| 561 | # End Project
|