blob: ca504d644aef7f1ad0d8fa3aceb9ed59758cfc96 [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
Martin v. Löwisc9e82f62006-10-15 07:54:40 +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öwisc9e82f62006-10-15 07:54:40 +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:"./python26.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
Martin v. Löwisc9e82f62006-10-15 07:54:40 +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öwisc9e82f62006-10-15 07:54:40 +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:"./python26_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
Tim Peters28df74f2004-01-04 02:00:47 +0000128SOURCE=..\..\Modules\_csv.c
129# End Source File
130# Begin Source File
131
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000132SOURCE=..\..\Modules\_functoolsmodule.c
133# End Source File
134# Begin Source File
135
Raymond Hettingere898d192004-04-27 04:52:47 +0000136SOURCE=..\..\Modules\_heapqmodule.c
Thomas Heller60247222004-04-22 18:30:17 +0000137# End Source File
138# Begin Source File
139
Tim Petersff8505d2004-01-03 05:45:59 +0000140SOURCE=..\..\Modules\_hotshot.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000141# End Source File
142# Begin Source File
143
Tim Petersff8505d2004-01-03 05:45:59 +0000144SOURCE=..\..\Modules\_localemodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000145# End Source File
146# Begin Source File
147
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000148SOURCE=..\..\Modules\_lsprof.c
149# End Source File
150# Begin Source File
151
Tim Petersff8505d2004-01-03 05:45:59 +0000152SOURCE=..\..\Modules\_randommodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000153# End Source File
154# Begin Source File
155
Tim Peters28df74f2004-01-04 02:00:47 +0000156SOURCE=..\..\Modules\_sre.c
157# End Source File
158# Begin Source File
159
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000160SOURCE=..\..\Modules\_struct.c
161# End Source File
162# Begin Source File
163
Martin v. Löwis919637a2004-10-15 04:27:51 +0000164SOURCE=..\..\PC\_subprocess.c
165# End Source File
166# Begin Source File
167
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000168SOURCE=..\..\Modules\_typesmodule.c
169# End Source File
170# Begin Source File
171
Tim Petersff8505d2004-01-03 05:45:59 +0000172SOURCE=..\..\Modules\_weakref.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=..\_winreg.c
177# End Source File
178# Begin Source File
179
Tim Petersff8505d2004-01-03 05:45:59 +0000180SOURCE=..\..\Objects\abstract.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000181# End Source File
182# Begin Source File
183
Tim Petersff8505d2004-01-03 05:45:59 +0000184SOURCE=..\..\Parser\acceler.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000185# End Source File
186# Begin Source File
187
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000188SOURCE=..\..\Modules\zlib\adler32.c
189# End Source File
190# Begin Source File
191
Tim Petersff8505d2004-01-03 05:45:59 +0000192SOURCE=..\..\Modules\arraymodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000193# End Source File
194# Begin Source File
195
Raymond Hettingerd56827c2005-10-23 04:47:13 +0000196SOURCE=..\..\Python\asdl.c
197# End Source File
198# Begin Source File
199
200SOURCE=..\..\Python\ast.c
201# End Source File
202# Begin Source File
203
Tim Petersff8505d2004-01-03 05:45:59 +0000204SOURCE=..\..\Modules\audioop.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000205# End Source File
206# Begin Source File
207
Tim Petersff8505d2004-01-03 05:45:59 +0000208SOURCE=..\..\Modules\binascii.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000209# End Source File
210# Begin Source File
211
Tim Petersff8505d2004-01-03 05:45:59 +0000212SOURCE=..\..\Parser\bitset.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000213# End Source File
214# Begin Source File
215
Tim Petersff8505d2004-01-03 05:45:59 +0000216SOURCE=..\..\Python\bltinmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000217# End Source File
218# Begin Source File
219
Tim Petersff8505d2004-01-03 05:45:59 +0000220SOURCE=..\..\Objects\boolobject.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=..\..\Objects\bufferobject.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=..\..\Objects\cellobject.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\ceval.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\classobject.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\cmathmodule.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=..\..\Objects\cobject.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\codecs.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000249# End Source File
250# Begin Source File
251
Raymond Hettingerd56827c2005-10-23 04:47:13 +0000252SOURCE=..\..\Objects\codeobject.c
253# End Source File
254# Begin Source File
255
Raymond Hettinger756b3f32004-01-29 06:37:52 +0000256SOURCE=..\..\Modules\collectionsmodule.c
257# End Source File
258# Begin Source File
259
Tim Petersff8505d2004-01-03 05:45:59 +0000260SOURCE=..\..\Python\compile.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000261# End Source File
262# Begin Source File
263
Tim Petersff8505d2004-01-03 05:45:59 +0000264SOURCE=..\..\Objects\complexobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000265# End Source File
266# Begin Source File
267
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000268SOURCE=..\..\Modules\zlib\compress.c
269# End Source File
270# Begin Source File
271
Tim Petersff8505d2004-01-03 05:45:59 +0000272SOURCE=..\config.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\cPickle.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000277# End Source File
278# Begin Source File
279
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000280SOURCE=..\..\Modules\zlib\crc32.c
281# End Source File
282# Begin Source File
283
Tim Petersff8505d2004-01-03 05:45:59 +0000284SOURCE=..\..\Modules\cStringIO.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000285# End Source File
286# Begin Source File
287
Tim Peters28df74f2004-01-04 02:00:47 +0000288SOURCE=..\..\Modules\datetimemodule.c
289# End Source File
290# Begin Source File
291
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000292SOURCE=..\..\Modules\zlib\deflate.c
293# End Source File
294# Begin Source File
295
Tim Petersff8505d2004-01-03 05:45:59 +0000296SOURCE=..\..\Objects\descrobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000297# End Source File
298# Begin Source File
299
Tim Petersff8505d2004-01-03 05:45:59 +0000300SOURCE=..\..\Objects\dictobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000301# End Source File
302# Begin Source File
303
Tim Petersff8505d2004-01-03 05:45:59 +0000304SOURCE=..\dl_nt.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=..\..\Python\dynload_win.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000309# End Source File
310# Begin Source File
311
Tim Petersff8505d2004-01-03 05:45:59 +0000312SOURCE=..\..\Objects\enumobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000313# End Source File
314# Begin Source File
315
Tim Petersff8505d2004-01-03 05:45:59 +0000316SOURCE=..\..\Modules\errnomodule.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=..\..\Python\errors.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000321# End Source File
322# Begin Source File
323
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000324SOURCE=..\..\Objects\exceptions.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000325# End Source File
326# Begin Source File
327
Tim Petersff8505d2004-01-03 05:45:59 +0000328SOURCE=..\..\Objects\fileobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000329# End Source File
330# Begin Source File
331
Tim Petersff8505d2004-01-03 05:45:59 +0000332SOURCE=..\..\Objects\floatobject.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\frameobject.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=..\..\Python\frozen.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=..\..\Objects\funcobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000345# End Source File
346# Begin Source File
347
Tim Petersff8505d2004-01-03 05:45:59 +0000348SOURCE=..\..\Python\future.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=..\..\Modules\gcmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000353# End Source File
354# Begin Source File
355
Raymond Hettinger19a02ec2004-06-01 16:29:57 +0000356SOURCE=..\..\Objects\genobject.c
357# End Source File
358# Begin Source File
359
Tim Petersff8505d2004-01-03 05:45:59 +0000360SOURCE=..\..\Python\getargs.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000361# End Source File
362# Begin Source File
363
Tim Petersff8505d2004-01-03 05:45:59 +0000364SOURCE=..\..\Modules\getbuildinfo.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000365# ADD CPP /D BUILD=46
366# End Source File
367# Begin Source File
368
Tim Petersff8505d2004-01-03 05:45:59 +0000369SOURCE=..\..\Python\getcompiler.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000370# End Source File
371# Begin Source File
372
Tim Petersff8505d2004-01-03 05:45:59 +0000373SOURCE=..\..\Python\getcopyright.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000374# End Source File
375# Begin Source File
376
Tim Petersff8505d2004-01-03 05:45:59 +0000377SOURCE=..\..\Python\getmtime.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000378# End Source File
379# Begin Source File
380
Tim Petersff8505d2004-01-03 05:45:59 +0000381SOURCE=..\..\Python\getopt.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000382# End Source File
383# Begin Source File
384
Tim Petersff8505d2004-01-03 05:45:59 +0000385SOURCE=..\getpathp.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000386# End Source File
387# Begin Source File
388
Tim Petersff8505d2004-01-03 05:45:59 +0000389SOURCE=..\..\Python\getplatform.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000390# End Source File
391# Begin Source File
392
Tim Petersff8505d2004-01-03 05:45:59 +0000393SOURCE=..\..\Python\getversion.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000394# End Source File
395# Begin Source File
396
Tim Petersff8505d2004-01-03 05:45:59 +0000397SOURCE=..\..\Python\graminit.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000398# End Source File
399# Begin Source File
400
Tim Petersff8505d2004-01-03 05:45:59 +0000401SOURCE=..\..\Parser\grammar1.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000402# End Source File
403# Begin Source File
404
Tim Petersff8505d2004-01-03 05:45:59 +0000405SOURCE=..\..\Modules\imageop.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\import.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=..\import_nt.c
414# ADD CPP /I "..\..\Python"
Martin v. Löwis203eec42004-01-02 21:15:07 +0000415# End Source File
416# Begin Source File
417
Tim Petersff8505d2004-01-03 05:45:59 +0000418SOURCE=..\..\Python\importdl.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000419# End Source File
420# Begin Source File
421
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000422SOURCE=..\..\Modules\zlib\inffast.c
423# End Source File
424# Begin Source File
425
426SOURCE=..\..\Modules\zlib\inflate.c
427# End Source File
428# Begin Source File
429
430SOURCE=..\..\Modules\zlib\inftrees.c
431# End Source File
432# Begin Source File
433
Tim Petersff8505d2004-01-03 05:45:59 +0000434SOURCE=..\..\Objects\intobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000435# End Source File
436# Begin Source File
437
Tim Petersff8505d2004-01-03 05:45:59 +0000438SOURCE=..\..\Objects\iterobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000439# End Source File
440# Begin Source File
441
Tim Petersff8505d2004-01-03 05:45:59 +0000442SOURCE=..\..\Modules\itertoolsmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000443# End Source File
444# Begin Source File
445
Tim Petersff8505d2004-01-03 05:45:59 +0000446SOURCE=..\..\Parser\listnode.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000447# End Source File
448# Begin Source File
449
Tim Petersff8505d2004-01-03 05:45:59 +0000450SOURCE=..\..\Objects\listobject.c
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=..\..\Objects\longobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000455# End Source File
456# Begin Source File
457
Tim Petersff8505d2004-01-03 05:45:59 +0000458SOURCE=..\..\Modules\main.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000459# End Source File
460# Begin Source File
461
Tim Petersff8505d2004-01-03 05:45:59 +0000462SOURCE=..\..\Python\marshal.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000463# End Source File
464# Begin Source File
465
Tim Petersff8505d2004-01-03 05:45:59 +0000466SOURCE=..\..\Modules\mathmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000467# End Source File
468# Begin Source File
469
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000470SOURCE=..\..\Modules\md5.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000471# End Source File
472# Begin Source File
473
Tim Petersff8505d2004-01-03 05:45:59 +0000474SOURCE=..\..\Modules\md5module.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000475# End Source File
476# Begin Source File
477
Tim Petersff8505d2004-01-03 05:45:59 +0000478SOURCE=..\..\Parser\metagrammar.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=..\..\Objects\methodobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000483# End Source File
484# Begin Source File
485
Tim Peters28df74f2004-01-04 02:00:47 +0000486SOURCE=..\..\Modules\mmapmodule.c
487# End Source File
488# Begin Source File
489
Tim Petersff8505d2004-01-03 05:45:59 +0000490SOURCE=..\..\Python\modsupport.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\moduleobject.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=..\msvcrtmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000499# End Source File
500# Begin Source File
501
Tim Petersa70e6d82004-01-25 03:25:40 +0000502SOURCE=..\..\Modules\cjkcodecs\multibytecodec.c
503# End Source File
504# Begin Source File
505
Tim Petersff8505d2004-01-03 05:45:59 +0000506SOURCE=..\..\Parser\myreadline.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=..\..\Python\mysnprintf.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000511# End Source File
512# Begin Source File
513
Tim Petersff8505d2004-01-03 05:45:59 +0000514SOURCE=..\..\Python\mystrtoul.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000515# End Source File
516# Begin Source File
517
Tim Petersff8505d2004-01-03 05:45:59 +0000518SOURCE=..\..\Parser\node.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000519# End Source File
520# Begin Source File
521
Tim Petersff8505d2004-01-03 05:45:59 +0000522SOURCE=..\..\Objects\object.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000523# End Source File
524# Begin Source File
525
Tim Petersff8505d2004-01-03 05:45:59 +0000526SOURCE=..\..\Objects\obmalloc.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000527# End Source File
528# Begin Source File
529
Tim Petersff8505d2004-01-03 05:45:59 +0000530SOURCE=..\..\Modules\operator.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=..\..\Parser\parser.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000535# End Source File
536# Begin Source File
537
Tim Peters28df74f2004-01-04 02:00:47 +0000538SOURCE=..\..\Modules\parsermodule.c
539# End Source File
540# Begin Source File
541
Tim Petersff8505d2004-01-03 05:45:59 +0000542SOURCE=..\..\Parser\parsetok.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000543# End Source File
544# Begin Source File
545
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000546SOURCE=..\..\Python\peephole.c
547# End Source File
548# Begin Source File
549
Tim Petersff8505d2004-01-03 05:45:59 +0000550SOURCE=..\..\Modules\posixmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000551# End Source File
552# Begin Source File
553
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000554SOURCE=..\..\Python\pyarena.c
555# End Source File
556# Begin Source File
557
Tim Petersff8505d2004-01-03 05:45:59 +0000558SOURCE=..\..\Python\pyfpe.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=..\..\Python\pystate.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000563# End Source File
564# Begin Source File
565
Tim Peters2242fe82004-06-08 20:32:58 +0000566SOURCE=..\..\Python\pystrtod.c
567# End Source File
568# Begin Source File
569
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000570SOURCE="..\..\Python\Python-ast.c"
Martin v. Löwis203eec42004-01-02 21:15:07 +0000571# End Source File
572# Begin Source File
573
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000574SOURCE=..\python_nt.rc
Raymond Hettingerd56827c2005-10-23 04:47:13 +0000575# End Source File
576# Begin Source File
577
Tim Petersff8505d2004-01-03 05:45:59 +0000578SOURCE=..\..\Python\pythonrun.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000579# End Source File
580# Begin Source File
581
Tim Petersff8505d2004-01-03 05:45:59 +0000582SOURCE=..\..\Objects\rangeobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000583# End Source File
584# Begin Source File
585
Tim Petersff8505d2004-01-03 05:45:59 +0000586SOURCE=..\..\Modules\rgbimgmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000587# End Source File
588# Begin Source File
589
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000590SOURCE=..\..\Modules\rotatingtree.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000591# End Source File
592# Begin Source File
593
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000594SOURCE=..\..\Objects\setobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000595# End Source File
596# Begin Source File
597
Raymond Hettinger94ac1972005-08-24 00:28:21 +0000598SOURCE=..\..\Modules\sha256module.c
599# End Source File
600# Begin Source File
601
602SOURCE=..\..\Modules\sha512module.c
603# End Source File
604# Begin Source File
605
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000606SOURCE=..\..\Modules\shamodule.c
607# End Source File
608# Begin Source File
609
Tim Petersff8505d2004-01-03 05:45:59 +0000610SOURCE=..\..\Modules\signalmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000611# End Source File
612# Begin Source File
613
Tim Petersff8505d2004-01-03 05:45:59 +0000614SOURCE=..\..\Objects\sliceobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000615# End Source File
616# Begin Source File
617
Tim Petersff8505d2004-01-03 05:45:59 +0000618SOURCE=..\..\Objects\stringobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000619# End Source File
620# Begin Source File
621
Tim Petersff8505d2004-01-03 05:45:59 +0000622SOURCE=..\..\Modules\stropmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000623# End Source File
624# Begin Source File
625
Tim Petersff8505d2004-01-03 05:45:59 +0000626SOURCE=..\..\Python\structmember.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000627# End Source File
628# Begin Source File
629
Tim Petersff8505d2004-01-03 05:45:59 +0000630SOURCE=..\..\Objects\structseq.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=..\..\Python\symtable.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000635# End Source File
636# Begin Source File
637
Tim Peters28df74f2004-01-04 02:00:47 +0000638SOURCE=..\..\Modules\symtablemodule.c
639# End Source File
640# Begin Source File
641
Tim Petersff8505d2004-01-03 05:45:59 +0000642SOURCE=..\..\Python\sysmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000643# End Source File
644# Begin Source File
645
Tim Petersff8505d2004-01-03 05:45:59 +0000646SOURCE=..\..\Python\thread.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000647# End Source File
648# Begin Source File
649
Tim Petersff8505d2004-01-03 05:45:59 +0000650SOURCE=..\..\Modules\threadmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000651# End Source File
652# Begin Source File
653
Tim Petersff8505d2004-01-03 05:45:59 +0000654SOURCE=..\..\Modules\timemodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000655# End Source File
656# Begin Source File
657
Tim Petersff8505d2004-01-03 05:45:59 +0000658SOURCE=..\..\Parser\tokenizer.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=..\..\Python\traceback.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000663# End Source File
664# Begin Source File
665
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000666SOURCE=..\..\Modules\zlib\trees.c
667# End Source File
668# Begin Source File
669
Tim Petersff8505d2004-01-03 05:45:59 +0000670SOURCE=..\..\Objects\tupleobject.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\typeobject.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=..\..\Objects\unicodectype.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000679# End Source File
680# Begin Source File
681
Tim Petersff8505d2004-01-03 05:45:59 +0000682SOURCE=..\..\Objects\unicodeobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000683# End Source File
684# Begin Source File
685
Tim Petersff8505d2004-01-03 05:45:59 +0000686SOURCE=..\..\Objects\weakrefobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000687# End Source File
688# Begin Source File
689
Tim Petersff8505d2004-01-03 05:45:59 +0000690SOURCE=..\..\Modules\xxsubtype.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000691# End Source File
692# Begin Source File
693
Tim Petersff8505d2004-01-03 05:45:59 +0000694SOURCE=..\..\Modules\yuvconvert.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\zipimport.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000699# End Source File
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000700# Begin Source File
701
702SOURCE=..\..\Modules\zlibmodule.c
703# End Source File
704# Begin Source File
705
706SOURCE=..\..\Modules\zlib\zutil.c
707# End Source File
Martin v. Löwis203eec42004-01-02 21:15:07 +0000708# End Target
709# End Project