blob: 4aaeeefbc0d48bb54c63ef29291cb76429f7e1e1 [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
Hirokazu Yamamotoa2c97702010-11-02 13:21:31 +000046# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "Py_BUILD_CORE_MODULE" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
47# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\Include" /I ".." /I "..\..\modules\zlib" /D "Py_BUILD_CORE_MODULE" /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
Georg Brandl08a90122012-09-29 09:34:13 +020057# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python34.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
Hirokazu Yamamotoa2c97702010-11-02 13:21:31 +000074# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "Py_BUILD_CORE_MODULE" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
75# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\Include" /I ".." /I "..\..\modules\zlib" /D "Py_BUILD_CORE_MODULE" /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
Georg Brandl08a90122012-09-29 09:34:13 +020085# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python34_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
Hirokazu Yamamoto50e7cdb2010-09-09 06:08:36 +0000136SOURCE=..\..\Modules\_datetimemodule.c
137# End Source File
138# Begin Source File
139
Thomas Wouters89f507f2006-12-13 04:49:30 +0000140SOURCE=..\..\Modules\_functoolsmodule.c
141# End Source File
142# Begin Source File
143
Raymond Hettingere898d192004-04-27 04:52:47 +0000144SOURCE=..\..\Modules\_heapqmodule.c
Thomas Heller60247222004-04-22 18:30:17 +0000145# End Source File
146# Begin Source File
147
Alexandre Vassalotti8d8d6302009-04-04 19:58:40 +0000148SOURCE=..\..\Modules\_io\_iomodule.c
Benjamin Peterson4fa88fa2009-03-04 00:14:51 +0000149# End Source File
150# Begin Source File
151
Christian Heimes90540002008-05-08 14:29:10 +0000152SOURCE=..\..\Modules\_json.c
153# End Source File
154# Begin Source File
155
Tim Petersff8505d2004-01-03 05:45:59 +0000156SOURCE=..\..\Modules\_localemodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000157# End Source File
158# Begin Source File
159
Thomas Wouters89f507f2006-12-13 04:49:30 +0000160SOURCE=..\..\Modules\_lsprof.c
161# End Source File
162# Begin Source File
163
Mark Dickinson664b5112009-12-16 20:23:42 +0000164SOURCE=..\..\Modules\_math.c
165# End Source File
166# Begin Source File
167
Amaury Forgeot d'Arc9d865c92008-06-12 22:27:27 +0000168SOURCE=..\..\Modules\_pickle.c
169# End Source File
170# Begin Source File
171
Tim Petersff8505d2004-01-03 05:45:59 +0000172SOURCE=..\..\Modules\_randommodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000173# End Source File
174# Begin Source File
175
Tim Peters28df74f2004-01-04 02:00:47 +0000176SOURCE=..\..\Modules\_sre.c
177# End Source File
178# Begin Source File
179
Thomas Wouters89f507f2006-12-13 04:49:30 +0000180SOURCE=..\..\Modules\_struct.c
181# End Source File
182# Begin Source File
183
Martin v. Löwis919637a2004-10-15 04:27:51 +0000184SOURCE=..\..\PC\_subprocess.c
185# End Source File
186# Begin Source File
187
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000188SOURCE=..\..\Modules\_threadmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000189# End Source File
190# Begin Source File
191
Hirokazu Yamamoto50e7cdb2010-09-09 06:08:36 +0000192SOURCE=..\..\Modules\_time.c
193# End Source File
194# Begin Source File
195
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000196SOURCE=..\..\Python\_warnings.c
197# End Source File
198# Begin Source File
199
200SOURCE=..\..\Modules\_weakref.c
Tim Peters28df74f2004-01-04 02:00:47 +0000201# End Source File
202# Begin Source File
203
Tim Petersff8505d2004-01-03 05:45:59 +0000204SOURCE=..\..\Objects\abstract.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000205# End Source File
206# Begin Source File
207
Antoine Pitroueeb7eea2011-10-06 18:57:27 +0200208SOURCE=..\..\Objects\accu.c
209# End Source File
210# Begin Source File
211
Tim Petersff8505d2004-01-03 05:45:59 +0000212SOURCE=..\..\Parser\acceler.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000213# End Source File
214# Begin Source File
215
Thomas Wouters89f507f2006-12-13 04:49:30 +0000216SOURCE=..\..\Modules\zlib\adler32.c
217# End Source File
218# Begin Source File
219
Tim Petersff8505d2004-01-03 05:45:59 +0000220SOURCE=..\..\Modules\arraymodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000221# End Source File
222# Begin Source File
223
Raymond Hettingerd56827c2005-10-23 04:47:13 +0000224SOURCE=..\..\Python\asdl.c
225# End Source File
226# Begin Source File
227
228SOURCE=..\..\Python\ast.c
229# End Source File
230# Begin Source File
231
Christian Heimes4c3eda32008-01-04 15:35:04 +0000232SOURCE=..\..\Modules\atexitmodule.c
233# End Source File
234# Begin Source File
235
Tim Petersff8505d2004-01-03 05:45:59 +0000236SOURCE=..\..\Modules\audioop.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000237# End Source File
238# Begin Source File
239
Tim Petersff8505d2004-01-03 05:45:59 +0000240SOURCE=..\..\Modules\binascii.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000241# End Source File
242# Begin Source File
243
Tim Petersff8505d2004-01-03 05:45:59 +0000244SOURCE=..\..\Parser\bitset.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000245# End Source File
246# Begin Source File
247
Tim Petersff8505d2004-01-03 05:45:59 +0000248SOURCE=..\..\Python\bltinmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000249# End Source File
250# Begin Source File
251
Tim Petersff8505d2004-01-03 05:45:59 +0000252SOURCE=..\..\Objects\boolobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000253# End Source File
254# Begin Source File
255
Hirokazu Yamamoto9e0804f2009-06-28 13:21:41 +0000256SOURCE=..\..\Modules\_io\bufferedio.c
257# End Source File
258# Begin Source File
259
Amaury Forgeot d'Arc3d17a5c2008-06-13 01:09:34 +0000260SOURCE=..\..\Objects\bytearrayobject.c
261# End Source File
262# Begin Source File
263
Christian Heimes4c3eda32008-01-04 15:35:04 +0000264SOURCE=..\..\Objects\bytes_methods.c
265# End Source File
266# Begin Source File
267
Hirokazu Yamamoto9e0804f2009-06-28 13:21:41 +0000268SOURCE=..\..\Modules\_io\bytesio.c
269# End Source File
270# Begin Source File
271
Christian Heimes4c3eda32008-01-04 15:35:04 +0000272SOURCE=..\..\Objects\bytesobject.c
273# End Source File
274# Begin Source File
275
Hirokazu Yamamoto0a072852009-05-06 04:02:39 +0000276SOURCE=..\..\Objects\capsule.c
277# End Source File
278# Begin Source File
279
Tim Petersff8505d2004-01-03 05:45:59 +0000280SOURCE=..\..\Objects\cellobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000281# End Source File
282# Begin Source File
283
Tim Petersff8505d2004-01-03 05:45:59 +0000284SOURCE=..\..\Python\ceval.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000285# End Source File
286# Begin Source File
287
Tim Petersff8505d2004-01-03 05:45:59 +0000288SOURCE=..\..\Objects\classobject.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=..\..\Modules\cmathmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000293# End Source File
294# Begin Source File
295
Tim Petersff8505d2004-01-03 05:45:59 +0000296SOURCE=..\..\Python\codecs.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000297# End Source File
298# Begin Source File
299
Raymond Hettingerd56827c2005-10-23 04:47:13 +0000300SOURCE=..\..\Objects\codeobject.c
301# End Source File
302# Begin Source File
303
Tim Petersff8505d2004-01-03 05:45:59 +0000304SOURCE=..\..\Python\compile.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000305# End Source File
306# Begin Source File
307
Tim Petersff8505d2004-01-03 05:45:59 +0000308SOURCE=..\..\Objects\complexobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000309# End Source File
310# Begin Source File
311
Thomas Wouters89f507f2006-12-13 04:49:30 +0000312SOURCE=..\..\Modules\zlib\compress.c
313# End Source File
314# Begin Source File
315
Tim Petersff8505d2004-01-03 05:45:59 +0000316SOURCE=..\config.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000317# End Source File
318# Begin Source File
319
Thomas Wouters89f507f2006-12-13 04:49:30 +0000320SOURCE=..\..\Modules\zlib\crc32.c
321# End Source File
322# Begin Source File
323
Hirokazu Yamamoto50e7cdb2010-09-09 06:08:36 +0000324SOURCE=..\..\Python\dynamic_annotations.c
Tim Peters28df74f2004-01-04 02:00:47 +0000325# End Source File
326# Begin Source File
327
Thomas Wouters89f507f2006-12-13 04:49:30 +0000328SOURCE=..\..\Modules\zlib\deflate.c
329# End Source File
330# Begin Source File
331
Tim Petersff8505d2004-01-03 05:45:59 +0000332SOURCE=..\..\Objects\descrobject.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\dictobject.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=..\dl_nt.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000341# End Source File
342# Begin Source File
343
Hirokazu Yamamotof4981132009-04-18 13:10:51 +0000344SOURCE=..\..\Python\dtoa.c
345# End Source File
346# Begin Source File
347
Tim Petersff8505d2004-01-03 05:45:59 +0000348SOURCE=..\..\Python\dynload_win.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000349# End Source File
350# Begin Source File
351
Tim Petersff8505d2004-01-03 05:45:59 +0000352SOURCE=..\..\Objects\enumobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000353# End Source File
354# Begin Source File
355
Tim Petersff8505d2004-01-03 05:45:59 +0000356SOURCE=..\..\Modules\errnomodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000357# End Source File
358# Begin Source File
359
Tim Petersff8505d2004-01-03 05:45:59 +0000360SOURCE=..\..\Python\errors.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000361# End Source File
362# Begin Source File
363
Thomas Wouters89f507f2006-12-13 04:49:30 +0000364SOURCE=..\..\Objects\exceptions.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000365# End Source File
366# Begin Source File
367
Hirokazu Yamamoto9e0804f2009-06-28 13:21:41 +0000368SOURCE=..\..\Modules\_io\fileio.c
369# End Source File
370# Begin Source File
371
Tim Petersff8505d2004-01-03 05:45:59 +0000372SOURCE=..\..\Objects\fileobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000373# End Source File
374# Begin Source File
375
Hirokazu Yamamotoe75bc2c2010-10-08 08:46:30 +0000376SOURCE=..\..\Python\fileutils.c
377# End Source File
378# Begin Source File
379
Christian Heimes4c3eda32008-01-04 15:35:04 +0000380SOURCE=..\..\Parser\firstsets.c
381# End Source File
382# Begin Source File
383
Tim Petersff8505d2004-01-03 05:45:59 +0000384SOURCE=..\..\Objects\floatobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000385# End Source File
386# Begin Source File
387
Christian Heimes7131fd92008-02-19 14:21:46 +0000388SOURCE=..\..\Python\formatter_unicode.c
389# End Source File
390# Begin Source File
391
Tim Petersff8505d2004-01-03 05:45:59 +0000392SOURCE=..\..\Objects\frameobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000393# End Source File
394# Begin Source File
395
Tim Petersff8505d2004-01-03 05:45:59 +0000396SOURCE=..\..\Python\frozen.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=..\..\Objects\funcobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000401# End Source File
402# Begin Source File
403
Tim Petersff8505d2004-01-03 05:45:59 +0000404SOURCE=..\..\Python\future.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000405# End Source File
406# Begin Source File
407
Tim Petersff8505d2004-01-03 05:45:59 +0000408SOURCE=..\..\Modules\gcmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000409# End Source File
410# Begin Source File
411
Raymond Hettinger19a02ec2004-06-01 16:29:57 +0000412SOURCE=..\..\Objects\genobject.c
413# End Source File
414# Begin Source File
415
Tim Petersff8505d2004-01-03 05:45:59 +0000416SOURCE=..\..\Python\getargs.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000417# End Source File
418# Begin Source File
419
Tim Petersff8505d2004-01-03 05:45:59 +0000420SOURCE=..\..\Modules\getbuildinfo.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000421# ADD CPP /D BUILD=46
422# End Source File
423# Begin Source File
424
Tim Petersff8505d2004-01-03 05:45:59 +0000425SOURCE=..\..\Python\getcompiler.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\getcopyright.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000430# End Source File
431# Begin Source File
432
Tim Petersff8505d2004-01-03 05:45:59 +0000433SOURCE=..\..\Python\getopt.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000434# End Source File
435# Begin Source File
436
Tim Petersff8505d2004-01-03 05:45:59 +0000437SOURCE=..\getpathp.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000438# End Source File
439# Begin Source File
440
Tim Petersff8505d2004-01-03 05:45:59 +0000441SOURCE=..\..\Python\getplatform.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000442# End Source File
443# Begin Source File
444
Tim Petersff8505d2004-01-03 05:45:59 +0000445SOURCE=..\..\Python\getversion.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=..\..\Python\graminit.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000450# End Source File
451# Begin Source File
452
Christian Heimes4c3eda32008-01-04 15:35:04 +0000453SOURCE=..\..\Parser\grammar.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000454# End Source File
455# Begin Source File
456
Christian Heimes4c3eda32008-01-04 15:35:04 +0000457SOURCE=..\..\Parser\grammar1.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000458# End Source File
459# Begin Source File
460
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000461SOURCE=..\..\Modules\zlib\gzio.c
462# End Source File
463# Begin Source File
464
Tim Petersff8505d2004-01-03 05:45:59 +0000465SOURCE=..\..\Python\import.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000466# End Source File
467# Begin Source File
468
Tim Petersff8505d2004-01-03 05:45:59 +0000469SOURCE=..\..\Python\importdl.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000470# End Source File
471# Begin Source File
472
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000473SOURCE=..\..\Modules\zlib\infback.c
474# End Source File
475# Begin Source File
476
Thomas Wouters89f507f2006-12-13 04:49:30 +0000477SOURCE=..\..\Modules\zlib\inffast.c
478# End Source File
479# Begin Source File
480
481SOURCE=..\..\Modules\zlib\inflate.c
482# End Source File
483# Begin Source File
484
485SOURCE=..\..\Modules\zlib\inftrees.c
486# End Source File
487# Begin Source File
488
Hirokazu Yamamoto9e0804f2009-06-28 13:21:41 +0000489SOURCE=..\..\Modules\_io\iobase.c
490# End Source File
491# Begin Source File
492
Tim Petersff8505d2004-01-03 05:45:59 +0000493SOURCE=..\..\Objects\iterobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000494# End Source File
495# Begin Source File
496
Tim Petersff8505d2004-01-03 05:45:59 +0000497SOURCE=..\..\Modules\itertoolsmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000498# End Source File
499# Begin Source File
500
Tim Petersff8505d2004-01-03 05:45:59 +0000501SOURCE=..\..\Parser\listnode.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000502# End Source File
503# Begin Source File
504
Tim Petersff8505d2004-01-03 05:45:59 +0000505SOURCE=..\..\Objects\listobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000506# End Source File
507# Begin Source File
508
Tim Petersff8505d2004-01-03 05:45:59 +0000509SOURCE=..\..\Objects\longobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000510# End Source File
511# Begin Source File
512
Tim Petersff8505d2004-01-03 05:45:59 +0000513SOURCE=..\..\Modules\main.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000514# End Source File
515# Begin Source File
516
Tim Petersff8505d2004-01-03 05:45:59 +0000517SOURCE=..\..\Python\marshal.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000518# End Source File
519# Begin Source File
520
Tim Petersff8505d2004-01-03 05:45:59 +0000521SOURCE=..\..\Modules\mathmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000522# End Source File
523# Begin Source File
524
Tim Petersff8505d2004-01-03 05:45:59 +0000525SOURCE=..\..\Modules\md5module.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000526# End Source File
527# Begin Source File
528
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000529SOURCE=..\..\Objects\memoryobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000530# End Source File
531# Begin Source File
532
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000533SOURCE=..\..\Parser\metagrammar.c
Christian Heimes4c3eda32008-01-04 15:35:04 +0000534# End Source File
535# Begin Source File
536
Tim Petersff8505d2004-01-03 05:45:59 +0000537SOURCE=..\..\Objects\methodobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000538# End Source File
539# Begin Source File
540
Tim Peters28df74f2004-01-04 02:00:47 +0000541SOURCE=..\..\Modules\mmapmodule.c
542# End Source File
543# Begin Source File
544
Tim Petersff8505d2004-01-03 05:45:59 +0000545SOURCE=..\..\Python\modsupport.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000546# End Source File
547# Begin Source File
548
Tim Petersff8505d2004-01-03 05:45:59 +0000549SOURCE=..\..\Objects\moduleobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000550# End Source File
551# Begin Source File
552
Tim Petersff8505d2004-01-03 05:45:59 +0000553SOURCE=..\msvcrtmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000554# End Source File
555# Begin Source File
556
Tim Petersa70e6d82004-01-25 03:25:40 +0000557SOURCE=..\..\Modules\cjkcodecs\multibytecodec.c
558# End Source File
559# Begin Source File
560
Tim Petersff8505d2004-01-03 05:45:59 +0000561SOURCE=..\..\Parser\myreadline.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000562# End Source File
563# Begin Source File
564
Tim Petersff8505d2004-01-03 05:45:59 +0000565SOURCE=..\..\Python\mysnprintf.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000566# End Source File
567# Begin Source File
568
Tim Petersff8505d2004-01-03 05:45:59 +0000569SOURCE=..\..\Python\mystrtoul.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000570# End Source File
571# Begin Source File
572
Tim Petersff8505d2004-01-03 05:45:59 +0000573SOURCE=..\..\Parser\node.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000574# End Source File
575# Begin Source File
576
Tim Petersff8505d2004-01-03 05:45:59 +0000577SOURCE=..\..\Objects\object.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000578# End Source File
579# Begin Source File
580
Tim Petersff8505d2004-01-03 05:45:59 +0000581SOURCE=..\..\Objects\obmalloc.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000582# End Source File
583# Begin Source File
584
Tim Petersff8505d2004-01-03 05:45:59 +0000585SOURCE=..\..\Modules\operator.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000586# End Source File
587# Begin Source File
588
Tim Petersff8505d2004-01-03 05:45:59 +0000589SOURCE=..\..\Parser\parser.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000590# End Source File
591# Begin Source File
592
Tim Peters28df74f2004-01-04 02:00:47 +0000593SOURCE=..\..\Modules\parsermodule.c
594# End Source File
595# Begin Source File
596
Tim Petersff8505d2004-01-03 05:45:59 +0000597SOURCE=..\..\Parser\parsetok.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000598# End Source File
599# Begin Source File
600
Thomas Wouters89f507f2006-12-13 04:49:30 +0000601SOURCE=..\..\Python\peephole.c
602# End Source File
603# Begin Source File
604
Tim Petersff8505d2004-01-03 05:45:59 +0000605SOURCE=..\..\Modules\posixmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000606# End Source File
607# Begin Source File
608
Thomas Wouters89f507f2006-12-13 04:49:30 +0000609SOURCE=..\..\Python\pyarena.c
610# End Source File
611# Begin Source File
612
Eric Smith6dc46f52009-04-27 20:39:49 +0000613SOURCE=..\..\Python\pyctype.c
614# End Source File
615# Begin Source File
616
Tim Petersff8505d2004-01-03 05:45:59 +0000617SOURCE=..\..\Python\pyfpe.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000618# End Source File
619# Begin Source File
620
Christian Heimes53876d92008-04-19 00:31:39 +0000621SOURCE=..\..\Python\pymath.c
622# End Source File
623# Begin Source File
624
Tim Petersff8505d2004-01-03 05:45:59 +0000625SOURCE=..\..\Python\pystate.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000626# End Source File
627# Begin Source File
628
Christian Heimes4c3eda32008-01-04 15:35:04 +0000629SOURCE=..\..\Python\pystrcmp.c
630# End Source File
631# Begin Source File
632
Tim Peters2242fe82004-06-08 20:32:58 +0000633SOURCE=..\..\Python\pystrtod.c
634# End Source File
635# Begin Source File
636
Thomas Wouters89f507f2006-12-13 04:49:30 +0000637SOURCE="..\..\Python\Python-ast.c"
Martin v. Löwis203eec42004-01-02 21:15:07 +0000638# End Source File
639# Begin Source File
640
Thomas Wouters89f507f2006-12-13 04:49:30 +0000641SOURCE=..\python_nt.rc
Raymond Hettingerd56827c2005-10-23 04:47:13 +0000642# End Source File
643# Begin Source File
644
Tim Petersff8505d2004-01-03 05:45:59 +0000645SOURCE=..\..\Python\pythonrun.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000646# End Source File
647# Begin Source File
648
Hirokazu Yamamoto50e7cdb2010-09-09 06:08:36 +0000649SOURCE=..\..\Python\pytime.c
650# End Source File
651# Begin Source File
652
Amaury Forgeot d'Arca9d33a22012-04-13 02:14:28 +0200653SOURCE=..\..\Python\random.c
654# End Source File
655# Begin Source File
656
Tim Petersff8505d2004-01-03 05:45:59 +0000657SOURCE=..\..\Objects\rangeobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000658# End Source File
659# Begin Source File
660
Thomas Wouters89f507f2006-12-13 04:49:30 +0000661SOURCE=..\..\Modules\rotatingtree.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000662# End Source File
663# Begin Source File
664
Thomas Wouters89f507f2006-12-13 04:49:30 +0000665SOURCE=..\..\Objects\setobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000666# End Source File
667# Begin Source File
668
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000669SOURCE=..\..\Modules\sha1module.c
670# End Source File
671# Begin Source File
672
Raymond Hettinger94ac1972005-08-24 00:28:21 +0000673SOURCE=..\..\Modules\sha256module.c
674# End Source File
675# Begin Source File
676
677SOURCE=..\..\Modules\sha512module.c
678# End Source File
679# Begin Source File
680
Tim Petersff8505d2004-01-03 05:45:59 +0000681SOURCE=..\..\Modules\signalmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000682# End Source File
683# Begin Source File
684
Tim Petersff8505d2004-01-03 05:45:59 +0000685SOURCE=..\..\Objects\sliceobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000686# End Source File
687# Begin Source File
688
Hirokazu Yamamoto9e0804f2009-06-28 13:21:41 +0000689SOURCE=..\..\Modules\_io\stringio.c
690# End Source File
691# Begin Source File
692
Tim Petersff8505d2004-01-03 05:45:59 +0000693SOURCE=..\..\Python\structmember.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000694# End Source File
695# Begin Source File
696
Tim Petersff8505d2004-01-03 05:45:59 +0000697SOURCE=..\..\Objects\structseq.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000698# End Source File
699# Begin Source File
700
Tim Petersff8505d2004-01-03 05:45:59 +0000701SOURCE=..\..\Python\symtable.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000702# End Source File
703# Begin Source File
704
Tim Peters28df74f2004-01-04 02:00:47 +0000705SOURCE=..\..\Modules\symtablemodule.c
706# End Source File
707# Begin Source File
708
Tim Petersff8505d2004-01-03 05:45:59 +0000709SOURCE=..\..\Python\sysmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000710# End Source File
711# Begin Source File
712
Hirokazu Yamamoto9e0804f2009-06-28 13:21:41 +0000713SOURCE=..\..\Modules\_io\textio.c
714# End Source File
715# Begin Source File
716
Tim Petersff8505d2004-01-03 05:45:59 +0000717SOURCE=..\..\Python\thread.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000718# End Source File
719# Begin Source File
720
Tim Petersff8505d2004-01-03 05:45:59 +0000721SOURCE=..\..\Modules\timemodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000722# End Source File
723# Begin Source File
724
Tim Petersff8505d2004-01-03 05:45:59 +0000725SOURCE=..\..\Parser\tokenizer.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000726# End Source File
727# Begin Source File
728
Tim Petersff8505d2004-01-03 05:45:59 +0000729SOURCE=..\..\Python\traceback.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000730# End Source File
731# Begin Source File
732
Thomas Wouters89f507f2006-12-13 04:49:30 +0000733SOURCE=..\..\Modules\zlib\trees.c
734# End Source File
735# Begin Source File
736
Tim Petersff8505d2004-01-03 05:45:59 +0000737SOURCE=..\..\Objects\tupleobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000738# End Source File
739# Begin Source File
740
Tim Petersff8505d2004-01-03 05:45:59 +0000741SOURCE=..\..\Objects\typeobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000742# End Source File
743# Begin Source File
744
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000745SOURCE=..\..\Modules\zlib\uncompr.c
746# End Source File
747# Begin Source File
748
Tim Petersff8505d2004-01-03 05:45:59 +0000749SOURCE=..\..\Objects\unicodectype.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000750# End Source File
751# Begin Source File
752
Tim Petersff8505d2004-01-03 05:45:59 +0000753SOURCE=..\..\Objects\unicodeobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000754# End Source File
755# Begin Source File
756
Tim Petersff8505d2004-01-03 05:45:59 +0000757SOURCE=..\..\Objects\weakrefobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000758# End Source File
759# Begin Source File
760
Hirokazu Yamamoto0255f0e2008-08-14 01:40:45 +0000761SOURCE=..\winreg.c
762# End Source File
763# Begin Source File
764
Tim Petersff8505d2004-01-03 05:45:59 +0000765SOURCE=..\..\Modules\xxsubtype.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000766# End Source File
767# Begin Source File
768
Tim Petersff8505d2004-01-03 05:45:59 +0000769SOURCE=..\..\Modules\zipimport.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000770# End Source File
Thomas Wouters89f507f2006-12-13 04:49:30 +0000771# Begin Source File
772
773SOURCE=..\..\Modules\zlibmodule.c
774# End Source File
775# Begin Source File
776
777SOURCE=..\..\Modules\zlib\zutil.c
778# End Source File
Martin v. Löwis203eec42004-01-02 21:15:07 +0000779# End Target
780# End Project