Move setting of ioready 'wait' earlier in call chain, to
[python/dscho.git] / PCbuild / pythoncore.dsp
blobc2276502afceab25c0214bbea0eac7138a458b91
1 # Microsoft Developer Studio Project File - Name="pythoncore" - Package Owner=<4>\r
2 # Microsoft Developer Studio Generated Build File, Format Version 6.00\r
3 # ** DO NOT EDIT **\r
4 \r
5 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102\r
6 \r
7 CFG=pythoncore - Win32 Release\r
8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,\r
9 !MESSAGE use the Export Makefile command and run\r
10 !MESSAGE \r
11 !MESSAGE NMAKE /f "pythoncore.mak".\r
12 !MESSAGE \r
13 !MESSAGE You can specify a configuration when running NMAKE\r
14 !MESSAGE by defining the macro CFG on the command line. For example:\r
15 !MESSAGE \r
16 !MESSAGE NMAKE /f "pythoncore.mak" CFG="pythoncore - Win32 Release"\r
17 !MESSAGE \r
18 !MESSAGE Possible choices for configuration are:\r
19 !MESSAGE \r
20 !MESSAGE "pythoncore - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")\r
21 !MESSAGE "pythoncore - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")\r
22 !MESSAGE \r
24 # Begin Project\r
25 # PROP AllowPerConfigDependencies 0\r
26 # PROP Scc_ProjName "pythoncore"\r
27 # PROP Scc_LocalPath ".."\r
28 CPP=cl.exe\r
29 MTL=midl.exe\r
30 RSC=rc.exe\r
32 !IF  "$(CFG)" == "pythoncore - Win32 Release"\r
34 # PROP BASE Use_MFC 0\r
35 # PROP BASE Use_Debug_Libraries 0\r
36 # PROP BASE Output_Dir "Release"\r
37 # PROP BASE Intermediate_Dir "Release"\r
38 # PROP BASE Target_Dir ""\r
39 # PROP Use_MFC 0\r
40 # PROP Use_Debug_Libraries 0\r
41 # PROP Output_Dir "."\r
42 # PROP Intermediate_Dir "x86-temp-release\pythoncore"\r
43 # PROP Ignore_Export_Lib 0\r
44 # PROP Target_Dir ""\r
45 F90=df.exe\r
46 # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c\r
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 /Zm200 /c\r
48 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"\r
49 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o /win32 "NUL"\r
50 # ADD BASE RSC /l 0x409 /d "NDEBUG"\r
51 # ADD RSC /l 0x409 /i "..\Include" /d "NDEBUG"\r
52 BSC32=bscmake.exe\r
53 # ADD BASE BSC32 /nologo\r
54 # ADD BSC32 /nologo\r
55 LINK32=link.exe\r
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\r
57 # ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python23.dll"\r
58 # SUBTRACT LINK32 /pdb:none\r
60 !ELSEIF  "$(CFG)" == "pythoncore - Win32 Debug"\r
62 # PROP BASE Use_MFC 0\r
63 # PROP BASE Use_Debug_Libraries 1\r
64 # PROP BASE Output_Dir "Debug"\r
65 # PROP BASE Intermediate_Dir "Debug"\r
66 # PROP BASE Target_Dir ""\r
67 # PROP Use_MFC 0\r
68 # PROP Use_Debug_Libraries 1\r
69 # PROP Output_Dir "."\r
70 # PROP Intermediate_Dir "x86-temp-debug\pythoncore"\r
71 # PROP Ignore_Export_Lib 0\r
72 # PROP Target_Dir ""\r
73 F90=df.exe\r
74 # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c\r
75 # 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 /Zm200 /c\r
76 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"\r
77 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o /win32 "NUL"\r
78 # ADD BASE RSC /l 0x409 /d "_DEBUG"\r
79 # ADD RSC /l 0x409 /i "..\Include" /d "_DEBUG"\r
80 BSC32=bscmake.exe\r
81 # ADD BASE BSC32 /nologo\r
82 # ADD BSC32 /nologo\r
83 LINK32=link.exe\r
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\r
85 # ADD LINK32 largeint.lib kernel32.lib user32.lib advapi32.lib shell32.lib /nologo /base:"0x1e000000" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libc" /out:"./python23_d.dll" /pdbtype:sept\r
86 # SUBTRACT LINK32 /pdb:none\r
88 !ENDIF \r
90 # Begin Target\r
92 # Name "pythoncore - Win32 Release"\r
93 # Name "pythoncore - Win32 Debug"\r
94 # Begin Source File\r
96 SOURCE=..\Modules\_codecsmodule.c\r
97 # End Source File\r
98 # Begin Source File\r
100 SOURCE=..\Modules\_hotshot.c\r
101 # End Source File\r
102 # Begin Source File\r
104 SOURCE=..\Modules\_localemodule.c\r
105 # End Source File\r
106 # Begin Source File\r
108 SOURCE=..\Modules\_randommodule.c\r
109 # End Source File\r
110 # Begin Source File\r
112 SOURCE=..\Modules\_weakref.c\r
113 # End Source File\r
114 # Begin Source File\r
116 SOURCE=..\Objects\abstract.c\r
117 # End Source File\r
118 # Begin Source File\r
120 SOURCE=..\Parser\acceler.c\r
121 # End Source File\r
122 # Begin Source File\r
124 SOURCE=..\Modules\arraymodule.c\r
125 # End Source File\r
126 # Begin Source File\r
128 SOURCE=..\Modules\audioop.c\r
129 # End Source File\r
130 # Begin Source File\r
132 SOURCE=..\Modules\binascii.c\r
133 # End Source File\r
134 # Begin Source File\r
136 SOURCE=..\Parser\bitset.c\r
137 # End Source File\r
138 # Begin Source File\r
140 SOURCE=..\Python\bltinmodule.c\r
141 # End Source File\r
142 # Begin Source File\r
144 SOURCE=..\Objects\boolobject.c\r
145 # End Source File\r
146 # Begin Source File\r
148 SOURCE=..\Objects\bufferobject.c\r
149 # End Source File\r
150 # Begin Source File\r
152 SOURCE=..\Objects\cellobject.c\r
153 # End Source File\r
154 # Begin Source File\r
156 SOURCE=..\Python\ceval.c\r
157 # End Source File\r
158 # Begin Source File\r
160 SOURCE=..\Objects\classobject.c\r
161 # End Source File\r
162 # Begin Source File\r
164 SOURCE=..\Modules\cmathmodule.c\r
165 # End Source File\r
166 # Begin Source File\r
168 SOURCE=..\Objects\cobject.c\r
169 # End Source File\r
170 # Begin Source File\r
172 SOURCE=..\Python\codecs.c\r
173 # End Source File\r
174 # Begin Source File\r
176 SOURCE=..\Python\compile.c\r
177 # End Source File\r
178 # Begin Source File\r
180 SOURCE=..\Objects\complexobject.c\r
181 # End Source File\r
182 # Begin Source File\r
184 SOURCE=..\PC\config.c\r
185 # End Source File\r
186 # Begin Source File\r
188 SOURCE=..\Modules\cPickle.c\r
189 # End Source File\r
190 # Begin Source File\r
192 SOURCE=..\Modules\cStringIO.c\r
193 # End Source File\r
194 # Begin Source File\r
196 SOURCE=..\Objects\descrobject.c\r
197 # End Source File\r
198 # Begin Source File\r
200 SOURCE=..\Objects\dictobject.c\r
201 # End Source File\r
202 # Begin Source File\r
204 SOURCE=..\PC\dl_nt.c\r
205 # End Source File\r
206 # Begin Source File\r
208 SOURCE=..\Python\dynload_win.c\r
209 # End Source File\r
210 # Begin Source File\r
212 SOURCE=..\Objects\enumobject.c\r
213 # End Source File\r
214 # Begin Source File\r
216 SOURCE=..\Modules\errnomodule.c\r
217 # End Source File\r
218 # Begin Source File\r
220 SOURCE=..\Python\errors.c\r
221 # End Source File\r
222 # Begin Source File\r
224 SOURCE=..\Python\exceptions.c\r
225 # End Source File\r
226 # Begin Source File\r
228 SOURCE=..\Objects\fileobject.c\r
229 # End Source File\r
230 # Begin Source File\r
232 SOURCE=..\Objects\floatobject.c\r
233 # End Source File\r
234 # Begin Source File\r
236 SOURCE=..\Objects\frameobject.c\r
237 # End Source File\r
238 # Begin Source File\r
240 SOURCE=..\Python\frozen.c\r
241 # End Source File\r
242 # Begin Source File\r
244 SOURCE=..\Objects\funcobject.c\r
245 # End Source File\r
246 # Begin Source File\r
248 SOURCE=..\Python\future.c\r
249 # End Source File\r
250 # Begin Source File\r
252 SOURCE=..\Modules\gcmodule.c\r
253 # End Source File\r
254 # Begin Source File\r
256 SOURCE=..\Python\getargs.c\r
257 # End Source File\r
258 # Begin Source File\r
260 SOURCE=..\Modules\getbuildinfo.c\r
261 # ADD CPP /D BUILD=39\r
262 # End Source File\r
263 # Begin Source File\r
265 SOURCE=..\Python\getcompiler.c\r
266 # End Source File\r
267 # Begin Source File\r
269 SOURCE=..\Python\getcopyright.c\r
270 # End Source File\r
271 # Begin Source File\r
273 SOURCE=..\Python\getmtime.c\r
274 # End Source File\r
275 # Begin Source File\r
277 SOURCE=..\Python\getopt.c\r
278 # End Source File\r
279 # Begin Source File\r
281 SOURCE=..\PC\getpathp.c\r
282 # End Source File\r
283 # Begin Source File\r
285 SOURCE=..\Python\getplatform.c\r
286 # End Source File\r
287 # Begin Source File\r
289 SOURCE=..\Python\getversion.c\r
290 # End Source File\r
291 # Begin Source File\r
293 SOURCE=..\Python\graminit.c\r
294 # End Source File\r
295 # Begin Source File\r
297 SOURCE=..\Parser\grammar1.c\r
298 # End Source File\r
299 # Begin Source File\r
301 SOURCE=..\Modules\imageop.c\r
302 # End Source File\r
303 # Begin Source File\r
305 SOURCE=..\Python\import.c\r
306 # End Source File\r
307 # Begin Source File\r
309 SOURCE=..\PC\import_nt.c\r
310 # ADD CPP /I "..\Python"\r
311 # End Source File\r
312 # Begin Source File\r
314 SOURCE=..\Python\importdl.c\r
315 # End Source File\r
316 # Begin Source File\r
318 SOURCE=..\Objects\intobject.c\r
319 # End Source File\r
320 # Begin Source File\r
322 SOURCE=..\Objects\iterobject.c\r
323 # End Source File\r
324 # Begin Source File\r
326 SOURCE=..\Modules\itertoolsmodule.c\r
327 # End Source File\r
328 # Begin Source File\r
330 SOURCE=..\Parser\listnode.c\r
331 # End Source File\r
332 # Begin Source File\r
334 SOURCE=..\Objects\listobject.c\r
335 # End Source File\r
336 # Begin Source File\r
338 SOURCE=..\Objects\longobject.c\r
339 # End Source File\r
340 # Begin Source File\r
342 SOURCE=..\Modules\main.c\r
343 # End Source File\r
344 # Begin Source File\r
346 SOURCE=..\Python\marshal.c\r
347 # End Source File\r
348 # Begin Source File\r
350 SOURCE=..\Modules\mathmodule.c\r
351 # End Source File\r
352 # Begin Source File\r
354 SOURCE=..\Modules\md5c.c\r
355 # End Source File\r
356 # Begin Source File\r
358 SOURCE=..\Modules\md5module.c\r
359 # End Source File\r
360 # Begin Source File\r
362 SOURCE=..\Parser\metagrammar.c\r
363 # End Source File\r
364 # Begin Source File\r
366 SOURCE=..\Objects\methodobject.c\r
367 # End Source File\r
368 # Begin Source File\r
370 SOURCE=..\Python\modsupport.c\r
371 # End Source File\r
372 # Begin Source File\r
374 SOURCE=..\Objects\moduleobject.c\r
375 # End Source File\r
376 # Begin Source File\r
378 SOURCE=..\PC\msvcrtmodule.c\r
379 # End Source File\r
380 # Begin Source File\r
382 SOURCE=..\Parser\myreadline.c\r
383 # End Source File\r
384 # Begin Source File\r
386 SOURCE=..\Python\mysnprintf.c\r
387 # End Source File\r
388 # Begin Source File\r
390 SOURCE=..\Python\mystrtoul.c\r
391 # End Source File\r
392 # Begin Source File\r
394 SOURCE=..\Parser\node.c\r
395 # End Source File\r
396 # Begin Source File\r
398 SOURCE=..\Objects\object.c\r
399 # End Source File\r
400 # Begin Source File\r
402 SOURCE=..\Objects\obmalloc.c\r
403 # End Source File\r
404 # Begin Source File\r
406 SOURCE=..\Modules\operator.c\r
407 # End Source File\r
408 # Begin Source File\r
410 SOURCE=..\Parser\parser.c\r
411 # End Source File\r
412 # Begin Source File\r
414 SOURCE=..\Parser\parsetok.c\r
415 # End Source File\r
416 # Begin Source File\r
418 SOURCE=..\Modules\pcremodule.c\r
419 # End Source File\r
420 # Begin Source File\r
422 SOURCE=..\Modules\posixmodule.c\r
423 # End Source File\r
424 # Begin Source File\r
426 SOURCE=..\Python\pyfpe.c\r
427 # End Source File\r
428 # Begin Source File\r
430 SOURCE=..\Modules\pypcre.c\r
431 # End Source File\r
432 # Begin Source File\r
434 SOURCE=..\Python\pystate.c\r
435 # End Source File\r
436 # Begin Source File\r
438 SOURCE=..\PC\python_nt.rc\r
439 # End Source File\r
440 # Begin Source File\r
442 SOURCE=..\Python\pythonrun.c\r
443 # End Source File\r
444 # Begin Source File\r
446 SOURCE=..\Objects\rangeobject.c\r
447 # End Source File\r
448 # Begin Source File\r
450 SOURCE=..\Modules\regexmodule.c\r
451 # End Source File\r
452 # Begin Source File\r
454 SOURCE=..\Modules\regexpr.c\r
455 # End Source File\r
456 # Begin Source File\r
458 SOURCE=..\Modules\rgbimgmodule.c\r
459 # End Source File\r
460 # Begin Source File\r
462 SOURCE=..\Modules\rotormodule.c\r
463 # End Source File\r
464 # Begin Source File\r
466 SOURCE=..\Modules\shamodule.c\r
467 # End Source File\r
468 # Begin Source File\r
470 SOURCE=..\Modules\signalmodule.c\r
471 # End Source File\r
472 # Begin Source File\r
474 SOURCE=..\Objects\sliceobject.c\r
475 # End Source File\r
476 # Begin Source File\r
478 SOURCE=..\Objects\stringobject.c\r
479 # End Source File\r
480 # Begin Source File\r
482 SOURCE=..\Modules\stropmodule.c\r
483 # End Source File\r
484 # Begin Source File\r
486 SOURCE=..\Python\structmember.c\r
487 # End Source File\r
488 # Begin Source File\r
490 SOURCE=..\Modules\structmodule.c\r
491 # End Source File\r
492 # Begin Source File\r
494 SOURCE=..\Objects\structseq.c\r
495 # End Source File\r
496 # Begin Source File\r
498 SOURCE=..\Python\symtable.c\r
499 # End Source File\r
500 # Begin Source File\r
502 SOURCE=..\Python\sysmodule.c\r
503 # End Source File\r
504 # Begin Source File\r
506 SOURCE=..\Python\thread.c\r
507 # End Source File\r
508 # Begin Source File\r
510 SOURCE=..\Modules\threadmodule.c\r
511 # End Source File\r
512 # Begin Source File\r
514 SOURCE=..\Modules\timemodule.c\r
515 # End Source File\r
516 # Begin Source File\r
518 SOURCE=..\Parser\tokenizer.c\r
519 # End Source File\r
520 # Begin Source File\r
522 SOURCE=..\Python\traceback.c\r
523 # End Source File\r
524 # Begin Source File\r
526 SOURCE=..\Objects\tupleobject.c\r
527 # End Source File\r
528 # Begin Source File\r
530 SOURCE=..\Objects\typeobject.c\r
531 # End Source File\r
532 # Begin Source File\r
534 SOURCE=..\Objects\unicodectype.c\r
535 # End Source File\r
536 # Begin Source File\r
538 SOURCE=..\Objects\unicodeobject.c\r
539 # End Source File\r
540 # Begin Source File\r
542 SOURCE=..\Objects\weakrefobject.c\r
543 # End Source File\r
544 # Begin Source File\r
546 SOURCE=..\Modules\xreadlinesmodule.c\r
547 # End Source File\r
548 # Begin Source File\r
550 SOURCE=..\Modules\xxsubtype.c\r
551 # End Source File\r
552 # Begin Source File\r
554 SOURCE=..\Modules\yuvconvert.c\r
555 # End Source File\r
556 # Begin Source File\r
558 SOURCE=..\Modules\zipimport.c\r
559 # End Source File\r
560 # End Target\r
561 # End Project\r