blob: 740eebcaffb944ba3de95e39a76f79165cd15eff [file] [log] [blame]
Guido van Rossumff7d1041997-08-14 23:02:29 +00001# Microsoft Developer Studio Project File - Name="python15" - Package Owner=<4>
2# Microsoft Developer Studio Generated Build File, Format Version 5.00
3# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
6
7CFG=python15 - Win32 Debug
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 "python15.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 "python15.mak" CFG="python15 - Win32 Debug"
17!MESSAGE
18!MESSAGE Possible choices for configuration are:
19!MESSAGE
20!MESSAGE "python15 - Win32 Release" (based on\
21 "Win32 (x86) Dynamic-Link Library")
22!MESSAGE "python15 - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
23!MESSAGE
24
25# Begin Project
26# PROP Scc_ProjName ""
27# PROP Scc_LocalPath ""
28CPP=cl.exe
29MTL=midl.exe
30RSC=rc.exe
31
32!IF "$(CFG)" == "python15 - 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 "Release"
42# PROP Intermediate_Dir "Release"
43# PROP Ignore_Export_Lib 0
44# PROP Target_Dir ""
45# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
46# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\Include" /I "..\PC" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /c
47# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
48# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
49# ADD BASE RSC /l 0x409 /d "NDEBUG"
50# ADD RSC /l 0x409 /d "NDEBUG"
51BSC32=bscmake.exe
52# ADD BASE BSC32 /nologo
53# ADD BSC32 /nologo
54LINK32=link.exe
55# 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
56# ADD 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 wsock32.lib largeint.lib /nologo /subsystem:windows /dll /machine:I386 /nodefaultlib:"libc"
57
58!ELSEIF "$(CFG)" == "python15 - Win32 Debug"
59
60# PROP BASE Use_MFC 0
61# PROP BASE Use_Debug_Libraries 1
62# PROP BASE Output_Dir "Debug"
63# PROP BASE Intermediate_Dir "Debug"
64# PROP BASE Target_Dir ""
65# PROP Use_MFC 0
66# PROP Use_Debug_Libraries 1
67# PROP Output_Dir "Debug"
68# PROP Intermediate_Dir "Debug"
69# PROP Ignore_Export_Lib 0
70# PROP Target_Dir ""
71# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
72# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I "..\Include" /I "..\PC" /D "_DEBUG" /D "USE_DL_EXPORT" /D "WIN32" /D "_WINDOWS" /YX /FD /c
73# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
74# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
75# ADD BASE RSC /l 0x409 /d "_DEBUG"
76# ADD RSC /l 0x409 /d "_DEBUG"
77BSC32=bscmake.exe
78# ADD BASE BSC32 /nologo
79# ADD BSC32 /nologo
80LINK32=link.exe
81# 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
82# ADD 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 wsock32.lib largeint.lib /nologo /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /pdbtype:sept
83# SUBTRACT LINK32 /pdb:none
84
85!ENDIF
86
87# Begin Target
88
89# Name "python15 - Win32 Release"
90# Name "python15 - Win32 Debug"
91# Begin Source File
92
93SOURCE=..\Objects\abstract.c
94# End Source File
95# Begin Source File
96
97SOURCE=..\Parser\acceler.c
98# End Source File
99# Begin Source File
100
101SOURCE=..\Modules\arraymodule.c
102# End Source File
103# Begin Source File
104
105SOURCE=..\Modules\audioop.c
106# End Source File
107# Begin Source File
108
109SOURCE=..\Modules\binascii.c
110# End Source File
111# Begin Source File
112
113SOURCE=..\Parser\bitset.c
114# End Source File
115# Begin Source File
116
117SOURCE=..\Python\bltinmodule.c
118# End Source File
119# Begin Source File
120
121SOURCE=..\Python\ceval.c
122# End Source File
123# Begin Source File
124
125SOURCE=..\Objects\classobject.c
126# End Source File
127# Begin Source File
128
129SOURCE=..\Modules\cmathmodule.c
130# End Source File
131# Begin Source File
132
133SOURCE=..\Objects\cobject.c
134# End Source File
135# Begin Source File
136
137SOURCE=..\Python\compile.c
138# End Source File
139# Begin Source File
140
141SOURCE=..\Objects\complexobject.c
142# End Source File
143# Begin Source File
144
145SOURCE=..\PC\config.c
146# End Source File
147# Begin Source File
148
149SOURCE=..\Modules\cPickle.c
150# End Source File
151# Begin Source File
152
153SOURCE=..\Modules\cStringIO.c
154# End Source File
155# Begin Source File
156
157SOURCE=..\Objects\dictobject.c
158# End Source File
159# Begin Source File
160
161SOURCE=..\PC\dl_nt.c
162# End Source File
163# Begin Source File
164
165SOURCE=..\Modules\errnomodule.c
166# End Source File
167# Begin Source File
168
169SOURCE=..\Python\errors.c
170# End Source File
171# Begin Source File
172
173SOURCE=..\Objects\fileobject.c
174# End Source File
175# Begin Source File
176
177SOURCE=..\Objects\floatobject.c
178# End Source File
179# Begin Source File
180
181SOURCE=..\Modules\fpectlmodule.c
182# End Source File
183# Begin Source File
184
185SOURCE=..\Modules\fpetestmodule.c
186# End Source File
187# Begin Source File
188
189SOURCE=..\Objects\frameobject.c
190# End Source File
191# Begin Source File
192
193SOURCE=..\Python\frozen.c
194# End Source File
195# Begin Source File
196
197SOURCE=..\Objects\funcobject.c
198# End Source File
199# Begin Source File
200
201SOURCE=..\Python\getargs.c
202# End Source File
203# Begin Source File
204
205SOURCE=..\Modules\getbuildinfo.c
206# End Source File
207# Begin Source File
208
209SOURCE=..\Python\getcompiler.c
210# End Source File
211# Begin Source File
212
213SOURCE=..\Python\getcopyright.c
214# End Source File
215# Begin Source File
216
217SOURCE=..\Python\getmtime.c
218# End Source File
219# Begin Source File
220
221SOURCE=..\Python\getopt.c
222# End Source File
223# Begin Source File
224
225SOURCE=..\PC\getpathp.c
226# End Source File
227# Begin Source File
228
229SOURCE=..\Python\getplatform.c
230# End Source File
231# Begin Source File
232
233SOURCE=..\Python\getversion.c
234# End Source File
235# Begin Source File
236
237SOURCE=..\Python\graminit.c
238# End Source File
239# Begin Source File
240
241SOURCE=..\Parser\grammar1.c
242# End Source File
243# Begin Source File
244
245SOURCE=..\Modules\imageop.c
246# End Source File
247# Begin Source File
248
249SOURCE=..\Python\import.c
250# End Source File
251# Begin Source File
252
253SOURCE=..\PC\import_nt.c
254
255!IF "$(CFG)" == "python15 - Win32 Release"
256
257# ADD CPP /I "..\Python"
258
259!ELSEIF "$(CFG)" == "python15 - Win32 Debug"
260
261# ADD CPP /I "..\Python"
262
263!ENDIF
264
265# End Source File
266# Begin Source File
267
268SOURCE=..\Python\importdl.c
269# End Source File
270# Begin Source File
271
272SOURCE=..\Objects\intobject.c
273# End Source File
274# Begin Source File
275
276SOURCE=..\Parser\listnode.c
277# End Source File
278# Begin Source File
279
280SOURCE=..\Objects\listobject.c
281# End Source File
282# Begin Source File
283
284SOURCE=..\Objects\longobject.c
285# End Source File
286# Begin Source File
287
288SOURCE=..\Modules\main.c
289# End Source File
290# Begin Source File
291
292SOURCE=..\Python\marshal.c
293# End Source File
294# Begin Source File
295
296SOURCE=..\Modules\mathmodule.c
297# End Source File
298# Begin Source File
299
300SOURCE=..\Modules\md5c.c
301# End Source File
302# Begin Source File
303
304SOURCE=..\Modules\md5module.c
305# End Source File
306# Begin Source File
307
308SOURCE=..\Parser\metagrammar.c
309# End Source File
310# Begin Source File
311
312SOURCE=..\Objects\methodobject.c
313# End Source File
314# Begin Source File
315
316SOURCE=..\Python\modsupport.c
317# End Source File
318# Begin Source File
319
320SOURCE=..\Objects\moduleobject.c
321# End Source File
322# Begin Source File
323
324SOURCE=..\PC\msvcrtmodule.c
325# End Source File
326# Begin Source File
327
328SOURCE=..\Parser\myreadline.c
329# End Source File
330# Begin Source File
331
332SOURCE=..\Python\mystrtoul.c
333# End Source File
334# Begin Source File
335
336SOURCE=..\Modules\newmodule.c
337# End Source File
338# Begin Source File
339
340SOURCE=..\Parser\node.c
341# End Source File
342# Begin Source File
343
344SOURCE=..\Objects\object.c
345# End Source File
346# Begin Source File
347
348SOURCE=..\Modules\operator.c
349# End Source File
350# Begin Source File
351
352SOURCE=..\Parser\parser.c
353# End Source File
354# Begin Source File
355
356SOURCE=..\Modules\parsermodule.c
357# End Source File
358# Begin Source File
359
360SOURCE=..\Parser\parsetok.c
361# End Source File
362# Begin Source File
363
364SOURCE=..\Modules\posixmodule.c
365# End Source File
366# Begin Source File
367
368SOURCE=..\Python\pyfpe.c
369# End Source File
370# Begin Source File
371
372SOURCE=..\Python\pystate.c
373# End Source File
374# Begin Source File
375
376SOURCE=..\PC\python_nt.def
377# End Source File
378# Begin Source File
379
380SOURCE=..\Python\pythonrun.c
381# End Source File
382# Begin Source File
383
384SOURCE=..\Objects\rangeobject.c
385# End Source File
386# Begin Source File
387
388SOURCE=..\Modules\regexmodule.c
389# End Source File
390# Begin Source File
391
392SOURCE=..\Modules\regexpr.c
393# End Source File
394# Begin Source File
395
396SOURCE=..\Modules\reopmodule.c
397# End Source File
398# Begin Source File
399
400SOURCE=..\Modules\rgbimgmodule.c
401# End Source File
402# Begin Source File
403
404SOURCE=..\Modules\rotormodule.c
405# End Source File
406# Begin Source File
407
408SOURCE=..\Modules\selectmodule.c
409# End Source File
410# Begin Source File
411
412SOURCE=..\Modules\signalmodule.c
413# End Source File
414# Begin Source File
415
416SOURCE=..\Objects\sliceobject.c
417# End Source File
418# Begin Source File
419
420SOURCE=..\Modules\socketmodule.c
421# End Source File
422# Begin Source File
423
424SOURCE=..\Modules\soundex.c
425# End Source File
426# Begin Source File
427
428SOURCE=..\Objects\stringobject.c
429# End Source File
430# Begin Source File
431
432SOURCE=..\Modules\stropmodule.c
433# End Source File
434# Begin Source File
435
436SOURCE=..\Python\structmember.c
437# End Source File
438# Begin Source File
439
440SOURCE=..\Modules\structmodule.c
441# End Source File
442# Begin Source File
443
444SOURCE=..\Python\sysmodule.c
445# End Source File
446# Begin Source File
447
448SOURCE=..\Python\thread.c
449# End Source File
450# Begin Source File
451
452SOURCE=..\Modules\threadmodule.c
453# End Source File
454# Begin Source File
455
456SOURCE=..\Modules\timemodule.c
457# End Source File
458# Begin Source File
459
460SOURCE=..\Parser\tokenizer.c
461# End Source File
462# Begin Source File
463
464SOURCE=..\Python\traceback.c
465# End Source File
466# Begin Source File
467
468SOURCE=..\Objects\tupleobject.c
469# End Source File
470# Begin Source File
471
472SOURCE=..\Objects\typeobject.c
473# End Source File
474# Begin Source File
475
476SOURCE=..\Modules\yuvconvert.c
477# End Source File
478# End Target
479# End Project