blob: 1ae4538115e95339953637895c1c33399d6d0f06 [file] [log] [blame]
Guido van Rossum78f65831998-08-06 04:23:56 +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 "python15"
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 "."
42# PROP Intermediate_Dir "temp-release"
43# PROP Ignore_Export_Lib 0
44# PROP Target_Dir ""
Guido van Rossum002156d1998-10-09 02:03:00 +000045F90=df.exe
Guido van Rossum78f65831998-08-06 04:23:56 +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 /c
48# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
49# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
50# 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
57# 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 /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /libpath:"Release"
58
59!ELSEIF "$(CFG)" == "python15 - Win32 Debug"
60
61# PROP BASE Use_MFC 0
62# PROP BASE Use_Debug_Libraries 1
63# PROP BASE Output_Dir "Debug"
64# PROP BASE Intermediate_Dir "Debug"
65# PROP BASE Target_Dir ""
66# PROP Use_MFC 0
67# PROP Use_Debug_Libraries 1
68# PROP Output_Dir "."
69# PROP Intermediate_Dir "temp-debug"
70# PROP Ignore_Export_Lib 0
71# PROP Target_Dir ""
Guido van Rossum002156d1998-10-09 02:03:00 +000072F90=df.exe
Guido van Rossum78f65831998-08-06 04:23:56 +000073# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
74# 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 /c
75# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
76# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
77# ADD BASE RSC /l 0x409 /d "_DEBUG"
78# ADD RSC /l 0x409 /i "..\Include" /d "_DEBUG"
79BSC32=bscmake.exe
80# ADD BASE BSC32 /nologo
81# ADD BSC32 /nologo
82LINK32=link.exe
83# 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
84# 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 /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python15_d.dll" /pdbtype:sept /libpath:"Debug"
85# SUBTRACT LINK32 /pdb:none
86
87!ENDIF
88
89# Begin Target
90
91# Name "python15 - Win32 Release"
92# Name "python15 - Win32 Debug"
93# Begin Source File
94
95SOURCE=..\Modules\_localemodule.c
96# End Source File
97# Begin Source File
98
99SOURCE=..\Objects\abstract.c
100# End Source File
101# Begin Source File
102
103SOURCE=..\Parser\acceler.c
104# End Source File
105# Begin Source File
106
107SOURCE=..\Modules\arraymodule.c
108# End Source File
109# Begin Source File
110
111SOURCE=..\Modules\audioop.c
112# End Source File
113# Begin Source File
114
115SOURCE=..\Modules\binascii.c
116# End Source File
117# Begin Source File
118
119SOURCE=..\Parser\bitset.c
120# End Source File
121# Begin Source File
122
123SOURCE=..\Python\bltinmodule.c
124# End Source File
125# Begin Source File
126
Guido van Rossum002156d1998-10-09 02:03:00 +0000127SOURCE=..\Objects\bufferobject.c
128# End Source File
129# Begin Source File
130
Guido van Rossum78f65831998-08-06 04:23:56 +0000131SOURCE=..\Python\ceval.c
132# End Source File
133# Begin Source File
134
135SOURCE=..\Objects\classobject.c
136# End Source File
137# Begin Source File
138
139SOURCE=..\Modules\cmathmodule.c
140# End Source File
141# Begin Source File
142
143SOURCE=..\Objects\cobject.c
144# End Source File
145# Begin Source File
146
147SOURCE=..\Python\compile.c
148# End Source File
149# Begin Source File
150
151SOURCE=..\Objects\complexobject.c
152# End Source File
153# Begin Source File
154
155SOURCE=..\PC\config.c
156# End Source File
157# Begin Source File
158
159SOURCE=..\Modules\cPickle.c
160# End Source File
161# Begin Source File
162
163SOURCE=..\Modules\cStringIO.c
164# End Source File
165# Begin Source File
166
167SOURCE=..\Objects\dictobject.c
168# End Source File
169# Begin Source File
170
171SOURCE=..\PC\dl_nt.c
172# End Source File
173# Begin Source File
174
175SOURCE=..\Modules\errnomodule.c
176# End Source File
177# Begin Source File
178
179SOURCE=..\Python\errors.c
180# End Source File
181# Begin Source File
182
183SOURCE=..\Objects\fileobject.c
184# End Source File
185# Begin Source File
186
187SOURCE=..\Objects\floatobject.c
188# End Source File
189# Begin Source File
190
191SOURCE=..\Modules\fpectlmodule.c
192# End Source File
193# Begin Source File
194
195SOURCE=..\Modules\fpetestmodule.c
196# End Source File
197# Begin Source File
198
199SOURCE=..\Objects\frameobject.c
200# End Source File
201# Begin Source File
202
203SOURCE=..\Python\frozen.c
204# End Source File
205# Begin Source File
206
207SOURCE=..\Objects\funcobject.c
208# End Source File
209# Begin Source File
210
211SOURCE=..\Python\getargs.c
212# End Source File
213# Begin Source File
214
215SOURCE=..\Modules\getbuildinfo.c
216# End Source File
217# Begin Source File
218
219SOURCE=..\Python\getcompiler.c
220# End Source File
221# Begin Source File
222
223SOURCE=..\Python\getcopyright.c
224# End Source File
225# Begin Source File
226
227SOURCE=..\Python\getmtime.c
228# End Source File
229# Begin Source File
230
231SOURCE=..\Python\getopt.c
232# End Source File
233# Begin Source File
234
235SOURCE=..\PC\getpathp.c
236# End Source File
237# Begin Source File
238
239SOURCE=..\Python\getplatform.c
240# End Source File
241# Begin Source File
242
243SOURCE=..\Python\getversion.c
244# End Source File
245# Begin Source File
246
247SOURCE=..\Python\graminit.c
248# End Source File
249# Begin Source File
250
251SOURCE=..\Parser\grammar1.c
252# End Source File
253# Begin Source File
254
255SOURCE=..\Modules\imageop.c
256# End Source File
257# Begin Source File
258
259SOURCE=..\Python\import.c
260# End Source File
261# Begin Source File
262
263SOURCE=..\PC\import_nt.c
264# ADD CPP /I "..\Python"
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=..\Parser\parsetok.c
357# End Source File
358# Begin Source File
359
360SOURCE=..\Modules\pcremodule.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=..\Modules\pypcre.c
373# End Source File
374# Begin Source File
375
376SOURCE=..\Python\pystate.c
377# End Source File
378# Begin Source File
379
380SOURCE=..\PC\python_nt.def
381# End Source File
382# Begin Source File
383
384SOURCE=..\PC\python_nt.rc
Guido van Rossumca69cf51998-08-13 18:54:51 +0000385
386!IF "$(CFG)" == "python15 - Win32 Release"
387
388!ELSEIF "$(CFG)" == "python15 - Win32 Debug"
389
390!ENDIF
391
Guido van Rossum78f65831998-08-06 04:23:56 +0000392# End Source File
393# Begin Source File
394
395SOURCE=..\Python\pythonrun.c
396# End Source File
397# Begin Source File
398
399SOURCE=..\Objects\rangeobject.c
400# End Source File
401# Begin Source File
402
403SOURCE=..\Modules\regexmodule.c
404# End Source File
405# Begin Source File
406
407SOURCE=..\Modules\regexpr.c
408# End Source File
409# Begin Source File
410
411SOURCE=..\Modules\rgbimgmodule.c
412# End Source File
413# Begin Source File
414
415SOURCE=..\Modules\rotormodule.c
416# End Source File
417# Begin Source File
418
419SOURCE=..\Modules\selectmodule.c
420# End Source File
421# Begin Source File
422
423SOURCE=..\Modules\signalmodule.c
424# End Source File
425# Begin Source File
426
427SOURCE=..\Objects\sliceobject.c
428# End Source File
429# Begin Source File
430
431SOURCE=..\Modules\socketmodule.c
432# End Source File
433# Begin Source File
434
435SOURCE=..\Modules\soundex.c
436# End Source File
437# Begin Source File
438
439SOURCE=..\Objects\stringobject.c
440# End Source File
441# Begin Source File
442
443SOURCE=..\Modules\stropmodule.c
444# End Source File
445# Begin Source File
446
447SOURCE=..\Python\structmember.c
448# End Source File
449# Begin Source File
450
451SOURCE=..\Modules\structmodule.c
452# End Source File
453# Begin Source File
454
455SOURCE=..\Python\sysmodule.c
456# End Source File
457# Begin Source File
458
459SOURCE=..\Python\thread.c
460# End Source File
461# Begin Source File
462
463SOURCE=..\Modules\threadmodule.c
464# End Source File
465# Begin Source File
466
467SOURCE=..\Modules\timemodule.c
468# End Source File
469# Begin Source File
470
471SOURCE=..\Parser\tokenizer.c
472# End Source File
473# Begin Source File
474
475SOURCE=..\Python\traceback.c
476# End Source File
477# Begin Source File
478
479SOURCE=..\Objects\tupleobject.c
480# End Source File
481# Begin Source File
482
483SOURCE=..\Objects\typeobject.c
484# End Source File
485# Begin Source File
486
487SOURCE=..\Modules\yuvconvert.c
488# End Source File
489# End Target
490# End Project