blob: e7e7384aaa979886074e61a6f75bf4d47971126d [file] [log] [blame]
Guido van Rossum78f65831998-08-06 04:23:56 +00001# Microsoft Developer Studio Project File - Name="python15" - Package Owner=<4>
Guido van Rossum72ca1b32000-01-20 21:31:41 +00002# Microsoft Developer Studio Generated Build File, Format Version 6.00
Guido van Rossum78f65831998-08-06 04:23:56 +00003# ** DO NOT EDIT **
4
5# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
Guido van Rossum72ca1b32000-01-20 21:31:41 +00006# TARGTYPE "Win32 (ALPHA) Dynamic-Link Library" 0x0602
Guido van Rossum78f65831998-08-06 04:23:56 +00007
Guido van Rossum72ca1b32000-01-20 21:31:41 +00008CFG=python15 - Win32 Alpha Debug
Guido van Rossum78f65831998-08-06 04:23:56 +00009!MESSAGE This is not a valid makefile. To build this project using NMAKE,
10!MESSAGE use the Export Makefile command and run
11!MESSAGE
12!MESSAGE NMAKE /f "python15.mak".
13!MESSAGE
14!MESSAGE You can specify a configuration when running NMAKE
15!MESSAGE by defining the macro CFG on the command line. For example:
16!MESSAGE
Guido van Rossum72ca1b32000-01-20 21:31:41 +000017!MESSAGE NMAKE /f "python15.mak" CFG="python15 - Win32 Alpha Debug"
Guido van Rossum78f65831998-08-06 04:23:56 +000018!MESSAGE
19!MESSAGE Possible choices for configuration are:
20!MESSAGE
Guido van Rossum72ca1b32000-01-20 21:31:41 +000021!MESSAGE "python15 - Win32 x86 Release" (based on "Win32 (x86) Dynamic-Link Library")
22!MESSAGE "python15 - Win32 x86 Debug" (based on "Win32 (x86) Dynamic-Link Library")
23!MESSAGE "python15 - Win32 Alpha Debug" (based on "Win32 (ALPHA) Dynamic-Link Library")
24!MESSAGE "python15 - Win32 Alpha Release" (based on "Win32 (ALPHA) Dynamic-Link Library")
Guido van Rossum78f65831998-08-06 04:23:56 +000025!MESSAGE
26
27# Begin Project
Guido van Rossum72ca1b32000-01-20 21:31:41 +000028# PROP AllowPerConfigDependencies 0
Guido van Rossum78f65831998-08-06 04:23:56 +000029# PROP Scc_ProjName "python15"
30# PROP Scc_LocalPath ".."
Guido van Rossum78f65831998-08-06 04:23:56 +000031
Guido van Rossum72ca1b32000-01-20 21:31:41 +000032!IF "$(CFG)" == "python15 - Win32 x86 Release"
Guido van Rossum78f65831998-08-06 04:23:56 +000033
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 "."
Guido van Rossum72ca1b32000-01-20 21:31:41 +000042# PROP Intermediate_Dir "x86-temp-release"
Guido van Rossum78f65831998-08-06 04:23:56 +000043# PROP Ignore_Export_Lib 0
44# PROP Target_Dir ""
Guido van Rossum002156d1998-10-09 02:03:00 +000045F90=df.exe
Guido van Rossum72ca1b32000-01-20 21:31:41 +000046CPP=cl.exe
Guido van Rossum78f65831998-08-06 04:23:56 +000047# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
48# 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
Guido van Rossum72ca1b32000-01-20 21:31:41 +000049MTL=midl.exe
50# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
51# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
52RSC=rc.exe
Guido van Rossum78f65831998-08-06 04:23:56 +000053# ADD BASE RSC /l 0x409 /d "NDEBUG"
54# ADD RSC /l 0x409 /i "..\Include" /d "NDEBUG"
55BSC32=bscmake.exe
56# ADD BASE BSC32 /nologo
57# ADD BSC32 /nologo
58LINK32=link.exe
59# 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
Guido van Rossum0b070351999-02-16 19:56:27 +000060# 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 winmm.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /libpath:"Release"
61# SUBTRACT LINK32 /pdb:none
Guido van Rossum78f65831998-08-06 04:23:56 +000062
Guido van Rossum72ca1b32000-01-20 21:31:41 +000063!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
Guido van Rossum78f65831998-08-06 04:23:56 +000064
65# PROP BASE Use_MFC 0
66# PROP BASE Use_Debug_Libraries 1
67# PROP BASE Output_Dir "Debug"
68# PROP BASE Intermediate_Dir "Debug"
69# PROP BASE Target_Dir ""
70# PROP Use_MFC 0
71# PROP Use_Debug_Libraries 1
72# PROP Output_Dir "."
Guido van Rossum72ca1b32000-01-20 21:31:41 +000073# PROP Intermediate_Dir "x86-temp-debug"
Guido van Rossum78f65831998-08-06 04:23:56 +000074# PROP Ignore_Export_Lib 0
75# PROP Target_Dir ""
Guido van Rossum002156d1998-10-09 02:03:00 +000076F90=df.exe
Guido van Rossum72ca1b32000-01-20 21:31:41 +000077CPP=cl.exe
Guido van Rossum78f65831998-08-06 04:23:56 +000078# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
79# 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
Guido van Rossum72ca1b32000-01-20 21:31:41 +000080MTL=midl.exe
81# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
82# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
83RSC=rc.exe
Guido van Rossum78f65831998-08-06 04:23:56 +000084# ADD BASE RSC /l 0x409 /d "_DEBUG"
85# ADD RSC /l 0x409 /i "..\Include" /d "_DEBUG"
86BSC32=bscmake.exe
87# ADD BASE BSC32 /nologo
88# ADD BSC32 /nologo
89LINK32=link.exe
90# 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
Guido van Rossum0b070351999-02-16 19:56:27 +000091# 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 winmm.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python15_d.dll" /pdbtype:sept /libpath:"Debug"
Guido van Rossum78f65831998-08-06 04:23:56 +000092# SUBTRACT LINK32 /pdb:none
93
Guido van Rossum72ca1b32000-01-20 21:31:41 +000094!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
95
96# PROP BASE Use_MFC 0
97# PROP BASE Use_Debug_Libraries 1
98# PROP BASE Output_Dir "Debug"
99# PROP BASE Intermediate_Dir "Debug"
100# PROP BASE Ignore_Export_Lib 0
101# PROP BASE Target_Dir ""
102# PROP Use_MFC 0
103# PROP Use_Debug_Libraries 1
104# PROP Output_Dir "."
105# PROP Intermediate_Dir "alpha-temp-debug"
106# PROP Ignore_Export_Lib 0
107# PROP Target_Dir ""
108MTL=midl.exe
109# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
110# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
111CPP=cl.exe
112# ADD BASE CPP /nologo /MTd /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /c
113# ADD CPP /nologo /MDd /Gt0 /W3 /GX /Zi /Od /I "..\Include" /I "..\PC" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /c
114RSC=rc.exe
115# ADD BASE RSC /l 0x409 /i "..\Include" /d "_DEBUG"
116# ADD RSC /l 0x409 /i "..\Include" /d "_DEBUG"
117BSC32=bscmake.exe
118# ADD BASE BSC32 /nologo
119# ADD BSC32 /nologo
120LINK32=link.exe
121# ADD BASE LINK32 wsock32.lib largeint.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /out:"./python15_d.dll" /pdbtype:sept /libpath:"Debug"
122# SUBTRACT BASE LINK32 /pdb:none
123# ADD LINK32 wsock32.lib largeint.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /out:"./python15_d.dll" /pdbtype:sept /libpath:"Debug"
124# SUBTRACT LINK32 /pdb:none
125
126!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
127
128# PROP BASE Use_MFC 0
129# PROP BASE Use_Debug_Libraries 0
130# PROP BASE Output_Dir "Release"
131# PROP BASE Intermediate_Dir "Release"
132# PROP BASE Ignore_Export_Lib 0
133# PROP BASE Target_Dir ""
134# PROP Use_MFC 0
135# PROP Use_Debug_Libraries 0
136# PROP Output_Dir "."
137# PROP Intermediate_Dir "alpha-temp-release"
138# PROP Ignore_Export_Lib 0
139# PROP Target_Dir ""
140MTL=midl.exe
141# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
142# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
143CPP=cl.exe
144# ADD BASE CPP /nologo /MT /Gt0 /W3 /GX /Zi /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /c
145# ADD CPP /nologo /MD /Gt0 /W3 /GX /O2 /I "..\Include" /I "..\PC" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "USE_DL_EXPORT" /YX /FD /c
146RSC=rc.exe
147# ADD BASE RSC /l 0x409 /i "..\Include" /d "NDEBUG"
148# ADD RSC /l 0x409 /i "..\Include" /d "NDEBUG"
149BSC32=bscmake.exe
150# ADD BASE BSC32 /nologo
151# ADD BSC32 /nologo
152LINK32=link.exe
153# ADD BASE LINK32 wsock32.lib largeint.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /libpath:"Release"
154# SUBTRACT BASE LINK32 /pdb:none
155# ADD LINK32 wsock32.lib largeint.lib winmm.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /base:"0x1e100000" /subsystem:windows /dll /debug /machine:ALPHA /nodefaultlib:"libc" /libpath:"Release"
156# SUBTRACT LINK32 /pdb:none
157
Guido van Rossum78f65831998-08-06 04:23:56 +0000158!ENDIF
159
160# Begin Target
161
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000162# Name "python15 - Win32 x86 Release"
163# Name "python15 - Win32 x86 Debug"
164# Name "python15 - Win32 Alpha Debug"
165# Name "python15 - Win32 Alpha Release"
Guido van Rossum78f65831998-08-06 04:23:56 +0000166# Begin Source File
167
168SOURCE=..\Modules\_localemodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000169
170!IF "$(CFG)" == "python15 - Win32 x86 Release"
171
172!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
173
174!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
175
176!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
177
178!ENDIF
179
Guido van Rossum78f65831998-08-06 04:23:56 +0000180# End Source File
181# Begin Source File
182
183SOURCE=..\Objects\abstract.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000184
185!IF "$(CFG)" == "python15 - Win32 x86 Release"
186
187!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
188
189!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
190
191!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
192
193!ENDIF
194
Guido van Rossum78f65831998-08-06 04:23:56 +0000195# End Source File
196# Begin Source File
197
198SOURCE=..\Parser\acceler.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000199
200!IF "$(CFG)" == "python15 - Win32 x86 Release"
201
202!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
203
204!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
205
206!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
207
208!ENDIF
209
Guido van Rossum78f65831998-08-06 04:23:56 +0000210# End Source File
211# Begin Source File
212
213SOURCE=..\Modules\arraymodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000214
215!IF "$(CFG)" == "python15 - Win32 x86 Release"
216
217!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
218
219!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
220
221!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
222
223!ENDIF
224
Guido van Rossum78f65831998-08-06 04:23:56 +0000225# End Source File
226# Begin Source File
227
228SOURCE=..\Modules\audioop.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000229
230!IF "$(CFG)" == "python15 - Win32 x86 Release"
231
232!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
233
234!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
235
236!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
237
238!ENDIF
239
Guido van Rossum78f65831998-08-06 04:23:56 +0000240# End Source File
241# Begin Source File
242
243SOURCE=..\Modules\binascii.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000244
245!IF "$(CFG)" == "python15 - Win32 x86 Release"
246
247!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
248
249!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
250
251!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
252
253!ENDIF
254
Guido van Rossum78f65831998-08-06 04:23:56 +0000255# End Source File
256# Begin Source File
257
258SOURCE=..\Parser\bitset.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000259
260!IF "$(CFG)" == "python15 - Win32 x86 Release"
261
262!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
263
264!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
265
266!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
267
268!ENDIF
269
Guido van Rossum78f65831998-08-06 04:23:56 +0000270# End Source File
271# Begin Source File
272
273SOURCE=..\Python\bltinmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000274
275!IF "$(CFG)" == "python15 - Win32 x86 Release"
276
277!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
278
279!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
280
281!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
282
283!ENDIF
284
Guido van Rossum78f65831998-08-06 04:23:56 +0000285# End Source File
286# Begin Source File
287
Guido van Rossum002156d1998-10-09 02:03:00 +0000288SOURCE=..\Objects\bufferobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000289
290!IF "$(CFG)" == "python15 - Win32 x86 Release"
291
292!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
293
294!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
295
296!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
297
298!ENDIF
299
Guido van Rossum002156d1998-10-09 02:03:00 +0000300# End Source File
301# Begin Source File
302
Guido van Rossum78f65831998-08-06 04:23:56 +0000303SOURCE=..\Python\ceval.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000304
305!IF "$(CFG)" == "python15 - Win32 x86 Release"
306
307!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
308
309!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
310
311!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
312
313!ENDIF
314
Guido van Rossum78f65831998-08-06 04:23:56 +0000315# End Source File
316# Begin Source File
317
318SOURCE=..\Objects\classobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000319
320!IF "$(CFG)" == "python15 - Win32 x86 Release"
321
322!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
323
324!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
325
326!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
327
328!ENDIF
329
Guido van Rossum78f65831998-08-06 04:23:56 +0000330# End Source File
331# Begin Source File
332
333SOURCE=..\Modules\cmathmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000334
335!IF "$(CFG)" == "python15 - Win32 x86 Release"
336
337!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
338
339!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
340
341!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
342
343!ENDIF
344
Guido van Rossum78f65831998-08-06 04:23:56 +0000345# End Source File
346# Begin Source File
347
348SOURCE=..\Objects\cobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000349
350!IF "$(CFG)" == "python15 - Win32 x86 Release"
351
352!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
353
354!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
355
356!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
357
358!ENDIF
359
Guido van Rossum78f65831998-08-06 04:23:56 +0000360# End Source File
361# Begin Source File
362
363SOURCE=..\Python\compile.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000364
365!IF "$(CFG)" == "python15 - Win32 x86 Release"
366
367!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
368
369!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
370
371!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
372
373!ENDIF
374
Guido van Rossum78f65831998-08-06 04:23:56 +0000375# End Source File
376# Begin Source File
377
378SOURCE=..\Objects\complexobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000379
380!IF "$(CFG)" == "python15 - Win32 x86 Release"
381
382!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
383
384!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
385
386!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
387
388!ENDIF
389
Guido van Rossum78f65831998-08-06 04:23:56 +0000390# End Source File
391# Begin Source File
392
393SOURCE=..\PC\config.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000394
395!IF "$(CFG)" == "python15 - Win32 x86 Release"
396
397!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
398
399!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
400
401!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
402
403!ENDIF
404
Guido van Rossum78f65831998-08-06 04:23:56 +0000405# End Source File
406# Begin Source File
407
408SOURCE=..\Modules\cPickle.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000409
410!IF "$(CFG)" == "python15 - Win32 x86 Release"
411
412!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
413
414!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
415
416!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
417
418!ENDIF
419
Guido van Rossum78f65831998-08-06 04:23:56 +0000420# End Source File
421# Begin Source File
422
423SOURCE=..\Modules\cStringIO.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000424
425!IF "$(CFG)" == "python15 - Win32 x86 Release"
426
427!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
428
429!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
430
431!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
432
433!ENDIF
434
Guido van Rossum78f65831998-08-06 04:23:56 +0000435# End Source File
436# Begin Source File
437
438SOURCE=..\Objects\dictobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000439
440!IF "$(CFG)" == "python15 - Win32 x86 Release"
441
442!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
443
444!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
445
446!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
447
448!ENDIF
449
Guido van Rossum78f65831998-08-06 04:23:56 +0000450# End Source File
451# Begin Source File
452
453SOURCE=..\PC\dl_nt.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000454
455!IF "$(CFG)" == "python15 - Win32 x86 Release"
456
457!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
458
459!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
460
461!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
462
463!ENDIF
464
Guido van Rossum78f65831998-08-06 04:23:56 +0000465# End Source File
466# Begin Source File
467
Guido van Rossum90e0f571999-12-20 23:00:10 +0000468SOURCE=..\Python\dynload_win.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000469
470!IF "$(CFG)" == "python15 - Win32 x86 Release"
471
472!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
473
474!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
475
476!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
477
478!ENDIF
479
Guido van Rossum90e0f571999-12-20 23:00:10 +0000480# End Source File
481# Begin Source File
482
Guido van Rossum78f65831998-08-06 04:23:56 +0000483SOURCE=..\Modules\errnomodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000484
485!IF "$(CFG)" == "python15 - Win32 x86 Release"
486
487!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
488
489!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
490
491!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
492
493!ENDIF
494
Guido van Rossum78f65831998-08-06 04:23:56 +0000495# End Source File
496# Begin Source File
497
498SOURCE=..\Python\errors.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000499
500!IF "$(CFG)" == "python15 - Win32 x86 Release"
501
502!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
503
504!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
505
506!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
507
508!ENDIF
509
Guido van Rossum78f65831998-08-06 04:23:56 +0000510# End Source File
511# Begin Source File
512
513SOURCE=..\Objects\fileobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000514
515!IF "$(CFG)" == "python15 - Win32 x86 Release"
516
517!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
518
519!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
520
521!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
522
523!ENDIF
524
Guido van Rossum78f65831998-08-06 04:23:56 +0000525# End Source File
526# Begin Source File
527
528SOURCE=..\Objects\floatobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000529
530!IF "$(CFG)" == "python15 - Win32 x86 Release"
531
532!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
533
534!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
535
536!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
537
538!ENDIF
539
Guido van Rossum78f65831998-08-06 04:23:56 +0000540# End Source File
541# Begin Source File
542
543SOURCE=..\Modules\fpectlmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000544
545!IF "$(CFG)" == "python15 - Win32 x86 Release"
546
547!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
548
549!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
550
551!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
552
553!ENDIF
554
Guido van Rossum78f65831998-08-06 04:23:56 +0000555# End Source File
556# Begin Source File
557
558SOURCE=..\Modules\fpetestmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000559
560!IF "$(CFG)" == "python15 - Win32 x86 Release"
561
562!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
563
564!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
565
566!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
567
568!ENDIF
569
Guido van Rossum78f65831998-08-06 04:23:56 +0000570# End Source File
571# Begin Source File
572
573SOURCE=..\Objects\frameobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000574
575!IF "$(CFG)" == "python15 - Win32 x86 Release"
576
577!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
578
579!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
580
581!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
582
583!ENDIF
584
Guido van Rossum78f65831998-08-06 04:23:56 +0000585# End Source File
586# Begin Source File
587
588SOURCE=..\Python\frozen.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000589
590!IF "$(CFG)" == "python15 - Win32 x86 Release"
591
592!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
593
594!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
595
596!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
597
598!ENDIF
599
Guido van Rossum78f65831998-08-06 04:23:56 +0000600# End Source File
601# Begin Source File
602
603SOURCE=..\Objects\funcobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000604
605!IF "$(CFG)" == "python15 - Win32 x86 Release"
606
607!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
608
609!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
610
611!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
612
613!ENDIF
614
Guido van Rossum78f65831998-08-06 04:23:56 +0000615# End Source File
616# Begin Source File
617
618SOURCE=..\Python\getargs.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000619
620!IF "$(CFG)" == "python15 - Win32 x86 Release"
621
622!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
623
624!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
625
626!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
627
628!ENDIF
629
Guido van Rossum78f65831998-08-06 04:23:56 +0000630# End Source File
631# Begin Source File
632
633SOURCE=..\Modules\getbuildinfo.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000634
635!IF "$(CFG)" == "python15 - Win32 x86 Release"
636
637!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
638
639!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
640
641!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
642
643!ENDIF
644
Guido van Rossum78f65831998-08-06 04:23:56 +0000645# End Source File
646# Begin Source File
647
648SOURCE=..\Python\getcompiler.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000649
650!IF "$(CFG)" == "python15 - Win32 x86 Release"
651
652!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
653
654!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
655
656!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
657
658!ENDIF
659
Guido van Rossum78f65831998-08-06 04:23:56 +0000660# End Source File
661# Begin Source File
662
663SOURCE=..\Python\getcopyright.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000664
665!IF "$(CFG)" == "python15 - Win32 x86 Release"
666
667!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
668
669!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
670
671!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
672
673!ENDIF
674
Guido van Rossum78f65831998-08-06 04:23:56 +0000675# End Source File
676# Begin Source File
677
678SOURCE=..\Python\getmtime.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000679
680!IF "$(CFG)" == "python15 - Win32 x86 Release"
681
682!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
683
684!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
685
686!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
687
688!ENDIF
689
Guido van Rossum78f65831998-08-06 04:23:56 +0000690# End Source File
691# Begin Source File
692
693SOURCE=..\Python\getopt.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000694
695!IF "$(CFG)" == "python15 - Win32 x86 Release"
696
697!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
698
699!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
700
701!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
702
703!ENDIF
704
Guido van Rossum78f65831998-08-06 04:23:56 +0000705# End Source File
706# Begin Source File
707
708SOURCE=..\PC\getpathp.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000709
710!IF "$(CFG)" == "python15 - Win32 x86 Release"
711
712!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
713
714!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
715
716!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
717
718!ENDIF
719
Guido van Rossum78f65831998-08-06 04:23:56 +0000720# End Source File
721# Begin Source File
722
723SOURCE=..\Python\getplatform.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000724
725!IF "$(CFG)" == "python15 - Win32 x86 Release"
726
727!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
728
729!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
730
731!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
732
733!ENDIF
734
Guido van Rossum78f65831998-08-06 04:23:56 +0000735# End Source File
736# Begin Source File
737
738SOURCE=..\Python\getversion.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000739
740!IF "$(CFG)" == "python15 - Win32 x86 Release"
741
742!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
743
744!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
745
746!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
747
748!ENDIF
749
Guido van Rossum78f65831998-08-06 04:23:56 +0000750# End Source File
751# Begin Source File
752
753SOURCE=..\Python\graminit.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000754
755!IF "$(CFG)" == "python15 - Win32 x86 Release"
756
757!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
758
759!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
760
761!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
762
763!ENDIF
764
Guido van Rossum78f65831998-08-06 04:23:56 +0000765# End Source File
766# Begin Source File
767
768SOURCE=..\Parser\grammar1.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000769
770!IF "$(CFG)" == "python15 - Win32 x86 Release"
771
772!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
773
774!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
775
776!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
777
778!ENDIF
779
Guido van Rossum78f65831998-08-06 04:23:56 +0000780# End Source File
781# Begin Source File
782
783SOURCE=..\Modules\imageop.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000784
785!IF "$(CFG)" == "python15 - Win32 x86 Release"
786
787!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
788
789!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
790
791!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
792
793!ENDIF
794
Guido van Rossum78f65831998-08-06 04:23:56 +0000795# End Source File
796# Begin Source File
797
798SOURCE=..\Python\import.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000799
800!IF "$(CFG)" == "python15 - Win32 x86 Release"
801
802!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
803
804!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
805
806!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
807
808!ENDIF
809
Guido van Rossum78f65831998-08-06 04:23:56 +0000810# End Source File
811# Begin Source File
812
813SOURCE=..\PC\import_nt.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000814
815!IF "$(CFG)" == "python15 - Win32 x86 Release"
816
Guido van Rossum78f65831998-08-06 04:23:56 +0000817# ADD CPP /I "..\Python"
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000818
819!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
820
821# ADD CPP /I "..\Python"
822
823!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
824
825# ADD BASE CPP /Gt0 /I "..\Python"
826# ADD CPP /Gt0 /I "..\Python"
827
828!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
829
830# ADD BASE CPP /Gt0 /I "..\Python"
831# ADD CPP /Gt0 /I "..\Python"
832
833!ENDIF
834
Guido van Rossum78f65831998-08-06 04:23:56 +0000835# End Source File
836# Begin Source File
837
838SOURCE=..\Python\importdl.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000839
840!IF "$(CFG)" == "python15 - Win32 x86 Release"
841
842!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
843
844!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
845
846!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
847
848!ENDIF
849
Guido van Rossum78f65831998-08-06 04:23:56 +0000850# End Source File
851# Begin Source File
852
853SOURCE=..\Objects\intobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000854
855!IF "$(CFG)" == "python15 - Win32 x86 Release"
856
857!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
858
859!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
860
861!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
862
863!ENDIF
864
Guido van Rossum78f65831998-08-06 04:23:56 +0000865# End Source File
866# Begin Source File
867
868SOURCE=..\Parser\listnode.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000869
870!IF "$(CFG)" == "python15 - Win32 x86 Release"
871
872!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
873
874!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
875
876!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
877
878!ENDIF
879
Guido van Rossum78f65831998-08-06 04:23:56 +0000880# End Source File
881# Begin Source File
882
883SOURCE=..\Objects\listobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000884
885!IF "$(CFG)" == "python15 - Win32 x86 Release"
886
887!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
888
889!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
890
891!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
892
893!ENDIF
894
Guido van Rossum78f65831998-08-06 04:23:56 +0000895# End Source File
896# Begin Source File
897
898SOURCE=..\Objects\longobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000899
900!IF "$(CFG)" == "python15 - Win32 x86 Release"
901
902!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
903
904!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
905
906!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
907
908!ENDIF
909
Guido van Rossum78f65831998-08-06 04:23:56 +0000910# End Source File
911# Begin Source File
912
913SOURCE=..\Modules\main.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000914
915!IF "$(CFG)" == "python15 - Win32 x86 Release"
916
917!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
918
919!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
920
921!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
922
923!ENDIF
924
Guido van Rossum78f65831998-08-06 04:23:56 +0000925# End Source File
926# Begin Source File
927
928SOURCE=..\Python\marshal.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000929
930!IF "$(CFG)" == "python15 - Win32 x86 Release"
931
932!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
933
934!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
935
936!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
937
938!ENDIF
939
Guido van Rossum78f65831998-08-06 04:23:56 +0000940# End Source File
941# Begin Source File
942
943SOURCE=..\Modules\mathmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000944
945!IF "$(CFG)" == "python15 - Win32 x86 Release"
946
947!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
948
949!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
950
951!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
952
953!ENDIF
954
Guido van Rossum78f65831998-08-06 04:23:56 +0000955# End Source File
956# Begin Source File
957
958SOURCE=..\Modules\md5c.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000959
960!IF "$(CFG)" == "python15 - Win32 x86 Release"
961
962!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
963
964!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
965
966!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
967
968!ENDIF
969
Guido van Rossum78f65831998-08-06 04:23:56 +0000970# End Source File
971# Begin Source File
972
973SOURCE=..\Modules\md5module.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000974
975!IF "$(CFG)" == "python15 - Win32 x86 Release"
976
977!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
978
979!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
980
981!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
982
983!ENDIF
984
Guido van Rossum78f65831998-08-06 04:23:56 +0000985# End Source File
986# Begin Source File
987
988SOURCE=..\Parser\metagrammar.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +0000989
990!IF "$(CFG)" == "python15 - Win32 x86 Release"
991
992!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
993
994!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
995
996!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
997
998!ENDIF
999
Guido van Rossum78f65831998-08-06 04:23:56 +00001000# End Source File
1001# Begin Source File
1002
1003SOURCE=..\Objects\methodobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001004
1005!IF "$(CFG)" == "python15 - Win32 x86 Release"
1006
1007!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1008
1009!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1010
1011!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1012
1013!ENDIF
1014
Guido van Rossum78f65831998-08-06 04:23:56 +00001015# End Source File
1016# Begin Source File
1017
1018SOURCE=..\Python\modsupport.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001019
1020!IF "$(CFG)" == "python15 - Win32 x86 Release"
1021
1022!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1023
1024!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1025
1026!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1027
1028!ENDIF
1029
Guido van Rossum78f65831998-08-06 04:23:56 +00001030# End Source File
1031# Begin Source File
1032
1033SOURCE=..\Objects\moduleobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001034
1035!IF "$(CFG)" == "python15 - Win32 x86 Release"
1036
1037!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1038
1039!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1040
1041!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1042
1043!ENDIF
1044
Guido van Rossum78f65831998-08-06 04:23:56 +00001045# End Source File
1046# Begin Source File
1047
1048SOURCE=..\PC\msvcrtmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001049
1050!IF "$(CFG)" == "python15 - Win32 x86 Release"
1051
1052!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1053
1054!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1055
1056!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1057
1058!ENDIF
1059
Guido van Rossum78f65831998-08-06 04:23:56 +00001060# End Source File
1061# Begin Source File
1062
1063SOURCE=..\Parser\myreadline.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001064
1065!IF "$(CFG)" == "python15 - Win32 x86 Release"
1066
1067!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1068
1069!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1070
1071!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1072
1073!ENDIF
1074
Guido van Rossum78f65831998-08-06 04:23:56 +00001075# End Source File
1076# Begin Source File
1077
1078SOURCE=..\Python\mystrtoul.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001079
1080!IF "$(CFG)" == "python15 - Win32 x86 Release"
1081
1082!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1083
1084!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1085
1086!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1087
1088!ENDIF
1089
Guido van Rossum78f65831998-08-06 04:23:56 +00001090# End Source File
1091# Begin Source File
1092
1093SOURCE=..\Modules\newmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001094
1095!IF "$(CFG)" == "python15 - Win32 x86 Release"
1096
1097!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1098
1099!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1100
1101!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1102
1103!ENDIF
1104
Guido van Rossum78f65831998-08-06 04:23:56 +00001105# End Source File
1106# Begin Source File
1107
1108SOURCE=..\Parser\node.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001109
1110!IF "$(CFG)" == "python15 - Win32 x86 Release"
1111
1112!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1113
1114!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1115
1116!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1117
1118!ENDIF
1119
Guido van Rossum78f65831998-08-06 04:23:56 +00001120# End Source File
1121# Begin Source File
1122
1123SOURCE=..\Objects\object.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001124
1125!IF "$(CFG)" == "python15 - Win32 x86 Release"
1126
1127!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1128
1129!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1130
1131!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1132
1133!ENDIF
1134
Guido van Rossum78f65831998-08-06 04:23:56 +00001135# End Source File
1136# Begin Source File
1137
1138SOURCE=..\Modules\operator.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001139
1140!IF "$(CFG)" == "python15 - Win32 x86 Release"
1141
1142!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1143
1144!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1145
1146!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1147
1148!ENDIF
1149
Guido van Rossum78f65831998-08-06 04:23:56 +00001150# End Source File
1151# Begin Source File
1152
1153SOURCE=..\Parser\parser.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001154
1155!IF "$(CFG)" == "python15 - Win32 x86 Release"
1156
1157!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1158
1159!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1160
1161!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1162
1163!ENDIF
1164
Guido van Rossum78f65831998-08-06 04:23:56 +00001165# End Source File
1166# Begin Source File
1167
1168SOURCE=..\Parser\parsetok.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001169
1170!IF "$(CFG)" == "python15 - Win32 x86 Release"
1171
1172!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1173
1174!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1175
1176!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1177
1178!ENDIF
1179
Guido van Rossum78f65831998-08-06 04:23:56 +00001180# End Source File
1181# Begin Source File
1182
1183SOURCE=..\Modules\pcremodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001184
1185!IF "$(CFG)" == "python15 - Win32 x86 Release"
1186
1187!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1188
1189!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1190
1191!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1192
1193!ENDIF
1194
Guido van Rossum78f65831998-08-06 04:23:56 +00001195# End Source File
1196# Begin Source File
1197
1198SOURCE=..\Modules\posixmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001199
1200!IF "$(CFG)" == "python15 - Win32 x86 Release"
1201
1202!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1203
1204!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1205
1206!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1207
1208!ENDIF
1209
Guido van Rossum78f65831998-08-06 04:23:56 +00001210# End Source File
1211# Begin Source File
1212
1213SOURCE=..\Python\pyfpe.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001214
1215!IF "$(CFG)" == "python15 - Win32 x86 Release"
1216
1217!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1218
1219!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1220
1221!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1222
1223!ENDIF
1224
Guido van Rossum78f65831998-08-06 04:23:56 +00001225# End Source File
1226# Begin Source File
1227
1228SOURCE=..\Modules\pypcre.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001229
1230!IF "$(CFG)" == "python15 - Win32 x86 Release"
1231
1232!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1233
1234!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1235
1236!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1237
1238!ENDIF
1239
Guido van Rossum78f65831998-08-06 04:23:56 +00001240# End Source File
1241# Begin Source File
1242
1243SOURCE=..\Python\pystate.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001244
1245!IF "$(CFG)" == "python15 - Win32 x86 Release"
1246
1247!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1248
1249!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1250
1251!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1252
1253!ENDIF
1254
Guido van Rossum78f65831998-08-06 04:23:56 +00001255# End Source File
1256# Begin Source File
1257
Guido van Rossum78f65831998-08-06 04:23:56 +00001258SOURCE=..\PC\python_nt.rc
1259# End Source File
1260# Begin Source File
1261
1262SOURCE=..\Python\pythonrun.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001263
1264!IF "$(CFG)" == "python15 - Win32 x86 Release"
1265
1266!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1267
1268!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1269
1270!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1271
1272!ENDIF
1273
Guido van Rossum78f65831998-08-06 04:23:56 +00001274# End Source File
1275# Begin Source File
1276
1277SOURCE=..\Objects\rangeobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001278
1279!IF "$(CFG)" == "python15 - Win32 x86 Release"
1280
1281!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1282
1283!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1284
1285!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1286
1287!ENDIF
1288
Guido van Rossum78f65831998-08-06 04:23:56 +00001289# End Source File
1290# Begin Source File
1291
1292SOURCE=..\Modules\regexmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001293
1294!IF "$(CFG)" == "python15 - Win32 x86 Release"
1295
1296!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1297
1298!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1299
1300!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1301
1302!ENDIF
1303
Guido van Rossum78f65831998-08-06 04:23:56 +00001304# End Source File
1305# Begin Source File
1306
1307SOURCE=..\Modules\regexpr.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001308
1309!IF "$(CFG)" == "python15 - Win32 x86 Release"
1310
1311!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1312
1313!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1314
1315!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1316
1317!ENDIF
1318
Guido van Rossum78f65831998-08-06 04:23:56 +00001319# End Source File
1320# Begin Source File
1321
1322SOURCE=..\Modules\rgbimgmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001323
1324!IF "$(CFG)" == "python15 - Win32 x86 Release"
1325
1326!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1327
1328!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1329
1330!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1331
1332!ENDIF
1333
Guido van Rossum78f65831998-08-06 04:23:56 +00001334# End Source File
1335# Begin Source File
1336
1337SOURCE=..\Modules\rotormodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001338
1339!IF "$(CFG)" == "python15 - Win32 x86 Release"
1340
1341!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1342
1343!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1344
1345!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1346
1347!ENDIF
1348
Guido van Rossum78f65831998-08-06 04:23:56 +00001349# End Source File
1350# Begin Source File
1351
1352SOURCE=..\Modules\selectmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001353
1354!IF "$(CFG)" == "python15 - Win32 x86 Release"
1355
1356!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1357
1358!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1359
1360!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1361
1362!ENDIF
1363
Guido van Rossum78f65831998-08-06 04:23:56 +00001364# End Source File
1365# Begin Source File
1366
Guido van Rossum2da13201999-04-13 15:44:21 +00001367SOURCE=..\Modules\shamodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001368
1369!IF "$(CFG)" == "python15 - Win32 x86 Release"
1370
1371!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1372
1373!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1374
1375!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1376
1377!ENDIF
1378
Guido van Rossum2da13201999-04-13 15:44:21 +00001379# End Source File
1380# Begin Source File
1381
Guido van Rossum78f65831998-08-06 04:23:56 +00001382SOURCE=..\Modules\signalmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001383
1384!IF "$(CFG)" == "python15 - Win32 x86 Release"
1385
1386!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1387
1388!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1389
1390!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1391
1392!ENDIF
1393
Guido van Rossum78f65831998-08-06 04:23:56 +00001394# End Source File
1395# Begin Source File
1396
1397SOURCE=..\Objects\sliceobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001398
1399!IF "$(CFG)" == "python15 - Win32 x86 Release"
1400
1401!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1402
1403!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1404
1405!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1406
1407!ENDIF
1408
Guido van Rossum78f65831998-08-06 04:23:56 +00001409# End Source File
1410# Begin Source File
1411
1412SOURCE=..\Modules\socketmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001413
1414!IF "$(CFG)" == "python15 - Win32 x86 Release"
1415
1416!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1417
1418!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1419
1420!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1421
1422!ENDIF
1423
Guido van Rossum78f65831998-08-06 04:23:56 +00001424# End Source File
1425# Begin Source File
1426
1427SOURCE=..\Modules\soundex.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001428
1429!IF "$(CFG)" == "python15 - Win32 x86 Release"
1430
1431!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1432
1433!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1434
1435!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1436
1437!ENDIF
1438
Guido van Rossum78f65831998-08-06 04:23:56 +00001439# End Source File
1440# Begin Source File
1441
1442SOURCE=..\Objects\stringobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001443
1444!IF "$(CFG)" == "python15 - Win32 x86 Release"
1445
1446!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1447
1448!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1449
1450!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1451
1452!ENDIF
1453
Guido van Rossum78f65831998-08-06 04:23:56 +00001454# End Source File
1455# Begin Source File
1456
1457SOURCE=..\Modules\stropmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001458
1459!IF "$(CFG)" == "python15 - Win32 x86 Release"
1460
1461!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1462
1463!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1464
1465!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1466
1467!ENDIF
1468
Guido van Rossum78f65831998-08-06 04:23:56 +00001469# End Source File
1470# Begin Source File
1471
1472SOURCE=..\Python\structmember.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001473
1474!IF "$(CFG)" == "python15 - Win32 x86 Release"
1475
1476!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1477
1478!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1479
1480!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1481
1482!ENDIF
1483
Guido van Rossum78f65831998-08-06 04:23:56 +00001484# End Source File
1485# Begin Source File
1486
1487SOURCE=..\Modules\structmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001488
1489!IF "$(CFG)" == "python15 - Win32 x86 Release"
1490
1491!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1492
1493!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1494
1495!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1496
1497!ENDIF
1498
Guido van Rossum78f65831998-08-06 04:23:56 +00001499# End Source File
1500# Begin Source File
1501
1502SOURCE=..\Python\sysmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001503
1504!IF "$(CFG)" == "python15 - Win32 x86 Release"
1505
1506!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1507
1508!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1509
1510!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1511
1512!ENDIF
1513
Guido van Rossum78f65831998-08-06 04:23:56 +00001514# End Source File
1515# Begin Source File
1516
1517SOURCE=..\Python\thread.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001518
1519!IF "$(CFG)" == "python15 - Win32 x86 Release"
1520
1521!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1522
1523!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1524
1525!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1526
1527!ENDIF
1528
Guido van Rossum78f65831998-08-06 04:23:56 +00001529# End Source File
1530# Begin Source File
1531
1532SOURCE=..\Modules\threadmodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001533
1534!IF "$(CFG)" == "python15 - Win32 x86 Release"
1535
1536!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1537
1538!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1539
1540!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1541
1542!ENDIF
1543
Guido van Rossum78f65831998-08-06 04:23:56 +00001544# End Source File
1545# Begin Source File
1546
1547SOURCE=..\Modules\timemodule.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001548
1549!IF "$(CFG)" == "python15 - Win32 x86 Release"
1550
1551!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1552
1553!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1554
1555!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1556
1557!ENDIF
1558
Guido van Rossum78f65831998-08-06 04:23:56 +00001559# End Source File
1560# Begin Source File
1561
1562SOURCE=..\Parser\tokenizer.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001563
1564!IF "$(CFG)" == "python15 - Win32 x86 Release"
1565
1566!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1567
1568!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1569
1570!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1571
1572!ENDIF
1573
Guido van Rossum78f65831998-08-06 04:23:56 +00001574# End Source File
1575# Begin Source File
1576
1577SOURCE=..\Python\traceback.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001578
1579!IF "$(CFG)" == "python15 - Win32 x86 Release"
1580
1581!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1582
1583!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1584
1585!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1586
1587!ENDIF
1588
Guido van Rossum78f65831998-08-06 04:23:56 +00001589# End Source File
1590# Begin Source File
1591
1592SOURCE=..\Objects\tupleobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001593
1594!IF "$(CFG)" == "python15 - Win32 x86 Release"
1595
1596!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1597
1598!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1599
1600!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1601
1602!ENDIF
1603
Guido van Rossum78f65831998-08-06 04:23:56 +00001604# End Source File
1605# Begin Source File
1606
1607SOURCE=..\Objects\typeobject.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001608
1609!IF "$(CFG)" == "python15 - Win32 x86 Release"
1610
1611!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1612
1613!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1614
1615!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1616
1617!ENDIF
1618
Guido van Rossum78f65831998-08-06 04:23:56 +00001619# End Source File
1620# Begin Source File
1621
Guido van Rossum0b070351999-02-16 19:56:27 +00001622SOURCE=..\PC\winsound.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001623
1624!IF "$(CFG)" == "python15 - Win32 x86 Release"
1625
1626!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1627
1628!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1629
1630!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1631
1632!ENDIF
1633
Guido van Rossum0b070351999-02-16 19:56:27 +00001634# End Source File
1635# Begin Source File
1636
Guido van Rossum78f65831998-08-06 04:23:56 +00001637SOURCE=..\Modules\yuvconvert.c
Guido van Rossum72ca1b32000-01-20 21:31:41 +00001638
1639!IF "$(CFG)" == "python15 - Win32 x86 Release"
1640
1641!ELSEIF "$(CFG)" == "python15 - Win32 x86 Debug"
1642
1643!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Debug"
1644
1645!ELSEIF "$(CFG)" == "python15 - Win32 Alpha Release"
1646
1647!ENDIF
1648
Guido van Rossum78f65831998-08-06 04:23:56 +00001649# End Source File
1650# End Target
1651# End Project