blob: 5a89a44a975a380c41ecaaada9abdfc9b2d25eee [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
Hirokazu Yamamotoea00ed32008-10-03 16:07:28 +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:"./python27.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
Hirokazu Yamamotoea00ed32008-10-03 16:07:28 +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:"./python27_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
Amaury Forgeot d'Arca4dd2e22008-06-13 00:42:22 +0000100SOURCE=..\..\Modules\_bytesio.c
101# End Source File
102# Begin Source File
103
Hye-Shik Chang07e5dc82004-07-18 15:36:31 +0000104SOURCE=..\..\Modules\cjkcodecs\_codecs_cn.c
105# End Source File
106# Begin Source File
107
108SOURCE=..\..\Modules\cjkcodecs\_codecs_hk.c
109# End Source File
110# Begin Source File
111
112SOURCE=..\..\Modules\cjkcodecs\_codecs_iso2022.c
113# End Source File
114# Begin Source File
115
116SOURCE=..\..\Modules\cjkcodecs\_codecs_jp.c
117# End Source File
118# Begin Source File
119
120SOURCE=..\..\Modules\cjkcodecs\_codecs_kr.c
121# End Source File
122# Begin Source File
123
124SOURCE=..\..\Modules\cjkcodecs\_codecs_tw.c
125# End Source File
126# Begin Source File
127
Tim Petersff8505d2004-01-03 05:45:59 +0000128SOURCE=..\..\Modules\_codecsmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000129# End Source File
130# Begin Source File
131
Amaury Forgeot d'Arce7fa4082008-02-17 20:56:31 +0000132SOURCE=..\..\Modules\_collectionsmodule.c
133# End Source File
134# Begin Source File
135
Tim Peters28df74f2004-01-04 02:00:47 +0000136SOURCE=..\..\Modules\_csv.c
137# End Source File
138# Begin Source File
139
Amaury Forgeot d'Arc94eba712008-03-28 21:55:29 +0000140SOURCE=..\..\Modules\_fileio.c
141# End Source File
142# Begin Source File
143
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000144SOURCE=..\..\Modules\_functoolsmodule.c
145# End Source File
146# Begin Source File
147
Raymond Hettingere898d192004-04-27 04:52:47 +0000148SOURCE=..\..\Modules\_heapqmodule.c
Thomas Heller60247222004-04-22 18:30:17 +0000149# End Source File
150# Begin Source File
151
Christian Heimesaee643b2008-01-04 15:34:06 +0000152SOURCE=..\..\Modules\_hotshot.c
153# End Source File
154# Begin Source File
155
Brett Cannon4b964f92008-05-05 20:21:38 +0000156SOURCE=..\..\Modules\_json.c
157# End Source File
158# Begin Source File
159
Tim Petersff8505d2004-01-03 05:45:59 +0000160SOURCE=..\..\Modules\_localemodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000161# End Source File
162# Begin Source File
163
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000164SOURCE=..\..\Modules\_lsprof.c
165# End Source File
166# Begin Source File
167
Tim Petersff8505d2004-01-03 05:45:59 +0000168SOURCE=..\..\Modules\_randommodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000169# End Source File
170# Begin Source File
171
Tim Peters28df74f2004-01-04 02:00:47 +0000172SOURCE=..\..\Modules\_sre.c
173# End Source File
174# Begin Source File
175
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000176SOURCE=..\..\Modules\_struct.c
177# End Source File
178# Begin Source File
179
Martin v. Löwis919637a2004-10-15 04:27:51 +0000180SOURCE=..\..\PC\_subprocess.c
181# End Source File
182# Begin Source File
183
Hirokazu Yamamotoeea8eda2008-08-14 01:33:44 +0000184SOURCE=..\..\Python\_warnings.c
185# End Source File
186# Begin Source File
187
Tim Petersff8505d2004-01-03 05:45:59 +0000188SOURCE=..\..\Modules\_weakref.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000189# End Source File
190# Begin Source File
191
Tim Peters28df74f2004-01-04 02:00:47 +0000192SOURCE=..\_winreg.c
193# End Source File
194# Begin Source File
195
Tim Petersff8505d2004-01-03 05:45:59 +0000196SOURCE=..\..\Objects\abstract.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=..\..\Parser\acceler.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000201# End Source File
202# Begin Source File
203
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000204SOURCE=..\..\Modules\zlib\adler32.c
205# End Source File
206# Begin Source File
207
Tim Petersff8505d2004-01-03 05:45:59 +0000208SOURCE=..\..\Modules\arraymodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000209# End Source File
210# Begin Source File
211
Raymond Hettingerd56827c2005-10-23 04:47:13 +0000212SOURCE=..\..\Python\asdl.c
213# End Source File
214# Begin Source File
215
216SOURCE=..\..\Python\ast.c
217# End Source File
218# Begin Source File
219
Tim Petersff8505d2004-01-03 05:45:59 +0000220SOURCE=..\..\Modules\audioop.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000221# End Source File
222# Begin Source File
223
Tim Petersff8505d2004-01-03 05:45:59 +0000224SOURCE=..\..\Modules\binascii.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000225# End Source File
226# Begin Source File
227
Tim Petersff8505d2004-01-03 05:45:59 +0000228SOURCE=..\..\Parser\bitset.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000229# End Source File
230# Begin Source File
231
Tim Petersff8505d2004-01-03 05:45:59 +0000232SOURCE=..\..\Python\bltinmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000233# End Source File
234# Begin Source File
235
Tim Petersff8505d2004-01-03 05:45:59 +0000236SOURCE=..\..\Objects\boolobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000237# End Source File
238# Begin Source File
239
Christian Heimesaee643b2008-01-04 15:34:06 +0000240SOURCE=..\..\Objects\bufferobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000241# End Source File
242# Begin Source File
243
Christian Heimes36f0a802008-05-26 13:51:41 +0000244SOURCE=..\..\Objects\bytearrayobject.c
245# End Source File
246# Begin Source File
247
Amaury Forgeot d'Arc94eba712008-03-28 21:55:29 +0000248SOURCE=..\..\Objects\bytes_methods.c
249# End Source File
250# Begin Source File
251
Tim Petersff8505d2004-01-03 05:45:59 +0000252SOURCE=..\..\Objects\cellobject.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=..\..\Python\ceval.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=..\..\Objects\classobject.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=..\..\Modules\cmathmodule.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=..\..\Objects\cobject.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\codecs.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000273# End Source File
274# Begin Source File
275
Raymond Hettingerd56827c2005-10-23 04:47:13 +0000276SOURCE=..\..\Objects\codeobject.c
277# End Source File
278# Begin Source File
279
Tim Petersff8505d2004-01-03 05:45:59 +0000280SOURCE=..\..\Python\compile.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\complexobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000285# End Source File
286# Begin Source File
287
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000288SOURCE=..\..\Modules\zlib\compress.c
289# End Source File
290# Begin Source File
291
Tim Petersff8505d2004-01-03 05:45:59 +0000292SOURCE=..\config.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000293# End Source File
294# Begin Source File
295
Christian Heimesaee643b2008-01-04 15:34:06 +0000296SOURCE=..\..\Modules\cPickle.c
297# End Source File
298# Begin Source File
299
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000300SOURCE=..\..\Modules\zlib\crc32.c
301# End Source File
302# Begin Source File
303
Tim Petersff8505d2004-01-03 05:45:59 +0000304SOURCE=..\..\Modules\cStringIO.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000305# End Source File
306# Begin Source File
307
Tim Peters28df74f2004-01-04 02:00:47 +0000308SOURCE=..\..\Modules\datetimemodule.c
309# End Source File
310# Begin Source File
311
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000312SOURCE=..\..\Modules\zlib\deflate.c
313# End Source File
314# Begin Source File
315
Tim Petersff8505d2004-01-03 05:45:59 +0000316SOURCE=..\..\Objects\descrobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000317# End Source File
318# Begin Source File
319
Tim Petersff8505d2004-01-03 05:45:59 +0000320SOURCE=..\..\Objects\dictobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000321# End Source File
322# Begin Source File
323
Tim Petersff8505d2004-01-03 05:45:59 +0000324SOURCE=..\dl_nt.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000325# End Source File
326# Begin Source File
327
Tim Petersff8505d2004-01-03 05:45:59 +0000328SOURCE=..\..\Python\dynload_win.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\enumobject.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=..\..\Modules\errnomodule.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\errors.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000341# End Source File
342# Begin Source File
343
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000344SOURCE=..\..\Objects\exceptions.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=..\..\Objects\fileobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000349# End Source File
350# Begin Source File
351
Hirokazu Yamamotoeea8eda2008-08-14 01:33:44 +0000352SOURCE=..\..\Parser\firstsets.c
353# End Source File
354# Begin Source File
355
Tim Petersff8505d2004-01-03 05:45:59 +0000356SOURCE=..\..\Objects\floatobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000357# End Source File
358# Begin Source File
359
Amaury Forgeot d'Arce7fa4082008-02-17 20:56:31 +0000360SOURCE=..\..\Python\formatter_string.c
361# End Source File
362# Begin Source File
363
364SOURCE=..\..\Python\formatter_unicode.c
365# End Source File
366# Begin Source File
367
Tim Petersff8505d2004-01-03 05:45:59 +0000368SOURCE=..\..\Objects\frameobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000369# End Source File
370# Begin Source File
371
Tim Petersff8505d2004-01-03 05:45:59 +0000372SOURCE=..\..\Python\frozen.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000373# End Source File
374# Begin Source File
375
Tim Petersff8505d2004-01-03 05:45:59 +0000376SOURCE=..\..\Objects\funcobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000377# End Source File
378# Begin Source File
379
Tim Petersff8505d2004-01-03 05:45:59 +0000380SOURCE=..\..\Python\future.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000381# End Source File
382# Begin Source File
383
Amaury Forgeot d'Arc94eba712008-03-28 21:55:29 +0000384SOURCE=..\..\Modules\future_builtins.c
385# End Source File
386# Begin Source File
387
Tim Petersff8505d2004-01-03 05:45:59 +0000388SOURCE=..\..\Modules\gcmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000389# End Source File
390# Begin Source File
391
Raymond Hettinger19a02ec2004-06-01 16:29:57 +0000392SOURCE=..\..\Objects\genobject.c
393# End Source File
394# Begin Source File
395
Tim Petersff8505d2004-01-03 05:45:59 +0000396SOURCE=..\..\Python\getargs.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000397# End Source File
398# Begin Source File
399
Tim Petersff8505d2004-01-03 05:45:59 +0000400SOURCE=..\..\Modules\getbuildinfo.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000401# ADD CPP /D BUILD=46
402# End Source File
403# Begin Source File
404
Tim Petersff8505d2004-01-03 05:45:59 +0000405SOURCE=..\..\Python\getcompiler.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000406# End Source File
407# Begin Source File
408
Tim Petersff8505d2004-01-03 05:45:59 +0000409SOURCE=..\..\Python\getcopyright.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000410# End Source File
411# Begin Source File
412
Tim Petersff8505d2004-01-03 05:45:59 +0000413SOURCE=..\..\Python\getmtime.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000414# End Source File
415# Begin Source File
416
Tim Petersff8505d2004-01-03 05:45:59 +0000417SOURCE=..\..\Python\getopt.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000418# End Source File
419# Begin Source File
420
Tim Petersff8505d2004-01-03 05:45:59 +0000421SOURCE=..\getpathp.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000422# End Source File
423# Begin Source File
424
Tim Petersff8505d2004-01-03 05:45:59 +0000425SOURCE=..\..\Python\getplatform.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\getversion.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\graminit.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000434# End Source File
435# Begin Source File
436
Hirokazu Yamamotoeea8eda2008-08-14 01:33:44 +0000437SOURCE=..\..\Parser\grammar.c
438# End Source File
439# Begin Source File
440
Christian Heimesaee643b2008-01-04 15:34:06 +0000441SOURCE=..\..\Parser\grammar1.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000442# End Source File
443# Begin Source File
444
Hirokazu Yamamotoeea8eda2008-08-14 01:33:44 +0000445SOURCE=..\..\Modules\zlib\gzio.c
446# End Source File
447# Begin Source File
448
Christian Heimesaee643b2008-01-04 15:34:06 +0000449SOURCE=..\..\Modules\imageop.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000450# End Source File
451# Begin Source File
452
Tim Petersff8505d2004-01-03 05:45:59 +0000453SOURCE=..\..\Python\import.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000454# End Source File
455# Begin Source File
456
Tim Petersff8505d2004-01-03 05:45:59 +0000457SOURCE=..\import_nt.c
458# ADD CPP /I "..\..\Python"
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\importdl.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000463# End Source File
464# Begin Source File
465
Hirokazu Yamamotoeea8eda2008-08-14 01:33:44 +0000466SOURCE=..\..\Modules\zlib\infback.c
467# End Source File
468# Begin Source File
469
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000470SOURCE=..\..\Modules\zlib\inffast.c
471# End Source File
472# Begin Source File
473
474SOURCE=..\..\Modules\zlib\inflate.c
475# End Source File
476# Begin Source File
477
478SOURCE=..\..\Modules\zlib\inftrees.c
479# End Source File
480# Begin Source File
481
Christian Heimesaee643b2008-01-04 15:34:06 +0000482SOURCE=..\..\Objects\intobject.c
483# End Source File
484# Begin Source File
485
Tim Petersff8505d2004-01-03 05:45:59 +0000486SOURCE=..\..\Objects\iterobject.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=..\..\Modules\itertoolsmodule.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=..\..\Parser\listnode.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=..\..\Objects\listobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000499# End Source File
500# Begin Source File
501
Tim Petersff8505d2004-01-03 05:45:59 +0000502SOURCE=..\..\Objects\longobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000503# End Source File
504# Begin Source File
505
Tim Petersff8505d2004-01-03 05:45:59 +0000506SOURCE=..\..\Modules\main.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\marshal.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\mathmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000515# End Source File
516# Begin Source File
517
Christian Heimesaee643b2008-01-04 15:34:06 +0000518SOURCE=..\..\Modules\md5.c
519# End Source File
520# Begin Source File
521
Tim Petersff8505d2004-01-03 05:45:59 +0000522SOURCE=..\..\Modules\md5module.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=..\..\Parser\metagrammar.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\methodobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000531# End Source File
532# Begin Source File
533
Tim Peters28df74f2004-01-04 02:00:47 +0000534SOURCE=..\..\Modules\mmapmodule.c
535# End Source File
536# Begin Source File
537
Tim Petersff8505d2004-01-03 05:45:59 +0000538SOURCE=..\..\Python\modsupport.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\moduleobject.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=..\msvcrtmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000547# End Source File
548# Begin Source File
549
Tim Petersa70e6d82004-01-25 03:25:40 +0000550SOURCE=..\..\Modules\cjkcodecs\multibytecodec.c
551# End Source File
552# Begin Source File
553
Tim Petersff8505d2004-01-03 05:45:59 +0000554SOURCE=..\..\Parser\myreadline.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=..\..\Python\mysnprintf.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\mystrtoul.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=..\..\Parser\node.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000567# End Source File
568# Begin Source File
569
Tim Petersff8505d2004-01-03 05:45:59 +0000570SOURCE=..\..\Objects\object.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000571# End Source File
572# Begin Source File
573
Tim Petersff8505d2004-01-03 05:45:59 +0000574SOURCE=..\..\Objects\obmalloc.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=..\..\Modules\operator.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=..\..\Parser\parser.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000583# End Source File
584# Begin Source File
585
Tim Peters28df74f2004-01-04 02:00:47 +0000586SOURCE=..\..\Modules\parsermodule.c
587# End Source File
588# Begin Source File
589
Tim Petersff8505d2004-01-03 05:45:59 +0000590SOURCE=..\..\Parser\parsetok.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=..\..\Python\peephole.c
595# End Source File
596# Begin Source File
597
Tim Petersff8505d2004-01-03 05:45:59 +0000598SOURCE=..\..\Modules\posixmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000599# End Source File
600# Begin Source File
601
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000602SOURCE=..\..\Python\pyarena.c
603# End Source File
604# Begin Source File
605
Tim Petersff8505d2004-01-03 05:45:59 +0000606SOURCE=..\..\Python\pyfpe.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000607# End Source File
608# Begin Source File
609
Christian Heimes81ad6a12008-04-18 23:40:40 +0000610SOURCE=..\..\Python\pymath.c
611# End Source File
612# Begin Source File
613
Tim Petersff8505d2004-01-03 05:45:59 +0000614SOURCE=..\..\Python\pystate.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000615# End Source File
616# Begin Source File
617
Hirokazu Yamamotoeea8eda2008-08-14 01:33:44 +0000618SOURCE=..\..\Python\pystrcmp.c
619# End Source File
620# Begin Source File
621
Tim Peters2242fe82004-06-08 20:32:58 +0000622SOURCE=..\..\Python\pystrtod.c
623# End Source File
624# Begin Source File
625
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000626SOURCE="..\..\Python\Python-ast.c"
Martin v. Löwis203eec42004-01-02 21:15:07 +0000627# End Source File
628# Begin Source File
629
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000630SOURCE=..\python_nt.rc
Raymond Hettingerd56827c2005-10-23 04:47:13 +0000631# End Source File
632# Begin Source File
633
Tim Petersff8505d2004-01-03 05:45:59 +0000634SOURCE=..\..\Python\pythonrun.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000635# End Source File
636# Begin Source File
637
Tim Petersff8505d2004-01-03 05:45:59 +0000638SOURCE=..\..\Objects\rangeobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000639# End Source File
640# Begin Source File
641
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000642SOURCE=..\..\Modules\rotatingtree.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000643# End Source File
644# Begin Source File
645
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000646SOURCE=..\..\Objects\setobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000647# End Source File
648# Begin Source File
649
Raymond Hettinger94ac1972005-08-24 00:28:21 +0000650SOURCE=..\..\Modules\sha256module.c
651# End Source File
652# Begin Source File
653
654SOURCE=..\..\Modules\sha512module.c
655# End Source File
656# Begin Source File
657
Christian Heimesaee643b2008-01-04 15:34:06 +0000658SOURCE=..\..\Modules\shamodule.c
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000659# End Source File
660# Begin Source File
661
Tim Petersff8505d2004-01-03 05:45:59 +0000662SOURCE=..\..\Modules\signalmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000663# End Source File
664# Begin Source File
665
Tim Petersff8505d2004-01-03 05:45:59 +0000666SOURCE=..\..\Objects\sliceobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000667# End Source File
668# Begin Source File
669
Hirokazu Yamamotoeea8eda2008-08-14 01:33:44 +0000670SOURCE=..\..\Objects\stringobject.c
671# End Source File
672# Begin Source File
673
Christian Heimesaee643b2008-01-04 15:34:06 +0000674SOURCE=..\..\Modules\stropmodule.c
675# End Source File
676# Begin Source File
677
Tim Petersff8505d2004-01-03 05:45:59 +0000678SOURCE=..\..\Python\structmember.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\structseq.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=..\..\Python\symtable.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000687# End Source File
688# Begin Source File
689
Tim Peters28df74f2004-01-04 02:00:47 +0000690SOURCE=..\..\Modules\symtablemodule.c
691# End Source File
692# Begin Source File
693
Tim Petersff8505d2004-01-03 05:45:59 +0000694SOURCE=..\..\Python\sysmodule.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=..\..\Python\thread.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000699# End Source File
700# Begin Source File
701
Tim Petersff8505d2004-01-03 05:45:59 +0000702SOURCE=..\..\Modules\threadmodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000703# End Source File
704# Begin Source File
705
Tim Petersff8505d2004-01-03 05:45:59 +0000706SOURCE=..\..\Modules\timemodule.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000707# End Source File
708# Begin Source File
709
Tim Petersff8505d2004-01-03 05:45:59 +0000710SOURCE=..\..\Parser\tokenizer.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000711# End Source File
712# Begin Source File
713
Tim Petersff8505d2004-01-03 05:45:59 +0000714SOURCE=..\..\Python\traceback.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000715# End Source File
716# Begin Source File
717
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000718SOURCE=..\..\Modules\zlib\trees.c
719# End Source File
720# Begin Source File
721
Tim Petersff8505d2004-01-03 05:45:59 +0000722SOURCE=..\..\Objects\tupleobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000723# End Source File
724# Begin Source File
725
Tim Petersff8505d2004-01-03 05:45:59 +0000726SOURCE=..\..\Objects\typeobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000727# End Source File
728# Begin Source File
729
Hirokazu Yamamotoeea8eda2008-08-14 01:33:44 +0000730SOURCE=..\..\Modules\zlib\uncompr.c
731# End Source File
732# Begin Source File
733
Tim Petersff8505d2004-01-03 05:45:59 +0000734SOURCE=..\..\Objects\unicodectype.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000735# End Source File
736# Begin Source File
737
Tim Petersff8505d2004-01-03 05:45:59 +0000738SOURCE=..\..\Objects\unicodeobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000739# End Source File
740# Begin Source File
741
Tim Petersff8505d2004-01-03 05:45:59 +0000742SOURCE=..\..\Objects\weakrefobject.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000743# End Source File
744# Begin Source File
745
Tim Petersff8505d2004-01-03 05:45:59 +0000746SOURCE=..\..\Modules\xxsubtype.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000747# End Source File
748# Begin Source File
749
Tim Petersff8505d2004-01-03 05:45:59 +0000750SOURCE=..\..\Modules\zipimport.c
Martin v. Löwis203eec42004-01-02 21:15:07 +0000751# End Source File
Martin v. Löwisc9e82f62006-10-15 07:54:40 +0000752# Begin Source File
753
754SOURCE=..\..\Modules\zlibmodule.c
755# End Source File
756# Begin Source File
757
758SOURCE=..\..\Modules\zlib\zutil.c
759# End Source File
Martin v. Löwis203eec42004-01-02 21:15:07 +0000760# End Target
761# End Project