blob: ee7e36628c69641aa85b9d207a448bdf3b14fdb5 [file] [log] [blame]
Martin v. Löwis203eec42004-01-02 21:15:07 +00001# 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
6
7CFG=pythoncore - Win32 Release
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
16!MESSAGE NMAKE /f "pythoncore.mak" CFG="pythoncore - Win32 Release"
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")
22!MESSAGE
23
24# Begin Project
25# PROP AllowPerConfigDependencies 0
26# PROP Scc_ProjName "pythoncore"
27# PROP Scc_LocalPath ".."
28CPP=cl.exe
29MTL=midl.exe
30RSC=rc.exe
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 ""
45F90=df.exe
46# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
Thomas Wouters89f507f2006-12-13 04:49:30 +000047# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\Include" /I ".." /I "..\..\modules\zlib" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /Zm200 /c
Martin v. Löwis203eec42004-01-02 21:15:07 +000048# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
49# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
50# ADD BASE RSC /l 0x409 /d "NDEBUG"
Tim Petersff8505d2004-01-03 05:45:59 +000051# ADD RSC /l 0x409 /i "..\..\Include" /d "NDEBUG"
Martin v. Löwis203eec42004-01-02 21:15:07 +000052BSC32=bscmake.exe
53# ADD BASE BSC32 /nologo
54# ADD BSC32 /nologo
55LINK32=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
Martin v. Löwisf7a6b502009-06-27 23:00:59 +000057# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python32.dll"
Martin v. Löwis203eec42004-01-02 21:15:07 +000058# 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 ""
73F90=df.exe
74# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
Thomas Wouters89f507f2006-12-13 04:49:30 +000075# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\Include" /I ".." /I "..\..\modules\zlib" /D "_DEBUG" /D "USE_DL_EXPORT" /D "WIN32" /D "_WINDOWS" /YX /FD /Zm200 /c
Martin v. Löwis203eec42004-01-02 21:15:07 +000076# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
77# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
78# ADD BASE RSC /l 0x409 /d "_DEBUG"
Tim Petersff8505d2004-01-03 05:45:59 +000079# ADD RSC /l 0x409 /i "..\..\Include" /d "_DEBUG"
Martin v. Löwis203eec42004-01-02 21:15:07 +000080BSC32=bscmake.exe
81# ADD BASE BSC32 /nologo
82# ADD BSC32 /nologo
83LINK32=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
Martin v. Löwisf7a6b502009-06-27 23:00:59 +000085# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python32_d.dll" /pdbtype:sept
Martin v. Löwis203eec42004-01-02 21:15:07 +000086# SUBTRACT LINK32 /pdb:none
87
88!ENDIF
89
90# Begin Target
91
92# Name "pythoncore - Win32 Release"
93# Name "pythoncore - Win32 Debug"
94# Begin Source File
95
Hye-Shik Chang07e5dc82004-07-18 15:36:31 +000096SOURCE=..\..\Modules\_bisectmodule.c
Tim Petersa70e6d82004-01-25 03:25:40 +000097# End Source File
98# Begin Source File
99
Hye-Shik Chang07e5dc82004-07-18 15:36:31 +0000100SOURCE=..\..\Modules\cjkcodecs\_codecs_cn.c
101# End Source File
102# Begin Source File
103
104SOURCE=..\..\Modules\cjkcodecs\_codecs_hk.c
105# End Source File
106# Begin Source File
107
108SOURCE=..\..\Modules\cjkcodecs\_codecs_iso2022.c
109# End Source File
110# Begin Source File
111
112SOURCE=..\..\Modules\cjkcodecs\_codecs_jp.c
113# End Source File
114# Begin Source File
115
116SOURCE=..\..\Modules\cjkcodecs\_codecs_kr.c
117# End Source File
118# Begin Source File
119
120SOURCE=..\..\Modules\cjkcodecs\_codecs_tw.c
121# End Source File
122# Begin Source File
123
Tim Petersff8505d2004-01-03 05:45:59 +0000124SOURCE=..\..\Modules\_codecsmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000125# End Source File
126# Begin Source File
127
Christian Heimes7131fd92008-02-19 14:21:46 +0000128SOURCE=..\..\Modules\_collectionsmodule.c
129# End Source File
130# Begin Source File
131
Tim Peters28df74f2004-01-04 02:00:47 +0000132SOURCE=..\..\Modules\_csv.c
133# End Source File
134# Begin Source File
135
Thomas Wouters89f507f2006-12-13 04:49:30 +0000136SOURCE=..\..\Modules\_functoolsmodule.c
137# End Source File
138# Begin Source File
139
Raymond Hettingere898d192004-04-27 04:52:47 +0000140SOURCE=..\..\Modules\_heapqmodule.c
Thomas Heller60247222004-04-22 18:30:17 +0000141# End Source File
142# Begin Source File
143
Alexandre Vassalotti8d8d6302009-04-04 19:58:40 +0000144SOURCE=..\..\Modules\_io\_iomodule.c
Benjamin Peterson4fa88fa2009-03-04 00:14:51 +0000145# End Source File
146# Begin Source File
147
Christian Heimes90540002008-05-08 14:29:10 +0000148SOURCE=..\..\Modules\_json.c
149# End Source File
150# Begin Source File
151
Tim Petersff8505d2004-01-03 05:45:59 +0000152SOURCE=..\..\Modules\_localemodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000153# End Source File
154# Begin Source File
155
Thomas Wouters89f507f2006-12-13 04:49:30 +0000156SOURCE=..\..\Modules\_lsprof.c
157# End Source File
158# Begin Source File
159
Amaury Forgeot d'Arc9d865c92008-06-12 22:27:27 +0000160SOURCE=..\..\Modules\_pickle.c
161# End Source File
162# Begin Source File
163
Tim Petersff8505d2004-01-03 05:45:59 +0000164SOURCE=..\..\Modules\_randommodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000165# End Source File
166# Begin Source File
167
Tim Peters28df74f2004-01-04 02:00:47 +0000168SOURCE=..\..\Modules\_sre.c
169# End Source File
170# Begin Source File
171
Thomas Wouters89f507f2006-12-13 04:49:30 +0000172SOURCE=..\..\Modules\_struct.c
173# End Source File
174# Begin Source File
175
Martin v. Löwis919637a2004-10-15 04:27:51 +0000176SOURCE=..\..\PC\_subprocess.c
177# End Source File
178# Begin Source File
179
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000180SOURCE=..\..\Modules\_threadmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000181# End Source File
182# Begin Source File
183
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000184SOURCE=..\..\Python\_warnings.c
185# End Source File
186# Begin Source File
187
188SOURCE=..\..\Modules\_weakref.c
Tim Peters28df74f2004-01-04 02:00:47 +0000189# End Source File
190# Begin Source File
191
Tim Petersff8505d2004-01-03 05:45:59 +0000192SOURCE=..\..\Objects\abstract.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000193# End Source File
194# Begin Source File
195
Tim Petersff8505d2004-01-03 05:45:59 +0000196SOURCE=..\..\Parser\acceler.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000197# End Source File
198# Begin Source File
199
Thomas Wouters89f507f2006-12-13 04:49:30 +0000200SOURCE=..\..\Modules\zlib\adler32.c
201# End Source File
202# Begin Source File
203
Tim Petersff8505d2004-01-03 05:45:59 +0000204SOURCE=..\..\Modules\arraymodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000205# End Source File
206# Begin Source File
207
Raymond Hettingerd56827c2005-10-23 04:47:13 +0000208SOURCE=..\..\Python\asdl.c
209# End Source File
210# Begin Source File
211
212SOURCE=..\..\Python\ast.c
213# End Source File
214# Begin Source File
215
Christian Heimes4c3eda32008-01-04 15:35:04 +0000216SOURCE=..\..\Modules\atexitmodule.c
217# End Source File
218# Begin Source File
219
Tim Petersff8505d2004-01-03 05:45:59 +0000220SOURCE=..\..\Modules\audioop.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000221# End Source File
222# Begin Source File
223
Tim Petersff8505d2004-01-03 05:45:59 +0000224SOURCE=..\..\Modules\binascii.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000225# End Source File
226# Begin Source File
227
Tim Petersff8505d2004-01-03 05:45:59 +0000228SOURCE=..\..\Parser\bitset.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000229# End Source File
230# Begin Source File
231
Tim Petersff8505d2004-01-03 05:45:59 +0000232SOURCE=..\..\Python\bltinmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000233# End Source File
234# Begin Source File
235
Tim Petersff8505d2004-01-03 05:45:59 +0000236SOURCE=..\..\Objects\boolobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000237# End Source File
238# Begin Source File
239
Hirokazu Yamamoto9e0804f2009-06-28 13:21:41 +0000240SOURCE=..\..\Modules\_io\bufferedio.c
241# End Source File
242# Begin Source File
243
Amaury Forgeot d'Arc3d17a5c2008-06-13 01:09:34 +0000244SOURCE=..\..\Objects\bytearrayobject.c
245# End Source File
246# Begin Source File
247
Christian Heimes4c3eda32008-01-04 15:35:04 +0000248SOURCE=..\..\Objects\bytes_methods.c
249# End Source File
250# Begin Source File
251
Hirokazu Yamamoto9e0804f2009-06-28 13:21:41 +0000252SOURCE=..\..\Modules\_io\bytesio.c
253# End Source File
254# Begin Source File
255
Christian Heimes4c3eda32008-01-04 15:35:04 +0000256SOURCE=..\..\Objects\bytesobject.c
257# End Source File
258# Begin Source File
259
Hirokazu Yamamoto0a072852009-05-06 04:02:39 +0000260SOURCE=..\..\Objects\capsule.c
261# End Source File
262# Begin Source File
263
Tim Petersff8505d2004-01-03 05:45:59 +0000264SOURCE=..\..\Objects\cellobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000265# End Source File
266# Begin Source File
267
Tim Petersff8505d2004-01-03 05:45:59 +0000268SOURCE=..\..\Python\ceval.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000269# End Source File
270# Begin Source File
271
Tim Petersff8505d2004-01-03 05:45:59 +0000272SOURCE=..\..\Objects\classobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000273# End Source File
274# Begin Source File
275
Tim Petersff8505d2004-01-03 05:45:59 +0000276SOURCE=..\..\Modules\cmathmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000277# End Source File
278# Begin Source File
279
Tim Petersff8505d2004-01-03 05:45:59 +0000280SOURCE=..\..\Python\codecs.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000281# End Source File
282# Begin Source File
283
Raymond Hettingerd56827c2005-10-23 04:47:13 +0000284SOURCE=..\..\Objects\codeobject.c
285# End Source File
286# Begin Source File
287
Tim Petersff8505d2004-01-03 05:45:59 +0000288SOURCE=..\..\Python\compile.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000289# End Source File
290# Begin Source File
291
Tim Petersff8505d2004-01-03 05:45:59 +0000292SOURCE=..\..\Objects\complexobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000293# End Source File
294# Begin Source File
295
Thomas Wouters89f507f2006-12-13 04:49:30 +0000296SOURCE=..\..\Modules\zlib\compress.c
297# End Source File
298# Begin Source File
299
Tim Petersff8505d2004-01-03 05:45:59 +0000300SOURCE=..\config.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000301# End Source File
302# Begin Source File
303
Thomas Wouters89f507f2006-12-13 04:49:30 +0000304SOURCE=..\..\Modules\zlib\crc32.c
305# End Source File
306# Begin Source File
307
Tim Peters28df74f2004-01-04 02:00:47 +0000308SOURCE=..\..\Modules\datetimemodule.c
309# End Source File
310# Begin Source File
311
Thomas Wouters89f507f2006-12-13 04:49:30 +0000312SOURCE=..\..\Modules\zlib\deflate.c
313# End Source File
314# Begin Source File
315
Tim Petersff8505d2004-01-03 05:45:59 +0000316SOURCE=..\..\Objects\descrobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000317# End Source File
318# Begin Source File
319
Tim Petersff8505d2004-01-03 05:45:59 +0000320SOURCE=..\..\Objects\dictobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000321# End Source File
322# Begin Source File
323
Tim Petersff8505d2004-01-03 05:45:59 +0000324SOURCE=..\dl_nt.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000325# End Source File
326# Begin Source File
327
Hirokazu Yamamotof4981132009-04-18 13:10:51 +0000328SOURCE=..\..\Python\dtoa.c
329# End Source File
330# Begin Source File
331
Tim Petersff8505d2004-01-03 05:45:59 +0000332SOURCE=..\..\Python\dynload_win.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000333# End Source File
334# Begin Source File
335
Tim Petersff8505d2004-01-03 05:45:59 +0000336SOURCE=..\..\Objects\enumobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000337# End Source File
338# Begin Source File
339
Tim Petersff8505d2004-01-03 05:45:59 +0000340SOURCE=..\..\Modules\errnomodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000341# End Source File
342# Begin Source File
343
Tim Petersff8505d2004-01-03 05:45:59 +0000344SOURCE=..\..\Python\errors.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000345# End Source File
346# Begin Source File
347
Thomas Wouters89f507f2006-12-13 04:49:30 +0000348SOURCE=..\..\Objects\exceptions.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000349# End Source File
350# Begin Source File
351
Hirokazu Yamamoto9e0804f2009-06-28 13:21:41 +0000352SOURCE=..\..\Modules\_io\fileio.c
353# End Source File
354# Begin Source File
355
Tim Petersff8505d2004-01-03 05:45:59 +0000356SOURCE=..\..\Objects\fileobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000357# End Source File
358# Begin Source File
359
Christian Heimes4c3eda32008-01-04 15:35:04 +0000360SOURCE=..\..\Parser\firstsets.c
361# End Source File
362# Begin Source File
363
Tim Petersff8505d2004-01-03 05:45:59 +0000364SOURCE=..\..\Objects\floatobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000365# End Source File
366# Begin Source File
367
Christian Heimes7131fd92008-02-19 14:21:46 +0000368SOURCE=..\..\Python\formatter_unicode.c
369# End Source File
370# Begin Source File
371
Tim Petersff8505d2004-01-03 05:45:59 +0000372SOURCE=..\..\Objects\frameobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000373# End Source File
374# Begin Source File
375
Tim Petersff8505d2004-01-03 05:45:59 +0000376SOURCE=..\..\Python\frozen.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000377# End Source File
378# Begin Source File
379
Tim Petersff8505d2004-01-03 05:45:59 +0000380SOURCE=..\..\Objects\funcobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000381# End Source File
382# Begin Source File
383
Tim Petersff8505d2004-01-03 05:45:59 +0000384SOURCE=..\..\Python\future.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000385# End Source File
386# Begin Source File
387
Tim Petersff8505d2004-01-03 05:45:59 +0000388SOURCE=..\..\Modules\gcmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000389# End Source File
390# Begin Source File
391
Raymond Hettinger19a02ec2004-06-01 16:29:57 +0000392SOURCE=..\..\Objects\genobject.c
393# End Source File
394# Begin Source File
395
Tim Petersff8505d2004-01-03 05:45:59 +0000396SOURCE=..\..\Python\getargs.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000397# End Source File
398# Begin Source File
399
Tim Petersff8505d2004-01-03 05:45:59 +0000400SOURCE=..\..\Modules\getbuildinfo.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000401# ADD CPP /D BUILD=46
402# End Source File
403# Begin Source File
404
Tim Petersff8505d2004-01-03 05:45:59 +0000405SOURCE=..\..\Python\getcompiler.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000406# End Source File
407# Begin Source File
408
Tim Petersff8505d2004-01-03 05:45:59 +0000409SOURCE=..\..\Python\getcopyright.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000410# End Source File
411# Begin Source File
412
Tim Petersff8505d2004-01-03 05:45:59 +0000413SOURCE=..\..\Python\getopt.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000414# End Source File
415# Begin Source File
416
Tim Petersff8505d2004-01-03 05:45:59 +0000417SOURCE=..\getpathp.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000418# End Source File
419# Begin Source File
420
Tim Petersff8505d2004-01-03 05:45:59 +0000421SOURCE=..\..\Python\getplatform.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000422# End Source File
423# Begin Source File
424
Tim Petersff8505d2004-01-03 05:45:59 +0000425SOURCE=..\..\Python\getversion.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000426# End Source File
427# Begin Source File
428
Tim Petersff8505d2004-01-03 05:45:59 +0000429SOURCE=..\..\Python\graminit.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000430# End Source File
431# Begin Source File
432
Christian Heimes4c3eda32008-01-04 15:35:04 +0000433SOURCE=..\..\Parser\grammar.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000434# End Source File
435# Begin Source File
436
Christian Heimes4c3eda32008-01-04 15:35:04 +0000437SOURCE=..\..\Parser\grammar1.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000438# End Source File
439# Begin Source File
440
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000441SOURCE=..\..\Modules\zlib\gzio.c
442# End Source File
443# Begin Source File
444
Tim Petersff8505d2004-01-03 05:45:59 +0000445SOURCE=..\..\Python\import.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000446# End Source File
447# Begin Source File
448
Tim Petersff8505d2004-01-03 05:45:59 +0000449SOURCE=..\import_nt.c
450# ADD CPP /I "..\..\Python"
Martin v. Löwis203eec42004-01-02 21:15:07 +0000451# End Source File
452# Begin Source File
453
Tim Petersff8505d2004-01-03 05:45:59 +0000454SOURCE=..\..\Python\importdl.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000455# End Source File
456# Begin Source File
457
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000458SOURCE=..\..\Modules\zlib\infback.c
459# End Source File
460# Begin Source File
461
Thomas Wouters89f507f2006-12-13 04:49:30 +0000462SOURCE=..\..\Modules\zlib\inffast.c
463# End Source File
464# Begin Source File
465
466SOURCE=..\..\Modules\zlib\inflate.c
467# End Source File
468# Begin Source File
469
470SOURCE=..\..\Modules\zlib\inftrees.c
471# End Source File
472# Begin Source File
473
Hirokazu Yamamoto9e0804f2009-06-28 13:21:41 +0000474SOURCE=..\..\Modules\_io\iobase.c
475# End Source File
476# Begin Source File
477
Tim Petersff8505d2004-01-03 05:45:59 +0000478SOURCE=..\..\Objects\iterobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000479# End Source File
480# Begin Source File
481
Tim Petersff8505d2004-01-03 05:45:59 +0000482SOURCE=..\..\Modules\itertoolsmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000483# End Source File
484# Begin Source File
485
Tim Petersff8505d2004-01-03 05:45:59 +0000486SOURCE=..\..\Parser\listnode.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000487# End Source File
488# Begin Source File
489
Tim Petersff8505d2004-01-03 05:45:59 +0000490SOURCE=..\..\Objects\listobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000491# End Source File
492# Begin Source File
493
Tim Petersff8505d2004-01-03 05:45:59 +0000494SOURCE=..\..\Objects\longobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000495# End Source File
496# Begin Source File
497
Tim Petersff8505d2004-01-03 05:45:59 +0000498SOURCE=..\..\Modules\main.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000499# End Source File
500# Begin Source File
501
Tim Petersff8505d2004-01-03 05:45:59 +0000502SOURCE=..\..\Python\marshal.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000503# End Source File
504# Begin Source File
505
Tim Petersff8505d2004-01-03 05:45:59 +0000506SOURCE=..\..\Modules\mathmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000507# End Source File
508# Begin Source File
509
Tim Petersff8505d2004-01-03 05:45:59 +0000510SOURCE=..\..\Modules\md5module.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000511# End Source File
512# Begin Source File
513
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000514SOURCE=..\..\Objects\memoryobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000515# End Source File
516# Begin Source File
517
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000518SOURCE=..\..\Parser\metagrammar.c
Christian Heimes4c3eda32008-01-04 15:35:04 +0000519# End Source File
520# Begin Source File
521
Tim Petersff8505d2004-01-03 05:45:59 +0000522SOURCE=..\..\Objects\methodobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000523# End Source File
524# Begin Source File
525
Tim Peters28df74f2004-01-04 02:00:47 +0000526SOURCE=..\..\Modules\mmapmodule.c
527# End Source File
528# Begin Source File
529
Tim Petersff8505d2004-01-03 05:45:59 +0000530SOURCE=..\..\Python\modsupport.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000531# End Source File
532# Begin Source File
533
Tim Petersff8505d2004-01-03 05:45:59 +0000534SOURCE=..\..\Objects\moduleobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000535# End Source File
536# Begin Source File
537
Tim Petersff8505d2004-01-03 05:45:59 +0000538SOURCE=..\msvcrtmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000539# End Source File
540# Begin Source File
541
Tim Petersa70e6d82004-01-25 03:25:40 +0000542SOURCE=..\..\Modules\cjkcodecs\multibytecodec.c
543# End Source File
544# Begin Source File
545
Tim Petersff8505d2004-01-03 05:45:59 +0000546SOURCE=..\..\Parser\myreadline.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000547# End Source File
548# Begin Source File
549
Tim Petersff8505d2004-01-03 05:45:59 +0000550SOURCE=..\..\Python\mysnprintf.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000551# End Source File
552# Begin Source File
553
Tim Petersff8505d2004-01-03 05:45:59 +0000554SOURCE=..\..\Python\mystrtoul.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000555# End Source File
556# Begin Source File
557
Tim Petersff8505d2004-01-03 05:45:59 +0000558SOURCE=..\..\Parser\node.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000559# End Source File
560# Begin Source File
561
Tim Petersff8505d2004-01-03 05:45:59 +0000562SOURCE=..\..\Objects\object.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000563# End Source File
564# Begin Source File
565
Tim Petersff8505d2004-01-03 05:45:59 +0000566SOURCE=..\..\Objects\obmalloc.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000567# End Source File
568# Begin Source File
569
Tim Petersff8505d2004-01-03 05:45:59 +0000570SOURCE=..\..\Modules\operator.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000571# End Source File
572# Begin Source File
573
Tim Petersff8505d2004-01-03 05:45:59 +0000574SOURCE=..\..\Parser\parser.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000575# End Source File
576# Begin Source File
577
Tim Peters28df74f2004-01-04 02:00:47 +0000578SOURCE=..\..\Modules\parsermodule.c
579# End Source File
580# Begin Source File
581
Tim Petersff8505d2004-01-03 05:45:59 +0000582SOURCE=..\..\Parser\parsetok.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000583# End Source File
584# Begin Source File
585
Thomas Wouters89f507f2006-12-13 04:49:30 +0000586SOURCE=..\..\Python\peephole.c
587# End Source File
588# Begin Source File
589
Tim Petersff8505d2004-01-03 05:45:59 +0000590SOURCE=..\..\Modules\posixmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000591# End Source File
592# Begin Source File
593
Thomas Wouters89f507f2006-12-13 04:49:30 +0000594SOURCE=..\..\Python\pyarena.c
595# End Source File
596# Begin Source File
597
Eric Smith6dc46f52009-04-27 20:39:49 +0000598SOURCE=..\..\Python\pyctype.c
599# End Source File
600# Begin Source File
601
Tim Petersff8505d2004-01-03 05:45:59 +0000602SOURCE=..\..\Python\pyfpe.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000603# End Source File
604# Begin Source File
605
Christian Heimes53876d92008-04-19 00:31:39 +0000606SOURCE=..\..\Python\pymath.c
607# End Source File
608# Begin Source File
609
Tim Petersff8505d2004-01-03 05:45:59 +0000610SOURCE=..\..\Python\pystate.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000611# End Source File
612# Begin Source File
613
Christian Heimes4c3eda32008-01-04 15:35:04 +0000614SOURCE=..\..\Python\pystrcmp.c
615# End Source File
616# Begin Source File
617
Tim Peters2242fe82004-06-08 20:32:58 +0000618SOURCE=..\..\Python\pystrtod.c
619# End Source File
620# Begin Source File
621
Thomas Wouters89f507f2006-12-13 04:49:30 +0000622SOURCE="..\..\Python\Python-ast.c"
Martin v. Löwis203eec42004-01-02 21:15:07 +0000623# End Source File
624# Begin Source File
625
Thomas Wouters89f507f2006-12-13 04:49:30 +0000626SOURCE=..\python_nt.rc
Raymond Hettingerd56827c2005-10-23 04:47:13 +0000627# End Source File
628# Begin Source File
629
Tim Petersff8505d2004-01-03 05:45:59 +0000630SOURCE=..\..\Python\pythonrun.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000631# End Source File
632# Begin Source File
633
Tim Petersff8505d2004-01-03 05:45:59 +0000634SOURCE=..\..\Objects\rangeobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000635# End Source File
636# Begin Source File
637
Thomas Wouters89f507f2006-12-13 04:49:30 +0000638SOURCE=..\..\Modules\rotatingtree.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000639# End Source File
640# Begin Source File
641
Thomas Wouters89f507f2006-12-13 04:49:30 +0000642SOURCE=..\..\Objects\setobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000643# End Source File
644# Begin Source File
645
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000646SOURCE=..\..\Modules\sha1module.c
647# End Source File
648# Begin Source File
649
Raymond Hettinger94ac1972005-08-24 00:28:21 +0000650SOURCE=..\..\Modules\sha256module.c
651# End Source File
652# Begin Source File
653
654SOURCE=..\..\Modules\sha512module.c
655# End Source File
656# Begin Source File
657
Tim Petersff8505d2004-01-03 05:45:59 +0000658SOURCE=..\..\Modules\signalmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000659# End Source File
660# Begin Source File
661
Tim Petersff8505d2004-01-03 05:45:59 +0000662SOURCE=..\..\Objects\sliceobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000663# End Source File
664# Begin Source File
665
Hirokazu Yamamoto9e0804f2009-06-28 13:21:41 +0000666SOURCE=..\..\Modules\_io\stringio.c
667# End Source File
668# Begin Source File
669
Tim Petersff8505d2004-01-03 05:45:59 +0000670SOURCE=..\..\Python\structmember.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000671# End Source File
672# Begin Source File
673
Tim Petersff8505d2004-01-03 05:45:59 +0000674SOURCE=..\..\Objects\structseq.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000675# End Source File
676# Begin Source File
677
Tim Petersff8505d2004-01-03 05:45:59 +0000678SOURCE=..\..\Python\symtable.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000679# End Source File
680# Begin Source File
681
Tim Peters28df74f2004-01-04 02:00:47 +0000682SOURCE=..\..\Modules\symtablemodule.c
683# End Source File
684# Begin Source File
685
Tim Petersff8505d2004-01-03 05:45:59 +0000686SOURCE=..\..\Python\sysmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000687# End Source File
688# Begin Source File
689
Hirokazu Yamamoto9e0804f2009-06-28 13:21:41 +0000690SOURCE=..\..\Modules\_io\textio.c
691# End Source File
692# Begin Source File
693
Tim Petersff8505d2004-01-03 05:45:59 +0000694SOURCE=..\..\Python\thread.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000695# End Source File
696# Begin Source File
697
Tim Petersff8505d2004-01-03 05:45:59 +0000698SOURCE=..\..\Modules\timemodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000699# End Source File
700# Begin Source File
701
Tim Petersff8505d2004-01-03 05:45:59 +0000702SOURCE=..\..\Parser\tokenizer.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000703# End Source File
704# Begin Source File
705
Tim Petersff8505d2004-01-03 05:45:59 +0000706SOURCE=..\..\Python\traceback.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000707# End Source File
708# Begin Source File
709
Thomas Wouters89f507f2006-12-13 04:49:30 +0000710SOURCE=..\..\Modules\zlib\trees.c
711# End Source File
712# Begin Source File
713
Tim Petersff8505d2004-01-03 05:45:59 +0000714SOURCE=..\..\Objects\tupleobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000715# End Source File
716# Begin Source File
717
Tim Petersff8505d2004-01-03 05:45:59 +0000718SOURCE=..\..\Objects\typeobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000719# End Source File
720# Begin Source File
721
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000722SOURCE=..\..\Modules\zlib\uncompr.c
723# End Source File
724# Begin Source File
725
Tim Petersff8505d2004-01-03 05:45:59 +0000726SOURCE=..\..\Objects\unicodectype.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000727# End Source File
728# Begin Source File
729
Tim Petersff8505d2004-01-03 05:45:59 +0000730SOURCE=..\..\Objects\unicodeobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000731# End Source File
732# Begin Source File
733
Tim Petersff8505d2004-01-03 05:45:59 +0000734SOURCE=..\..\Objects\weakrefobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000735# End Source File
736# Begin Source File
737
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000738SOURCE=..\winreg.c
739# End Source File
740# Begin Source File
741
Tim Petersff8505d2004-01-03 05:45:59 +0000742SOURCE=..\..\Modules\xxsubtype.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000743# End Source File
744# Begin Source File
745
Tim Petersff8505d2004-01-03 05:45:59 +0000746SOURCE=..\..\Modules\zipimport.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000747# End Source File
Thomas Wouters89f507f2006-12-13 04:49:30 +0000748# Begin Source File
749
750SOURCE=..\..\Modules\zlibmodule.c
751# End Source File
752# Begin Source File
753
754SOURCE=..\..\Modules\zlib\zutil.c
755# End Source File
Martin v. Löwis203eec42004-01-02 21:15:07 +0000756# End Target
757# End Project