blob: dd9500ca8a42192260f700e05120e66ad03bca16 [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
Tim Petersff8505d2004-01-03 05:45:59 +000047# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\Include" /I ".." /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
57# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python24.dll"
58# SUBTRACT LINK32 /pdb:none
59
60!ELSEIF "$(CFG)" == "pythoncore - Win32 Debug"
61
62# PROP BASE Use_MFC 0
63# PROP BASE Use_Debug_Libraries 1
64# PROP BASE Output_Dir "Debug"
65# PROP BASE Intermediate_Dir "Debug"
66# PROP BASE Target_Dir ""
67# PROP Use_MFC 0
68# PROP Use_Debug_Libraries 1
69# PROP Output_Dir "."
70# PROP Intermediate_Dir "x86-temp-debug\pythoncore"
71# PROP Ignore_Export_Lib 0
72# PROP Target_Dir ""
73F90=df.exe
74# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
Tim Petersff8505d2004-01-03 05:45:59 +000075# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\Include" /I ".." /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
85# ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python24_d.dll" /pdbtype:sept
86# 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
Raymond Hettingere898d192004-04-27 04:52:47 +0000132SOURCE=..\..\Modules\_heapqmodule.c
Thomas Heller60247222004-04-22 18:30:17 +0000133# End Source File
134# Begin Source File
135
Tim Petersff8505d2004-01-03 05:45:59 +0000136SOURCE=..\..\Modules\_hotshot.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000137# End Source File
138# Begin Source File
139
Tim Petersff8505d2004-01-03 05:45:59 +0000140SOURCE=..\..\Modules\_localemodule.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\_randommodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000145# End Source File
146# Begin Source File
147
Tim Peters28df74f2004-01-04 02:00:47 +0000148SOURCE=..\..\Modules\_sre.c
149# End Source File
150# Begin Source File
151
Tim Petersff8505d2004-01-03 05:45:59 +0000152SOURCE=..\..\Modules\_weakref.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=..\_winreg.c
157# End Source File
158# Begin Source File
159
Tim Petersff8505d2004-01-03 05:45:59 +0000160SOURCE=..\..\Objects\abstract.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000161# End Source File
162# Begin Source File
163
Tim Petersff8505d2004-01-03 05:45:59 +0000164SOURCE=..\..\Parser\acceler.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000165# End Source File
166# Begin Source File
167
Tim Petersff8505d2004-01-03 05:45:59 +0000168SOURCE=..\..\Modules\arraymodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000169# End Source File
170# Begin Source File
171
Tim Petersff8505d2004-01-03 05:45:59 +0000172SOURCE=..\..\Modules\audioop.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000173# End Source File
174# Begin Source File
175
Tim Petersff8505d2004-01-03 05:45:59 +0000176SOURCE=..\..\Modules\binascii.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000177# End Source File
178# Begin Source File
179
Tim Petersff8505d2004-01-03 05:45:59 +0000180SOURCE=..\..\Parser\bitset.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=..\..\Python\bltinmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000185# End Source File
186# Begin Source File
187
Tim Petersff8505d2004-01-03 05:45:59 +0000188SOURCE=..\..\Objects\boolobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000189# End Source File
190# Begin Source File
191
Tim Petersff8505d2004-01-03 05:45:59 +0000192SOURCE=..\..\Objects\bufferobject.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=..\..\Objects\cellobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000197# End Source File
198# Begin Source File
199
Tim Petersff8505d2004-01-03 05:45:59 +0000200SOURCE=..\..\Python\ceval.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000201# End Source File
202# Begin Source File
203
Tim Petersff8505d2004-01-03 05:45:59 +0000204SOURCE=..\..\Objects\classobject.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\cmathmodule.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=..\..\Objects\cobject.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\codecs.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000217# End Source File
218# Begin Source File
219
Raymond Hettinger756b3f32004-01-29 06:37:52 +0000220SOURCE=..\..\Modules\collectionsmodule.c
221# End Source File
222# Begin Source File
223
Tim Petersff8505d2004-01-03 05:45:59 +0000224SOURCE=..\..\Python\compile.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\complexobject.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=..\config.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=..\..\Modules\cPickle.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\cStringIO.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000241# End Source File
242# Begin Source File
243
Tim Peters28df74f2004-01-04 02:00:47 +0000244SOURCE=..\..\Modules\datetimemodule.c
245# End Source File
246# Begin Source File
247
Tim Petersff8505d2004-01-03 05:45:59 +0000248SOURCE=..\..\Objects\descrobject.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\dictobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000253# End Source File
254# Begin Source File
255
Tim Petersff8505d2004-01-03 05:45:59 +0000256SOURCE=..\dl_nt.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000257# End Source File
258# Begin Source File
259
Tim Petersff8505d2004-01-03 05:45:59 +0000260SOURCE=..\..\Python\dynload_win.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\enumobject.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=..\..\Modules\errnomodule.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=..\..\Python\errors.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=..\..\Python\exceptions.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=..\..\Objects\fileobject.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=..\..\Objects\floatobject.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\frameobject.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=..\..\Python\frozen.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=..\..\Objects\funcobject.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=..\..\Python\future.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=..\..\Modules\gcmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000305# End Source File
306# Begin Source File
307
Raymond Hettinger19a02ec2004-06-01 16:29:57 +0000308SOURCE=..\..\Objects\genobject.c
309# End Source File
310# Begin Source File
311
Tim Petersff8505d2004-01-03 05:45:59 +0000312SOURCE=..\..\Python\getargs.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\getbuildinfo.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000317# ADD CPP /D BUILD=46
318# End Source File
319# Begin Source File
320
Tim Petersff8505d2004-01-03 05:45:59 +0000321SOURCE=..\..\Python\getcompiler.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000322# End Source File
323# Begin Source File
324
Tim Petersff8505d2004-01-03 05:45:59 +0000325SOURCE=..\..\Python\getcopyright.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000326# End Source File
327# Begin Source File
328
Tim Petersff8505d2004-01-03 05:45:59 +0000329SOURCE=..\..\Python\getmtime.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000330# End Source File
331# Begin Source File
332
Tim Petersff8505d2004-01-03 05:45:59 +0000333SOURCE=..\..\Python\getopt.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000334# End Source File
335# Begin Source File
336
Tim Petersff8505d2004-01-03 05:45:59 +0000337SOURCE=..\getpathp.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000338# End Source File
339# Begin Source File
340
Tim Petersff8505d2004-01-03 05:45:59 +0000341SOURCE=..\..\Python\getplatform.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000342# End Source File
343# Begin Source File
344
Tim Petersff8505d2004-01-03 05:45:59 +0000345SOURCE=..\..\Python\getversion.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000346# End Source File
347# Begin Source File
348
Tim Petersff8505d2004-01-03 05:45:59 +0000349SOURCE=..\..\Python\graminit.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000350# End Source File
351# Begin Source File
352
Tim Petersff8505d2004-01-03 05:45:59 +0000353SOURCE=..\..\Parser\grammar1.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000354# End Source File
355# Begin Source File
356
Tim Petersff8505d2004-01-03 05:45:59 +0000357SOURCE=..\..\Modules\imageop.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000358# End Source File
359# Begin Source File
360
Tim Petersff8505d2004-01-03 05:45:59 +0000361SOURCE=..\..\Python\import.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000362# End Source File
363# Begin Source File
364
Tim Petersff8505d2004-01-03 05:45:59 +0000365SOURCE=..\import_nt.c
366# ADD CPP /I "..\..\Python"
Martin v. Löwis203eec42004-01-02 21:15:07 +0000367# End Source File
368# Begin Source File
369
Tim Petersff8505d2004-01-03 05:45:59 +0000370SOURCE=..\..\Python\importdl.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000371# End Source File
372# Begin Source File
373
Tim Petersff8505d2004-01-03 05:45:59 +0000374SOURCE=..\..\Objects\intobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000375# End Source File
376# Begin Source File
377
Tim Petersff8505d2004-01-03 05:45:59 +0000378SOURCE=..\..\Objects\iterobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000379# End Source File
380# Begin Source File
381
Tim Petersff8505d2004-01-03 05:45:59 +0000382SOURCE=..\..\Modules\itertoolsmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000383# End Source File
384# Begin Source File
385
Tim Petersff8505d2004-01-03 05:45:59 +0000386SOURCE=..\..\Parser\listnode.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000387# End Source File
388# Begin Source File
389
Tim Petersff8505d2004-01-03 05:45:59 +0000390SOURCE=..\..\Objects\listobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000391# End Source File
392# Begin Source File
393
Tim Petersff8505d2004-01-03 05:45:59 +0000394SOURCE=..\..\Objects\longobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000395# End Source File
396# Begin Source File
397
Tim Petersff8505d2004-01-03 05:45:59 +0000398SOURCE=..\..\Modules\main.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000399# End Source File
400# Begin Source File
401
Tim Petersff8505d2004-01-03 05:45:59 +0000402SOURCE=..\..\Python\marshal.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000403# End Source File
404# Begin Source File
405
Tim Petersff8505d2004-01-03 05:45:59 +0000406SOURCE=..\..\Modules\mathmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000407# End Source File
408# Begin Source File
409
Tim Petersff8505d2004-01-03 05:45:59 +0000410SOURCE=..\..\Modules\md5c.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000411# End Source File
412# Begin Source File
413
Tim Petersff8505d2004-01-03 05:45:59 +0000414SOURCE=..\..\Modules\md5module.c
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=..\..\Parser\metagrammar.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000419# End Source File
420# Begin Source File
421
Tim Petersff8505d2004-01-03 05:45:59 +0000422SOURCE=..\..\Objects\methodobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000423# End Source File
424# Begin Source File
425
Tim Peters28df74f2004-01-04 02:00:47 +0000426SOURCE=..\..\Modules\mmapmodule.c
427# End Source File
428# Begin Source File
429
Tim Petersff8505d2004-01-03 05:45:59 +0000430SOURCE=..\..\Python\modsupport.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000431# End Source File
432# Begin Source File
433
Tim Petersff8505d2004-01-03 05:45:59 +0000434SOURCE=..\..\Objects\moduleobject.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=..\msvcrtmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000439# End Source File
440# Begin Source File
441
Tim Petersa70e6d82004-01-25 03:25:40 +0000442SOURCE=..\..\Modules\cjkcodecs\multibytecodec.c
443# End Source File
444# Begin Source File
445
Tim Petersff8505d2004-01-03 05:45:59 +0000446SOURCE=..\..\Parser\myreadline.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=..\..\Python\mysnprintf.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=..\..\Python\mystrtoul.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=..\..\Parser\node.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=..\..\Objects\object.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=..\..\Objects\obmalloc.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000467# End Source File
468# Begin Source File
469
Tim Petersff8505d2004-01-03 05:45:59 +0000470SOURCE=..\..\Modules\operator.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=..\..\Parser\parser.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000475# End Source File
476# Begin Source File
477
Tim Peters28df74f2004-01-04 02:00:47 +0000478SOURCE=..\..\Modules\parsermodule.c
479# End Source File
480# Begin Source File
481
Tim Petersff8505d2004-01-03 05:45:59 +0000482SOURCE=..\..\Parser\parsetok.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=..\..\Modules\posixmodule.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=..\..\Python\pyfpe.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=..\..\Python\pystate.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000495# End Source File
496# Begin Source File
497
Tim Peters2242fe82004-06-08 20:32:58 +0000498SOURCE=..\..\Python\pystrtod.c
499# End Source File
500# Begin Source File
501
Tim Petersff8505d2004-01-03 05:45:59 +0000502SOURCE=..\python_nt.rc
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=..\..\Python\pythonrun.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=..\..\Objects\rangeobject.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=..\..\Modules\regexmodule.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=..\..\Modules\regexpr.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=..\..\Modules\rgbimgmodule.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=..\..\Modules\rotormodule.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=..\..\Objects\setobject.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=..\..\Modules\shamodule.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=..\..\Modules\signalmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000539# End Source File
540# Begin Source File
541
Tim Petersff8505d2004-01-03 05:45:59 +0000542SOURCE=..\..\Objects\sliceobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000543# End Source File
544# Begin Source File
545
Tim Petersff8505d2004-01-03 05:45:59 +0000546SOURCE=..\..\Objects\stringobject.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=..\..\Modules\stropmodule.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\structmember.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=..\..\Modules\structmodule.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\structseq.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=..\..\Python\symtable.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000567# End Source File
568# Begin Source File
569
Tim Peters28df74f2004-01-04 02:00:47 +0000570SOURCE=..\..\Modules\symtablemodule.c
571# End Source File
572# Begin Source File
573
Tim Petersff8505d2004-01-03 05:45:59 +0000574SOURCE=..\..\Python\sysmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000575# End Source File
576# Begin Source File
577
Tim Petersff8505d2004-01-03 05:45:59 +0000578SOURCE=..\..\Python\thread.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=..\..\Modules\threadmodule.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\timemodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000587# End Source File
588# Begin Source File
589
Tim Petersff8505d2004-01-03 05:45:59 +0000590SOURCE=..\..\Parser\tokenizer.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000591# End Source File
592# Begin Source File
593
Tim Petersff8505d2004-01-03 05:45:59 +0000594SOURCE=..\..\Python\traceback.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000595# End Source File
596# Begin Source File
597
Tim Petersff8505d2004-01-03 05:45:59 +0000598SOURCE=..\..\Objects\tupleobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000599# End Source File
600# Begin Source File
601
Tim Petersff8505d2004-01-03 05:45:59 +0000602SOURCE=..\..\Objects\typeobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000603# End Source File
604# Begin Source File
605
Tim Petersff8505d2004-01-03 05:45:59 +0000606SOURCE=..\..\Objects\unicodectype.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000607# End Source File
608# Begin Source File
609
Tim Petersff8505d2004-01-03 05:45:59 +0000610SOURCE=..\..\Objects\unicodeobject.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\weakrefobject.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=..\..\Modules\xreadlinesmodule.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\xxsubtype.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=..\..\Modules\yuvconvert.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=..\..\Modules\zipimport.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000631# End Source File
632# End Target
633# End Project