blob: c6a13b2c4294255e465153c7eb0d600c949d8ceb [file] [log] [blame]
Thomas Woutersd8075702001-02-14 09:43:47 +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
Thomas Woutersd8075702001-02-14 09:43:47 +00006
Mark Hammond478fdb02002-07-10 06:22:10 +00007CFG=pythoncore - Win32 Release
Thomas Woutersd8075702001-02-14 09:43:47 +00008!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 Hammond478fdb02002-07-10 06:22:10 +000016!MESSAGE NMAKE /f "pythoncore.mak" CFG="pythoncore - Win32 Release"
Thomas Woutersd8075702001-02-14 09:43:47 +000017!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 Woutersd8075702001-02-14 09:43:47 +000022!MESSAGE
23
24# Begin Project
25# PROP AllowPerConfigDependencies 0
26# PROP Scc_ProjName "pythoncore"
27# PROP Scc_LocalPath ".."
Mark Hammond478fdb02002-07-10 06:22:10 +000028CPP=cl.exe
29MTL=midl.exe
30RSC=rc.exe
Thomas Woutersd8075702001-02-14 09:43:47 +000031
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
Thomas Woutersd8075702001-02-14 09:43:47 +000046# 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 Woutersd8075702001-02-14 09:43:47 +000048# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
49# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"
Thomas Woutersd8075702001-02-14 09:43:47 +000050# ADD BASE RSC /l 0x409 /d "NDEBUG"
51# ADD RSC /l 0x409 /i "..\Include" /d "NDEBUG"
52BSC32=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
Tim Peters83a3f0c2001-12-21 22:06:12 +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:"./python23.dll"
Thomas Woutersd8075702001-02-14 09:43:47 +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
Thomas Woutersd8075702001-02-14 09:43:47 +000074# 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 Woutersd8075702001-02-14 09:43:47 +000076# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
77# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"
Thomas Woutersd8075702001-02-14 09:43:47 +000078# ADD BASE RSC /l 0x409 /d "_DEBUG"
79# ADD RSC /l 0x409 /i "..\Include" /d "_DEBUG"
80BSC32=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
Tim Peters83a3f0c2001-12-21 22:06:12 +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:"./python23_d.dll" /pdbtype:sept
Thomas Woutersd8075702001-02-14 09:43:47 +000086# SUBTRACT LINK32 /pdb:none
87
Thomas Woutersd8075702001-02-14 09:43:47 +000088!ENDIF
89
90# Begin Target
91
92# Name "pythoncore - Win32 Release"
93# Name "pythoncore - Win32 Debug"
Thomas Woutersd8075702001-02-14 09:43:47 +000094# Begin Source File
95
96SOURCE=..\Modules\_codecsmodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +000097# End Source File
98# Begin Source File
99
Tim Peters1566a172001-10-12 22:08:39 +0000100SOURCE=..\Modules\_hotshot.c
Tim Peters1566a172001-10-12 22:08:39 +0000101# End Source File
102# Begin Source File
103
Thomas Woutersd8075702001-02-14 09:43:47 +0000104SOURCE=..\Modules\_localemodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000105# End Source File
106# Begin Source File
107
108SOURCE=..\Modules\_weakref.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000109# End Source File
110# Begin Source File
111
112SOURCE=..\Objects\abstract.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000113# End Source File
114# Begin Source File
115
116SOURCE=..\Parser\acceler.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000117# End Source File
118# Begin Source File
119
120SOURCE=..\Modules\arraymodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000121# End Source File
122# Begin Source File
123
124SOURCE=..\Modules\audioop.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000125# End Source File
126# Begin Source File
127
128SOURCE=..\Modules\binascii.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000129# End Source File
130# Begin Source File
131
132SOURCE=..\Parser\bitset.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000133# End Source File
134# Begin Source File
135
136SOURCE=..\Python\bltinmodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000137# End Source File
138# Begin Source File
139
Tim Petersb5080ab2002-04-04 00:02:02 +0000140SOURCE=..\Objects\boolobject.c
Tim Petersb5080ab2002-04-04 00:02:02 +0000141# End Source File
142# Begin Source File
143
Thomas Woutersd8075702001-02-14 09:43:47 +0000144SOURCE=..\Objects\bufferobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000145# End Source File
146# Begin Source File
147
148SOURCE=..\Objects\cellobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000149# End Source File
150# Begin Source File
151
152SOURCE=..\Python\ceval.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000153# End Source File
154# Begin Source File
155
156SOURCE=..\Objects\classobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000157# End Source File
158# Begin Source File
159
160SOURCE=..\Modules\cmathmodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000161# End Source File
162# Begin Source File
163
164SOURCE=..\Objects\cobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000165# End Source File
166# Begin Source File
167
168SOURCE=..\Python\codecs.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000169# End Source File
170# Begin Source File
171
172SOURCE=..\Python\compile.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000173# End Source File
174# Begin Source File
175
176SOURCE=..\Objects\complexobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000177# End Source File
178# Begin Source File
179
180SOURCE=..\PC\config.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000181# End Source File
182# Begin Source File
183
184SOURCE=..\Modules\cPickle.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000185# End Source File
186# Begin Source File
187
188SOURCE=..\Modules\cStringIO.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000189# End Source File
190# Begin Source File
191
Tim Peters6d6c1a32001-08-02 04:15:00 +0000192SOURCE=..\Objects\descrobject.c
Tim Peters6d6c1a32001-08-02 04:15:00 +0000193# End Source File
194# Begin Source File
195
Thomas Woutersd8075702001-02-14 09:43:47 +0000196SOURCE=..\Objects\dictobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000197# End Source File
198# Begin Source File
199
200SOURCE=..\PC\dl_nt.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000201# End Source File
202# Begin Source File
203
204SOURCE=..\Python\dynload_win.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000205# End Source File
206# Begin Source File
207
Tim Peters73364e62002-04-26 21:20:02 +0000208SOURCE=..\Objects\enumobject.c
Tim Peters73364e62002-04-26 21:20:02 +0000209# End Source File
210# Begin Source File
211
Thomas Woutersd8075702001-02-14 09:43:47 +0000212SOURCE=..\Modules\errnomodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000213# End Source File
214# Begin Source File
215
216SOURCE=..\Python\errors.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000217# End Source File
218# Begin Source File
219
220SOURCE=..\Python\exceptions.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000221# End Source File
222# Begin Source File
223
224SOURCE=..\Objects\fileobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000225# End Source File
226# Begin Source File
227
228SOURCE=..\Objects\floatobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000229# End Source File
230# Begin Source File
231
Thomas Woutersd8075702001-02-14 09:43:47 +0000232SOURCE=..\Objects\frameobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000233# End Source File
234# Begin Source File
235
236SOURCE=..\Python\frozen.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000237# End Source File
238# Begin Source File
239
240SOURCE=..\Objects\funcobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000241# End Source File
242# Begin Source File
243
Tim Petersbd00cda2001-02-27 19:52:02 +0000244SOURCE=..\Python\future.c
Tim Petersbd00cda2001-02-27 19:52:02 +0000245# End Source File
246# Begin Source File
247
Thomas Woutersd8075702001-02-14 09:43:47 +0000248SOURCE=..\Modules\gcmodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000249# End Source File
250# Begin Source File
251
252SOURCE=..\Python\getargs.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000253# End Source File
254# Begin Source File
255
256SOURCE=..\Modules\getbuildinfo.c
Tim Peters83a3f0c2001-12-21 22:06:12 +0000257# ADD CPP /D BUILD=29
Thomas Woutersd8075702001-02-14 09:43:47 +0000258# End Source File
259# Begin Source File
260
261SOURCE=..\Python\getcompiler.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000262# End Source File
263# Begin Source File
264
265SOURCE=..\Python\getcopyright.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000266# End Source File
267# Begin Source File
268
269SOURCE=..\Python\getmtime.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000270# End Source File
271# Begin Source File
272
273SOURCE=..\Python\getopt.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000274# End Source File
275# Begin Source File
276
277SOURCE=..\PC\getpathp.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000278# End Source File
279# Begin Source File
280
281SOURCE=..\Python\getplatform.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000282# End Source File
283# Begin Source File
284
285SOURCE=..\Python\getversion.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000286# End Source File
287# Begin Source File
288
289SOURCE=..\Python\graminit.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000290# End Source File
291# Begin Source File
292
293SOURCE=..\Parser\grammar1.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000294# End Source File
295# Begin Source File
296
297SOURCE=..\Modules\imageop.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000298# End Source File
299# Begin Source File
300
301SOURCE=..\Python\import.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000302# End Source File
303# Begin Source File
304
305SOURCE=..\PC\import_nt.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000306# ADD CPP /I "..\Python"
Thomas Woutersd8075702001-02-14 09:43:47 +0000307# End Source File
308# Begin Source File
309
310SOURCE=..\Python\importdl.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000311# End Source File
312# Begin Source File
313
314SOURCE=..\Objects\intobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000315# End Source File
316# Begin Source File
317
Tim Peters9dfe4cd2001-04-20 21:21:28 +0000318SOURCE=..\Objects\iterobject.c
Tim Peters9dfe4cd2001-04-20 21:21:28 +0000319# End Source File
320# Begin Source File
321
Thomas Woutersd8075702001-02-14 09:43:47 +0000322SOURCE=..\Parser\listnode.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000323# End Source File
324# Begin Source File
325
326SOURCE=..\Objects\listobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000327# End Source File
328# Begin Source File
329
330SOURCE=..\Objects\longobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000331# End Source File
332# Begin Source File
333
334SOURCE=..\Modules\main.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000335# End Source File
336# Begin Source File
337
338SOURCE=..\Python\marshal.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000339# End Source File
340# Begin Source File
341
342SOURCE=..\Modules\mathmodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000343# End Source File
344# Begin Source File
345
346SOURCE=..\Modules\md5c.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000347# End Source File
348# Begin Source File
349
350SOURCE=..\Modules\md5module.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000351# End Source File
352# Begin Source File
353
354SOURCE=..\Parser\metagrammar.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000355# End Source File
356# Begin Source File
357
358SOURCE=..\Objects\methodobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000359# End Source File
360# Begin Source File
361
362SOURCE=..\Python\modsupport.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000363# End Source File
364# Begin Source File
365
366SOURCE=..\Objects\moduleobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000367# End Source File
368# Begin Source File
369
370SOURCE=..\PC\msvcrtmodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000371# End Source File
372# Begin Source File
373
374SOURCE=..\Parser\myreadline.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000375# End Source File
376# Begin Source File
377
Tim Petersaa6111f2001-07-31 22:10:29 +0000378SOURCE=..\Python\mysnprintf.c
Tim Petersaa6111f2001-07-31 22:10:29 +0000379# End Source File
380# Begin Source File
381
Thomas Woutersd8075702001-02-14 09:43:47 +0000382SOURCE=..\Python\mystrtoul.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000383# End Source File
384# Begin Source File
385
Thomas Woutersd8075702001-02-14 09:43:47 +0000386SOURCE=..\Parser\node.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000387# End Source File
388# Begin Source File
389
390SOURCE=..\Objects\object.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000391# End Source File
392# Begin Source File
393
Tim Peters1221c0a2002-03-23 00:20:15 +0000394SOURCE=..\Objects\obmalloc.c
Tim Peters1221c0a2002-03-23 00:20:15 +0000395# End Source File
396# Begin Source File
397
Thomas Woutersd8075702001-02-14 09:43:47 +0000398SOURCE=..\Modules\operator.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000399# End Source File
400# Begin Source File
401
402SOURCE=..\Parser\parser.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000403# End Source File
404# Begin Source File
405
406SOURCE=..\Parser\parsetok.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000407# End Source File
408# Begin Source File
409
410SOURCE=..\Modules\pcremodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000411# End Source File
412# Begin Source File
413
414SOURCE=..\Modules\posixmodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000415# End Source File
416# Begin Source File
417
418SOURCE=..\Python\pyfpe.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000419# End Source File
420# Begin Source File
421
422SOURCE=..\Modules\pypcre.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000423# End Source File
424# Begin Source File
425
426SOURCE=..\Python\pystate.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000427# End Source File
428# Begin Source File
429
430SOURCE=..\PC\python_nt.rc
431# End Source File
432# Begin Source File
433
434SOURCE=..\Python\pythonrun.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000435# End Source File
436# Begin Source File
437
438SOURCE=..\Objects\rangeobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000439# End Source File
440# Begin Source File
441
442SOURCE=..\Modules\regexmodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000443# End Source File
444# Begin Source File
445
446SOURCE=..\Modules\regexpr.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000447# End Source File
448# Begin Source File
449
450SOURCE=..\Modules\rgbimgmodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000451# End Source File
452# Begin Source File
453
454SOURCE=..\Modules\rotormodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000455# End Source File
456# Begin Source File
457
458SOURCE=..\Modules\shamodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000459# End Source File
460# Begin Source File
461
462SOURCE=..\Modules\signalmodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000463# End Source File
464# Begin Source File
465
466SOURCE=..\Objects\sliceobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000467# End Source File
468# Begin Source File
469
Thomas Woutersd8075702001-02-14 09:43:47 +0000470SOURCE=..\Objects\stringobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000471# End Source File
472# Begin Source File
473
474SOURCE=..\Modules\stropmodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000475# End Source File
476# Begin Source File
477
478SOURCE=..\Python\structmember.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000479# End Source File
480# Begin Source File
481
482SOURCE=..\Modules\structmodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000483# End Source File
484# Begin Source File
485
Guido van Rossumd6f8dba2001-10-18 20:51:32 +0000486SOURCE=..\Objects\structseq.c
Guido van Rossumd6f8dba2001-10-18 20:51:32 +0000487# End Source File
488# Begin Source File
489
Thomas Woutersd8075702001-02-14 09:43:47 +0000490SOURCE=..\Python\symtable.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000491# End Source File
492# Begin Source File
493
494SOURCE=..\Python\sysmodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000495# End Source File
496# Begin Source File
497
498SOURCE=..\Python\thread.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000499# End Source File
500# Begin Source File
501
502SOURCE=..\Modules\threadmodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000503# End Source File
504# Begin Source File
505
506SOURCE=..\Modules\timemodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000507# End Source File
508# Begin Source File
509
510SOURCE=..\Parser\tokenizer.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000511# End Source File
512# Begin Source File
513
514SOURCE=..\Python\traceback.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000515# End Source File
516# Begin Source File
517
518SOURCE=..\Objects\tupleobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000519# End Source File
520# Begin Source File
521
522SOURCE=..\Objects\typeobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000523# End Source File
524# Begin Source File
525
526SOURCE=..\Objects\unicodectype.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000527# End Source File
528# Begin Source File
529
530SOURCE=..\Objects\unicodeobject.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000531# End Source File
532# Begin Source File
533
Tim Peters23d192e2001-10-05 22:14:45 +0000534SOURCE=..\Objects\weakrefobject.c
Tim Peters23d192e2001-10-05 22:14:45 +0000535# End Source File
536# Begin Source File
537
Thomas Woutersd8075702001-02-14 09:43:47 +0000538SOURCE=..\Modules\xreadlinesmodule.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000539# End Source File
540# Begin Source File
541
Tim Peters6d6c1a32001-08-02 04:15:00 +0000542SOURCE=..\Modules\xxsubtype.c
Tim Peters6d6c1a32001-08-02 04:15:00 +0000543# End Source File
544# Begin Source File
545
Thomas Woutersd8075702001-02-14 09:43:47 +0000546SOURCE=..\Modules\yuvconvert.c
Thomas Woutersd8075702001-02-14 09:43:47 +0000547# End Source File
548# End Target
549# End Project