mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
New project files from Jim A.
This commit is contained in:
parent
f469d5b05d
commit
54d9fa2e40
9 changed files with 3522 additions and 3577 deletions
|
@ -1,5 +1,5 @@
|
|||
project : n:\python\python-1.4b2\pc\wat_os2\pyth_os2.exe n:\python\python-1.&
|
||||
4b2\pc\wat_dos\pyth_dos.exe .SYMBOLIC
|
||||
project : n:\python\python1.4beta3\pc\wat_os2\pyth_os2.exe n:\python\python1&
|
||||
.4beta3\pc\wat_dos\pyth_dos.exe .SYMBOLIC
|
||||
|
||||
!include n:\python\python-1.4b2\pc\wat_os2\pyth_os2.mk1
|
||||
!include n:\python\python-1.4b2\pc\wat_dos\pyth_dos.mk1
|
||||
!include n:\python\python1.4beta3\pc\wat_os2\pyth_os2.mk1
|
||||
!include n:\python\python1.4beta3\pc\wat_dos\pyth_dos.mk1
|
||||
|
|
|
@ -4,8 +4,8 @@ projectIdent
|
|||
VpeMain
|
||||
1
|
||||
WRect
|
||||
0
|
||||
0
|
||||
128
|
||||
409
|
||||
9920
|
||||
8704
|
||||
2
|
||||
|
@ -42,14 +42,14 @@ WRect
|
|||
WFileName
|
||||
20
|
||||
wat_os2\pyth_os2.tgt
|
||||
38
|
||||
74
|
||||
0
|
||||
5
|
||||
11
|
||||
VComponent
|
||||
12
|
||||
WRect
|
||||
140
|
||||
102
|
||||
243
|
||||
204
|
||||
5632
|
||||
4096
|
||||
0
|
||||
|
@ -58,6 +58,6 @@ WRect
|
|||
WFileName
|
||||
20
|
||||
wat_dos\pyth_dos.tgt
|
||||
40
|
||||
9
|
||||
68
|
||||
5
|
||||
11
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -10,7 +10,7 @@ D_RCDEFINES = -d_DEBUG
|
|||
R_RCDEFINES = -dNDEBUG
|
||||
ORIGIN = MSVC
|
||||
ORIGIN_VER = 1.00
|
||||
PROJPATH = N:\PYTHON\PYTHON-1.4B2\PC\VC15_W31\
|
||||
PROJPATH = N:\PYTHON\PYTHON\PC\VC15_W31\
|
||||
USEMFC = 0
|
||||
CC = cl
|
||||
CPP = cl
|
||||
|
@ -40,14 +40,14 @@ LFLAGS = $(LFLAGS_D_WTTY)
|
|||
LIBS = $(LIBS_D_WTTY)
|
||||
MAPFILE = nul
|
||||
RCDEFINES = $(D_RCDEFINES)
|
||||
DEFFILE=N:\PYTHON\PYTHON-1.4B2\PC\PYTH_W31.DEF
|
||||
DEFFILE=N:\PYTHON\PYTHON\PC\PYTH_W31.DEF
|
||||
!else
|
||||
CFLAGS = $(CFLAGS_R_WTTY)
|
||||
LFLAGS = $(LFLAGS_R_WTTY)
|
||||
LIBS = $(LIBS_R_WTTY)
|
||||
MAPFILE = nul
|
||||
RCDEFINES = $(R_RCDEFINES)
|
||||
DEFFILE=N:\PYTHON\PYTHON-1.4B2\PC\PYTH_W31.DEF
|
||||
DEFFILE=N:\PYTHON\PYTHON\PC\PYTH_W31.DEF
|
||||
!endif
|
||||
!if [if exist MSVC.BND del MSVC.BND]
|
||||
!endif
|
||||
|
@ -57,123 +57,126 @@ SBRS = MAIN.SBR \
|
|||
SOCKETMO.SBR
|
||||
|
||||
|
||||
MAIN_DEP = n:\python\python-1.4b2\pc\src\python.h \
|
||||
n:\python\python-1.4b2\pc\src\allobjec.h \
|
||||
n:\python\python-1.4b2\pc\src\config.h \
|
||||
n:\python\python-1.4b2\pc\src\myproto.h \
|
||||
n:\python\python-1.4b2\pc\src\rename2.h \
|
||||
n:\python\python-1.4b2\pc\src\object.h \
|
||||
n:\python\python-1.4b2\pc\src\objimpl.h \
|
||||
n:\python\python-1.4b2\pc\src\pydebug.h \
|
||||
n:\python\python-1.4b2\pc\src\accessob.h \
|
||||
n:\python\python-1.4b2\pc\src\intobjec.h \
|
||||
n:\python\python-1.4b2\pc\src\longobje.h \
|
||||
n:\python\python-1.4b2\pc\src\floatobj.h \
|
||||
n:\python\python-1.4b2\pc\src\complexo.h \
|
||||
n:\python\python-1.4b2\pc\src\rangeobj.h \
|
||||
n:\python\python-1.4b2\pc\src\stringob.h \
|
||||
n:\python\python-1.4b2\pc\src\tupleobj.h \
|
||||
n:\python\python-1.4b2\pc\src\listobje.h \
|
||||
n:\python\python-1.4b2\pc\src\mappingo.h \
|
||||
n:\python\python-1.4b2\pc\src\methodob.h \
|
||||
n:\python\python-1.4b2\pc\src\moduleob.h \
|
||||
n:\python\python-1.4b2\pc\src\funcobje.h \
|
||||
n:\python\python-1.4b2\pc\src\classobj.h \
|
||||
n:\python\python-1.4b2\pc\src\thread.h \
|
||||
n:\python\python-1.4b2\pc\src\fileobje.h \
|
||||
n:\python\python-1.4b2\pc\src\cobject.h \
|
||||
n:\python\python-1.4b2\pc\src\tracebac.h \
|
||||
n:\python\python-1.4b2\pc\src\errors.h \
|
||||
n:\python\python-1.4b2\pc\src\mymalloc.h \
|
||||
n:\python\python-1.4b2\pc\src\modsuppo.h \
|
||||
n:\python\python-1.4b2\pc\src\ceval.h \
|
||||
n:\python\python-1.4b2\pc\src\pythonru.h \
|
||||
n:\python\python-1.4b2\pc\src\sysmodul.h \
|
||||
n:\python\python-1.4b2\pc\src\intrchec.h \
|
||||
n:\python\python-1.4b2\pc\src\import.h \
|
||||
n:\python\python-1.4b2\pc\src\bltinmod.h \
|
||||
n:\python\python-1.4b2\pc\src\abstract.h
|
||||
MAIN_DEP = n:\python\python\pc\src\python.h \
|
||||
n:\python\python\pc\src\allobjec.h \
|
||||
n:\python\python\pc\src\config.h \
|
||||
n:\python\python\pc\src\myproto.h \
|
||||
n:\python\python\pc\src\rename2.h \
|
||||
n:\python\python\pc\src\object.h \
|
||||
n:\python\python\pc\src\objimpl.h \
|
||||
n:\python\python\pc\src\pydebug.h \
|
||||
n:\python\python\pc\src\accessob.h \
|
||||
n:\python\python\pc\src\intobjec.h \
|
||||
n:\python\python\pc\src\longobje.h \
|
||||
n:\python\python\pc\src\floatobj.h \
|
||||
n:\python\python\pc\src\complexo.h \
|
||||
n:\python\python\pc\src\rangeobj.h \
|
||||
n:\python\python\pc\src\stringob.h \
|
||||
n:\python\python\pc\src\tupleobj.h \
|
||||
n:\python\python\pc\src\listobje.h \
|
||||
n:\python\python\pc\src\mappingo.h \
|
||||
n:\python\python\pc\src\methodob.h \
|
||||
n:\python\python\pc\src\moduleob.h \
|
||||
n:\python\python\pc\src\funcobje.h \
|
||||
n:\python\python\pc\src\classobj.h \
|
||||
n:\python\python\pc\src\thread.h \
|
||||
n:\python\python\pc\src\fileobje.h \
|
||||
n:\python\python\pc\src\cobject.h \
|
||||
n:\python\python\pc\src\tracebac.h \
|
||||
n:\python\python\pc\src\sliceobj.h \
|
||||
n:\python\python\pc\src\pyerrors.h \
|
||||
n:\python\python\pc\src\mymalloc.h \
|
||||
n:\python\python\pc\src\modsuppo.h \
|
||||
n:\python\python\pc\src\ceval.h \
|
||||
n:\python\python\pc\src\pythonru.h \
|
||||
n:\python\python\pc\src\sysmodul.h \
|
||||
n:\python\python\pc\src\intrchec.h \
|
||||
n:\python\python\pc\src\import.h \
|
||||
n:\python\python\pc\src\bltinmod.h \
|
||||
n:\python\python\pc\src\abstract.h
|
||||
|
||||
|
||||
GETOPT_DEP =
|
||||
|
||||
SELECTMO_DEP = n:\python\python-1.4b2\pc\src\allobjec.h \
|
||||
n:\python\python-1.4b2\pc\src\config.h \
|
||||
n:\python\python-1.4b2\pc\src\myproto.h \
|
||||
n:\python\python-1.4b2\pc\src\rename2.h \
|
||||
n:\python\python-1.4b2\pc\src\object.h \
|
||||
n:\python\python-1.4b2\pc\src\objimpl.h \
|
||||
n:\python\python-1.4b2\pc\src\pydebug.h \
|
||||
n:\python\python-1.4b2\pc\src\accessob.h \
|
||||
n:\python\python-1.4b2\pc\src\intobjec.h \
|
||||
n:\python\python-1.4b2\pc\src\longobje.h \
|
||||
n:\python\python-1.4b2\pc\src\floatobj.h \
|
||||
n:\python\python-1.4b2\pc\src\complexo.h \
|
||||
n:\python\python-1.4b2\pc\src\rangeobj.h \
|
||||
n:\python\python-1.4b2\pc\src\stringob.h \
|
||||
n:\python\python-1.4b2\pc\src\tupleobj.h \
|
||||
n:\python\python-1.4b2\pc\src\listobje.h \
|
||||
n:\python\python-1.4b2\pc\src\mappingo.h \
|
||||
n:\python\python-1.4b2\pc\src\methodob.h \
|
||||
n:\python\python-1.4b2\pc\src\moduleob.h \
|
||||
n:\python\python-1.4b2\pc\src\funcobje.h \
|
||||
n:\python\python-1.4b2\pc\src\classobj.h \
|
||||
n:\python\python-1.4b2\pc\src\thread.h \
|
||||
n:\python\python-1.4b2\pc\src\fileobje.h \
|
||||
n:\python\python-1.4b2\pc\src\cobject.h \
|
||||
n:\python\python-1.4b2\pc\src\tracebac.h \
|
||||
n:\python\python-1.4b2\pc\src\errors.h \
|
||||
n:\python\python-1.4b2\pc\src\mymalloc.h \
|
||||
n:\python\python-1.4b2\pc\src\modsuppo.h \
|
||||
n:\python\python-1.4b2\pc\src\ceval.h \
|
||||
n:\python\python-1.4b2\pc\src\pythonru.h \
|
||||
n:\python\python-1.4b2\pc\src\sysmodul.h \
|
||||
n:\python\python-1.4b2\pc\src\intrchec.h \
|
||||
n:\python\python-1.4b2\pc\src\import.h \
|
||||
n:\python\python-1.4b2\pc\src\bltinmod.h \
|
||||
n:\python\python-1.4b2\pc\src\abstract.h \
|
||||
SELECTMO_DEP = n:\python\python\pc\src\allobjec.h \
|
||||
n:\python\python\pc\src\config.h \
|
||||
n:\python\python\pc\src\myproto.h \
|
||||
n:\python\python\pc\src\rename2.h \
|
||||
n:\python\python\pc\src\object.h \
|
||||
n:\python\python\pc\src\objimpl.h \
|
||||
n:\python\python\pc\src\pydebug.h \
|
||||
n:\python\python\pc\src\accessob.h \
|
||||
n:\python\python\pc\src\intobjec.h \
|
||||
n:\python\python\pc\src\longobje.h \
|
||||
n:\python\python\pc\src\floatobj.h \
|
||||
n:\python\python\pc\src\complexo.h \
|
||||
n:\python\python\pc\src\rangeobj.h \
|
||||
n:\python\python\pc\src\stringob.h \
|
||||
n:\python\python\pc\src\tupleobj.h \
|
||||
n:\python\python\pc\src\listobje.h \
|
||||
n:\python\python\pc\src\mappingo.h \
|
||||
n:\python\python\pc\src\methodob.h \
|
||||
n:\python\python\pc\src\moduleob.h \
|
||||
n:\python\python\pc\src\funcobje.h \
|
||||
n:\python\python\pc\src\classobj.h \
|
||||
n:\python\python\pc\src\thread.h \
|
||||
n:\python\python\pc\src\fileobje.h \
|
||||
n:\python\python\pc\src\cobject.h \
|
||||
n:\python\python\pc\src\tracebac.h \
|
||||
n:\python\python\pc\src\sliceobj.h \
|
||||
n:\python\python\pc\src\pyerrors.h \
|
||||
n:\python\python\pc\src\mymalloc.h \
|
||||
n:\python\python\pc\src\modsuppo.h \
|
||||
n:\python\python\pc\src\ceval.h \
|
||||
n:\python\python\pc\src\pythonru.h \
|
||||
n:\python\python\pc\src\sysmodul.h \
|
||||
n:\python\python\pc\src\intrchec.h \
|
||||
n:\python\python\pc\src\import.h \
|
||||
n:\python\python\pc\src\bltinmod.h \
|
||||
n:\python\python\pc\src\abstract.h \
|
||||
c:\msvc\include\winsock.h \
|
||||
n:\python\python-1.4b2\pc\src\myselect.h \
|
||||
n:\python\python-1.4b2\pc\src\mytime.h
|
||||
n:\python\python\pc\src\myselect.h \
|
||||
n:\python\python\pc\src\mytime.h
|
||||
|
||||
|
||||
SOCKETMO_DEP = n:\python\python-1.4b2\pc\src\python.h \
|
||||
n:\python\python-1.4b2\pc\src\allobjec.h \
|
||||
n:\python\python-1.4b2\pc\src\config.h \
|
||||
n:\python\python-1.4b2\pc\src\myproto.h \
|
||||
n:\python\python-1.4b2\pc\src\rename2.h \
|
||||
n:\python\python-1.4b2\pc\src\object.h \
|
||||
n:\python\python-1.4b2\pc\src\objimpl.h \
|
||||
n:\python\python-1.4b2\pc\src\pydebug.h \
|
||||
n:\python\python-1.4b2\pc\src\accessob.h \
|
||||
n:\python\python-1.4b2\pc\src\intobjec.h \
|
||||
n:\python\python-1.4b2\pc\src\longobje.h \
|
||||
n:\python\python-1.4b2\pc\src\floatobj.h \
|
||||
n:\python\python-1.4b2\pc\src\complexo.h \
|
||||
n:\python\python-1.4b2\pc\src\rangeobj.h \
|
||||
n:\python\python-1.4b2\pc\src\stringob.h \
|
||||
n:\python\python-1.4b2\pc\src\tupleobj.h \
|
||||
n:\python\python-1.4b2\pc\src\listobje.h \
|
||||
n:\python\python-1.4b2\pc\src\mappingo.h \
|
||||
n:\python\python-1.4b2\pc\src\methodob.h \
|
||||
n:\python\python-1.4b2\pc\src\moduleob.h \
|
||||
n:\python\python-1.4b2\pc\src\funcobje.h \
|
||||
n:\python\python-1.4b2\pc\src\classobj.h \
|
||||
n:\python\python-1.4b2\pc\src\thread.h \
|
||||
n:\python\python-1.4b2\pc\src\fileobje.h \
|
||||
n:\python\python-1.4b2\pc\src\cobject.h \
|
||||
n:\python\python-1.4b2\pc\src\tracebac.h \
|
||||
n:\python\python-1.4b2\pc\src\errors.h \
|
||||
n:\python\python-1.4b2\pc\src\mymalloc.h \
|
||||
n:\python\python-1.4b2\pc\src\modsuppo.h \
|
||||
n:\python\python-1.4b2\pc\src\ceval.h \
|
||||
n:\python\python-1.4b2\pc\src\pythonru.h \
|
||||
n:\python\python-1.4b2\pc\src\sysmodul.h \
|
||||
n:\python\python-1.4b2\pc\src\intrchec.h \
|
||||
n:\python\python-1.4b2\pc\src\import.h \
|
||||
n:\python\python-1.4b2\pc\src\bltinmod.h \
|
||||
n:\python\python-1.4b2\pc\src\abstract.h \
|
||||
n:\python\python-1.4b2\pc\src\mytime.h \
|
||||
SOCKETMO_DEP = n:\python\python\pc\src\python.h \
|
||||
n:\python\python\pc\src\allobjec.h \
|
||||
n:\python\python\pc\src\config.h \
|
||||
n:\python\python\pc\src\myproto.h \
|
||||
n:\python\python\pc\src\rename2.h \
|
||||
n:\python\python\pc\src\object.h \
|
||||
n:\python\python\pc\src\objimpl.h \
|
||||
n:\python\python\pc\src\pydebug.h \
|
||||
n:\python\python\pc\src\accessob.h \
|
||||
n:\python\python\pc\src\intobjec.h \
|
||||
n:\python\python\pc\src\longobje.h \
|
||||
n:\python\python\pc\src\floatobj.h \
|
||||
n:\python\python\pc\src\complexo.h \
|
||||
n:\python\python\pc\src\rangeobj.h \
|
||||
n:\python\python\pc\src\stringob.h \
|
||||
n:\python\python\pc\src\tupleobj.h \
|
||||
n:\python\python\pc\src\listobje.h \
|
||||
n:\python\python\pc\src\mappingo.h \
|
||||
n:\python\python\pc\src\methodob.h \
|
||||
n:\python\python\pc\src\moduleob.h \
|
||||
n:\python\python\pc\src\funcobje.h \
|
||||
n:\python\python\pc\src\classobj.h \
|
||||
n:\python\python\pc\src\thread.h \
|
||||
n:\python\python\pc\src\fileobje.h \
|
||||
n:\python\python\pc\src\cobject.h \
|
||||
n:\python\python\pc\src\tracebac.h \
|
||||
n:\python\python\pc\src\sliceobj.h \
|
||||
n:\python\python\pc\src\pyerrors.h \
|
||||
n:\python\python\pc\src\mymalloc.h \
|
||||
n:\python\python\pc\src\modsuppo.h \
|
||||
n:\python\python\pc\src\ceval.h \
|
||||
n:\python\python\pc\src\pythonru.h \
|
||||
n:\python\python\pc\src\sysmodul.h \
|
||||
n:\python\python\pc\src\intrchec.h \
|
||||
n:\python\python\pc\src\import.h \
|
||||
n:\python\python\pc\src\bltinmod.h \
|
||||
n:\python\python\pc\src\abstract.h \
|
||||
n:\python\python\pc\src\mytime.h \
|
||||
c:\msvc\include\winsock.h
|
||||
|
||||
|
||||
|
|
|
@ -453,8 +453,8 @@ DEF_FILE= \
|
|||
".\PC\_tkinter.def"
|
||||
LINK32_OBJS= \
|
||||
"$(INTDIR)/_tkinter.obj" \
|
||||
"..\..\..\..\TCL\bin\tcl75.lib" \
|
||||
"..\..\..\..\TCL\bin\tk41.lib" \
|
||||
".\PC\tcl75.lib" \
|
||||
".\PC\tk41.lib" \
|
||||
".\vc40\python14.lib"
|
||||
|
||||
"$(OUTDIR)\_tkinter.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
|
||||
|
@ -4451,12 +4451,12 @@ DEP_CPP__TKIN=\
|
|||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=\TCL\bin\tk41.lib
|
||||
SOURCE=.\PC\tk41.lib
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=\TCL\bin\tcl75.lib
|
||||
SOURCE=.\PC\tcl75.lib
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
|
|
@ -1,597 +1,599 @@
|
|||
!define BLANK ""
|
||||
n:\python\python-1.4b2\pc\wat_dos\arraymodule.obj : n:\python\python-1.4b2\m&
|
||||
odules\arraymodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\arraymodule.obj : n:\python\python1.4bet&
|
||||
a3\modules\arraymodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\arraymodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\audioop.obj : n:\python\python-1.4b2\modul&
|
||||
es\audioop.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\audioop.obj : n:\python\python1.4beta3\m&
|
||||
odules\audioop.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\audioop.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
||||
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\binascii.obj : n:\python\python-1.4b2\modu&
|
||||
les\binascii.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\binascii.obj : n:\python\python1.4beta3\&
|
||||
modules\binascii.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\binascii.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
||||
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\cmathmodule.obj : n:\python\python-1.4b2\m&
|
||||
odules\cmathmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\cmathmodule.obj : n:\python\python1.4bet&
|
||||
a3\modules\cmathmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\cmathmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\environment.obj : n:\python\python-1.4b2\m&
|
||||
odules\environment.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\errnomodule.obj : n:\python\python1.4bet&
|
||||
a3\modules\errnomodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
*wcc386 ..\..\modules\environment.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\errnomodule.obj : n:\python\python-1.4b2\m&
|
||||
odules\errnomodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\errnomodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\getpath.obj : n:\python\python-1.4b2\modul&
|
||||
es\getpath.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\getpath.obj : n:\python\python1.4beta3\m&
|
||||
odules\getpath.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\getpath.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
||||
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\imageop.obj : n:\python\python-1.4b2\modul&
|
||||
es\imageop.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\imageop.obj : n:\python\python1.4beta3\m&
|
||||
odules\imageop.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\imageop.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
||||
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\main.obj : n:\python\python-1.4b2\modules\&
|
||||
main.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\main.obj : n:\python\python1.4beta3\modu&
|
||||
les\main.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\main.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 -&
|
||||
dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\mathmodule.obj : n:\python\python-1.4b2\mo&
|
||||
dules\mathmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\mathmodule.obj : n:\python\python1.4beta&
|
||||
3\modules\mathmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\mathmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\md5c.obj : n:\python\python-1.4b2\modules\&
|
||||
md5c.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\md5c.obj : n:\python\python1.4beta3\modu&
|
||||
les\md5c.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\md5c.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 -&
|
||||
dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\md5module.obj : n:\python\python-1.4b2\mod&
|
||||
ules\md5module.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\md5module.obj : n:\python\python1.4beta3&
|
||||
\modules\md5module.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\md5module.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
||||
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\newmodule.obj : n:\python\python-1.4b2\mod&
|
||||
ules\newmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\newmodule.obj : n:\python\python1.4beta3&
|
||||
\modules\newmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\newmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
||||
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\operator.obj : n:\python\python-1.4b2\modu&
|
||||
les\operator.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\operator.obj : n:\python\python1.4beta3\&
|
||||
modules\operator.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\operator.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
||||
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\posixmodule.obj : n:\python\python-1.4b2\m&
|
||||
odules\posixmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\posixmodule.obj : n:\python\python1.4bet&
|
||||
a3\modules\posixmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\posixmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\regexmodule.obj : n:\python\python-1.4b2\m&
|
||||
odules\regexmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\regexmodule.obj : n:\python\python1.4bet&
|
||||
a3\modules\regexmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\regexmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\regexpr.obj : n:\python\python-1.4b2\modul&
|
||||
es\regexpr.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\regexpr.obj : n:\python\python1.4beta3\m&
|
||||
odules\regexpr.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\regexpr.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
||||
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\rgbimgmodule.obj : n:\python\python-1.4b2\&
|
||||
modules\rgbimgmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\rgbimgmodule.obj : n:\python\python1.4be&
|
||||
ta3\modules\rgbimgmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\rgbimgmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w&
|
||||
4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\rotormodule.obj : n:\python\python-1.4b2\m&
|
||||
odules\rotormodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\rotormodule.obj : n:\python\python1.4bet&
|
||||
a3\modules\rotormodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\rotormodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\signalmodule.obj : n:\python\python-1.4b2\&
|
||||
modules\signalmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\signalmodule.obj : n:\python\python1.4be&
|
||||
ta3\modules\signalmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\signalmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w&
|
||||
4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\soundex.obj : n:\python\python-1.4b2\modul&
|
||||
es\soundex.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\soundex.obj : n:\python\python1.4beta3\m&
|
||||
odules\soundex.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\soundex.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
||||
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\stropmodule.obj : n:\python\python-1.4b2\m&
|
||||
odules\stropmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\stropmodule.obj : n:\python\python1.4bet&
|
||||
a3\modules\stropmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\stropmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\structmodule.obj : n:\python\python-1.4b2\&
|
||||
modules\structmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\structmodule.obj : n:\python\python1.4be&
|
||||
ta3\modules\structmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\structmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w&
|
||||
4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\timemodule.obj : n:\python\python-1.4b2\mo&
|
||||
dules\timemodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\timemodule.obj : n:\python\python1.4beta&
|
||||
3\modules\timemodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\timemodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\yuvconvert.obj : n:\python\python-1.4b2\mo&
|
||||
dules\yuvconvert.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\yuvconvert.obj : n:\python\python1.4beta&
|
||||
3\modules\yuvconvert.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\modules\yuvconvert.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\abstract.obj : n:\python\python-1.4b2\obje&
|
||||
cts\abstract.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\abstract.obj : n:\python\python1.4beta3\&
|
||||
objects\abstract.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\abstract.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
||||
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\accessobject.obj : n:\python\python-1.4b2\&
|
||||
objects\accessobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\accessobject.obj : n:\python\python1.4be&
|
||||
ta3\objects\accessobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\accessobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w&
|
||||
4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\classobject.obj : n:\python\python-1.4b2\o&
|
||||
bjects\classobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\classobject.obj : n:\python\python1.4bet&
|
||||
a3\objects\classobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\classobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\cobject.obj : n:\python\python-1.4b2\objec&
|
||||
ts\cobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\cobject.obj : n:\python\python1.4beta3\o&
|
||||
bjects\cobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\cobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
||||
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\complexobject.obj : n:\python\python-1.4b2&
|
||||
\objects\complexobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\complexobject.obj : n:\python\python1.4b&
|
||||
eta3\objects\complexobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\complexobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -&
|
||||
w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\fileobject.obj : n:\python\python-1.4b2\ob&
|
||||
jects\fileobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\fileobject.obj : n:\python\python1.4beta&
|
||||
3\objects\fileobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\fileobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\floatobject.obj : n:\python\python-1.4b2\o&
|
||||
bjects\floatobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\floatobject.obj : n:\python\python1.4bet&
|
||||
a3\objects\floatobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\floatobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\frameobject.obj : n:\python\python-1.4b2\o&
|
||||
bjects\frameobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\frameobject.obj : n:\python\python1.4bet&
|
||||
a3\objects\frameobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\frameobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\funcobject.obj : n:\python\python-1.4b2\ob&
|
||||
jects\funcobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\funcobject.obj : n:\python\python1.4beta&
|
||||
3\objects\funcobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\funcobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\intobject.obj : n:\python\python-1.4b2\obj&
|
||||
ects\intobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\intobject.obj : n:\python\python1.4beta3&
|
||||
\objects\intobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\intobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
||||
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\listobject.obj : n:\python\python-1.4b2\ob&
|
||||
jects\listobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\listobject.obj : n:\python\python1.4beta&
|
||||
3\objects\listobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\listobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\longobject.obj : n:\python\python-1.4b2\ob&
|
||||
jects\longobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\longobject.obj : n:\python\python1.4beta&
|
||||
3\objects\longobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\longobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\mappingobject.obj : n:\python\python-1.4b2&
|
||||
\objects\mappingobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\mappingobject.obj : n:\python\python1.4b&
|
||||
eta3\objects\mappingobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\mappingobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -&
|
||||
w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\methodobject.obj : n:\python\python-1.4b2\&
|
||||
objects\methodobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\methodobject.obj : n:\python\python1.4be&
|
||||
ta3\objects\methodobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\methodobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w&
|
||||
4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\moduleobject.obj : n:\python\python-1.4b2\&
|
||||
objects\moduleobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\moduleobject.obj : n:\python\python1.4be&
|
||||
ta3\objects\moduleobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\moduleobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w&
|
||||
4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\object.obj : n:\python\python-1.4b2\object&
|
||||
s\object.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\object.obj : n:\python\python1.4beta3\ob&
|
||||
jects\object.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\object.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25&
|
||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\rangeobject.obj : n:\python\python-1.4b2\o&
|
||||
bjects\rangeobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\rangeobject.obj : n:\python\python1.4bet&
|
||||
a3\objects\rangeobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\rangeobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\stringobject.obj : n:\python\python-1.4b2\&
|
||||
objects\stringobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\sliceobject.obj : n:\python\python1.4bet&
|
||||
a3\objects\sliceobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\sliceobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python1.4beta3\pc\wat_dos\stringobject.obj : n:\python\python1.4be&
|
||||
ta3\objects\stringobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\stringobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w&
|
||||
4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\tupleobject.obj : n:\python\python-1.4b2\o&
|
||||
bjects\tupleobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\tupleobject.obj : n:\python\python1.4bet&
|
||||
a3\objects\tupleobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\tupleobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\typeobject.obj : n:\python\python-1.4b2\ob&
|
||||
jects\typeobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\typeobject.obj : n:\python\python1.4beta&
|
||||
3\objects\typeobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\objects\typeobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\acceler.obj : n:\python\python-1.4b2\parse&
|
||||
r\acceler.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\acceler.obj : n:\python\python1.4beta3\p&
|
||||
arser\acceler.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\parser\acceler.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25&
|
||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\grammar1.obj : n:\python\python-1.4b2\pars&
|
||||
er\grammar1.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\grammar1.obj : n:\python\python1.4beta3\&
|
||||
parser\grammar1.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\parser\grammar1.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
||||
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\myreadline.obj : n:\python\python-1.4b2\pa&
|
||||
rser\myreadline.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\myreadline.obj : n:\python\python1.4beta&
|
||||
3\parser\myreadline.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\parser\myreadline.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
||||
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\node.obj : n:\python\python-1.4b2\parser\n&
|
||||
ode.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\node.obj : n:\python\python1.4beta3\pars&
|
||||
er\node.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\parser\node.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 -d&
|
||||
HAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\parser.obj : n:\python\python-1.4b2\parser&
|
||||
\parser.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\parser.obj : n:\python\python1.4beta3\pa&
|
||||
rser\parser.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\parser\parser.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 &
|
||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\parsetok.obj : n:\python\python-1.4b2\pars&
|
||||
er\parsetok.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\parsetok.obj : n:\python\python1.4beta3\&
|
||||
parser\parsetok.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\parser\parsetok.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
||||
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\tokenizer.obj : n:\python\python-1.4b2\par&
|
||||
ser\tokenizer.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\tokenizer.obj : n:\python\python1.4beta3&
|
||||
\parser\tokenizer.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\parser\tokenizer.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
||||
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\bltinmodule.obj : n:\python\python-1.4b2\p&
|
||||
ython\bltinmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\bltinmodule.obj : n:\python\python1.4bet&
|
||||
a3\python\bltinmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\bltinmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\ceval.obj : n:\python\python-1.4b2\python\&
|
||||
ceval.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\ceval.obj : n:\python\python1.4beta3\pyt&
|
||||
hon\ceval.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\ceval.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 -&
|
||||
dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\cgensupport.obj : n:\python\python-1.4b2\p&
|
||||
ython\cgensupport.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\cgensupport.obj : n:\python\python1.4bet&
|
||||
a3\python\cgensupport.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\cgensupport.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\compile.obj : n:\python\python-1.4b2\pytho&
|
||||
n\compile.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\compile.obj : n:\python\python1.4beta3\p&
|
||||
ython\compile.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\compile.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25&
|
||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\errors.obj : n:\python\python-1.4b2\python&
|
||||
\errors.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\errors.obj : n:\python\python1.4beta3\py&
|
||||
thon\errors.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\errors.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 &
|
||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\frozen.obj : n:\python\python-1.4b2\python&
|
||||
\frozen.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\frozen.obj : n:\python\python1.4beta3\py&
|
||||
thon\frozen.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\frozen.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 &
|
||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\getargs.obj : n:\python\python-1.4b2\pytho&
|
||||
n\getargs.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\getargs.obj : n:\python\python1.4beta3\p&
|
||||
ython\getargs.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\getargs.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25&
|
||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\getcompiler.obj : n:\python\python-1.4b2\p&
|
||||
ython\getcompiler.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\getcompiler.obj : n:\python\python1.4bet&
|
||||
a3\python\getcompiler.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\getcompiler.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\getcopyright.obj : n:\python\python-1.4b2\&
|
||||
python\getcopyright.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\getcopyright.obj : n:\python\python1.4be&
|
||||
ta3\python\getcopyright.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\getcopyright.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\getmtime.obj : n:\python\python-1.4b2\pyth&
|
||||
on\getmtime.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\getmtime.obj : n:\python\python1.4beta3\&
|
||||
python\getmtime.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\getmtime.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
||||
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\getopt.obj : n:\python\python-1.4b2\python&
|
||||
\getopt.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\getopt.obj : n:\python\python1.4beta3\py&
|
||||
thon\getopt.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\getopt.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 &
|
||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\getplatform.obj : n:\python\python-1.4b2\p&
|
||||
ython\getplatform.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\getplatform.obj : n:\python\python1.4bet&
|
||||
a3\python\getplatform.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\getplatform.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\getversion.obj : n:\python\python-1.4b2\py&
|
||||
thon\getversion.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\getversion.obj : n:\python\python1.4beta&
|
||||
3\python\getversion.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\getversion.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
||||
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\graminit.obj : n:\python\python-1.4b2\pyth&
|
||||
on\graminit.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\graminit.obj : n:\python\python1.4beta3\&
|
||||
python\graminit.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\graminit.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
||||
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\import.obj : n:\python\python-1.4b2\python&
|
||||
\import.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\import.obj : n:\python\python1.4beta3\py&
|
||||
thon\import.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\import.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 &
|
||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\importdl.obj : n:\python\python-1.4b2\pyth&
|
||||
on\importdl.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\importdl.obj : n:\python\python1.4beta3\&
|
||||
python\importdl.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\importdl.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
||||
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\marshal.obj : n:\python\python-1.4b2\pytho&
|
||||
n\marshal.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\marshal.obj : n:\python\python1.4beta3\p&
|
||||
ython\marshal.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\marshal.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25&
|
||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\modsupport.obj : n:\python\python-1.4b2\py&
|
||||
thon\modsupport.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\modsupport.obj : n:\python\python1.4beta&
|
||||
3\python\modsupport.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\modsupport.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
||||
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\mystrtoul.obj : n:\python\python-1.4b2\pyt&
|
||||
hon\mystrtoul.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\mystrtoul.obj : n:\python\python1.4beta3&
|
||||
\python\mystrtoul.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\mystrtoul.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
||||
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\pythonrun.obj : n:\python\python-1.4b2\pyt&
|
||||
hon\pythonrun.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\pythonrun.obj : n:\python\python1.4beta3&
|
||||
\python\pythonrun.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\pythonrun.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
||||
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\structmember.obj : n:\python\python-1.4b2\&
|
||||
python\structmember.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\structmember.obj : n:\python\python1.4be&
|
||||
ta3\python\structmember.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\structmember.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\sysmodule.obj : n:\python\python-1.4b2\pyt&
|
||||
hon\sysmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\sysmodule.obj : n:\python\python1.4beta3&
|
||||
\python\sysmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\sysmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
||||
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\traceback.obj : n:\python\python-1.4b2\pyt&
|
||||
hon\traceback.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\traceback.obj : n:\python\python1.4beta3&
|
||||
\python\traceback.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\..\python\traceback.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
||||
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\config.obj : n:\python\python-1.4b2\pc\con&
|
||||
fig.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\config.obj : n:\python\python1.4beta3\pc&
|
||||
\config.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
*wcc386 ..\config.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 -dHAVE_CON&
|
||||
FIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_dos\pyth_dos.exe : n:\python\python-1.4b2\pc\w&
|
||||
at_dos\arraymodule.obj n:\python\python-1.4b2\pc\wat_dos\audioop.obj n:\pyth&
|
||||
on\python-1.4b2\pc\wat_dos\binascii.obj n:\python\python-1.4b2\pc\wat_dos\cm&
|
||||
athmodule.obj n:\python\python-1.4b2\pc\wat_dos\environment.obj n:\python\py&
|
||||
thon-1.4b2\pc\wat_dos\errnomodule.obj n:\python\python-1.4b2\pc\wat_dos\getp&
|
||||
ath.obj n:\python\python-1.4b2\pc\wat_dos\imageop.obj n:\python\python-1.4b2&
|
||||
\pc\wat_dos\main.obj n:\python\python-1.4b2\pc\wat_dos\mathmodule.obj n:\pyt&
|
||||
hon\python-1.4b2\pc\wat_dos\md5c.obj n:\python\python-1.4b2\pc\wat_dos\md5mo&
|
||||
dule.obj n:\python\python-1.4b2\pc\wat_dos\newmodule.obj n:\python\python-1.&
|
||||
4b2\pc\wat_dos\operator.obj n:\python\python-1.4b2\pc\wat_dos\posixmodule.ob&
|
||||
j n:\python\python-1.4b2\pc\wat_dos\regexmodule.obj n:\python\python-1.4b2\p&
|
||||
c\wat_dos\regexpr.obj n:\python\python-1.4b2\pc\wat_dos\rgbimgmodule.obj n:\&
|
||||
python\python-1.4b2\pc\wat_dos\rotormodule.obj n:\python\python-1.4b2\pc\wat&
|
||||
_dos\signalmodule.obj n:\python\python-1.4b2\pc\wat_dos\soundex.obj n:\pytho&
|
||||
n\python-1.4b2\pc\wat_dos\stropmodule.obj n:\python\python-1.4b2\pc\wat_dos\&
|
||||
structmodule.obj n:\python\python-1.4b2\pc\wat_dos\timemodule.obj n:\python\&
|
||||
python-1.4b2\pc\wat_dos\yuvconvert.obj n:\python\python-1.4b2\pc\wat_dos\abs&
|
||||
tract.obj n:\python\python-1.4b2\pc\wat_dos\accessobject.obj n:\python\pytho&
|
||||
n-1.4b2\pc\wat_dos\classobject.obj n:\python\python-1.4b2\pc\wat_dos\cobject&
|
||||
.obj n:\python\python-1.4b2\pc\wat_dos\complexobject.obj n:\python\python-1.&
|
||||
4b2\pc\wat_dos\fileobject.obj n:\python\python-1.4b2\pc\wat_dos\floatobject.&
|
||||
obj n:\python\python-1.4b2\pc\wat_dos\frameobject.obj n:\python\python-1.4b2&
|
||||
\pc\wat_dos\funcobject.obj n:\python\python-1.4b2\pc\wat_dos\intobject.obj n&
|
||||
:\python\python-1.4b2\pc\wat_dos\listobject.obj n:\python\python-1.4b2\pc\wa&
|
||||
t_dos\longobject.obj n:\python\python-1.4b2\pc\wat_dos\mappingobject.obj n:\&
|
||||
python\python-1.4b2\pc\wat_dos\methodobject.obj n:\python\python-1.4b2\pc\wa&
|
||||
t_dos\moduleobject.obj n:\python\python-1.4b2\pc\wat_dos\object.obj n:\pytho&
|
||||
n\python-1.4b2\pc\wat_dos\rangeobject.obj n:\python\python-1.4b2\pc\wat_dos\&
|
||||
stringobject.obj n:\python\python-1.4b2\pc\wat_dos\tupleobject.obj n:\python&
|
||||
\python-1.4b2\pc\wat_dos\typeobject.obj n:\python\python-1.4b2\pc\wat_dos\ac&
|
||||
celer.obj n:\python\python-1.4b2\pc\wat_dos\grammar1.obj n:\python\python-1.&
|
||||
4b2\pc\wat_dos\myreadline.obj n:\python\python-1.4b2\pc\wat_dos\node.obj n:\&
|
||||
python\python-1.4b2\pc\wat_dos\parser.obj n:\python\python-1.4b2\pc\wat_dos\&
|
||||
parsetok.obj n:\python\python-1.4b2\pc\wat_dos\tokenizer.obj n:\python\pytho&
|
||||
n-1.4b2\pc\wat_dos\bltinmodule.obj n:\python\python-1.4b2\pc\wat_dos\ceval.o&
|
||||
bj n:\python\python-1.4b2\pc\wat_dos\cgensupport.obj n:\python\python-1.4b2\&
|
||||
pc\wat_dos\compile.obj n:\python\python-1.4b2\pc\wat_dos\errors.obj n:\pytho&
|
||||
n\python-1.4b2\pc\wat_dos\frozen.obj n:\python\python-1.4b2\pc\wat_dos\getar&
|
||||
gs.obj n:\python\python-1.4b2\pc\wat_dos\getcompiler.obj n:\python\python-1.&
|
||||
4b2\pc\wat_dos\getcopyright.obj n:\python\python-1.4b2\pc\wat_dos\getmtime.o&
|
||||
bj n:\python\python-1.4b2\pc\wat_dos\getopt.obj n:\python\python-1.4b2\pc\wa&
|
||||
t_dos\getplatform.obj n:\python\python-1.4b2\pc\wat_dos\getversion.obj n:\py&
|
||||
thon\python-1.4b2\pc\wat_dos\graminit.obj n:\python\python-1.4b2\pc\wat_dos\&
|
||||
import.obj n:\python\python-1.4b2\pc\wat_dos\importdl.obj n:\python\python-1&
|
||||
.4b2\pc\wat_dos\marshal.obj n:\python\python-1.4b2\pc\wat_dos\modsupport.obj&
|
||||
n:\python\python-1.4b2\pc\wat_dos\mystrtoul.obj n:\python\python-1.4b2\pc\w&
|
||||
at_dos\pythonrun.obj n:\python\python-1.4b2\pc\wat_dos\structmember.obj n:\p&
|
||||
ython\python-1.4b2\pc\wat_dos\sysmodule.obj n:\python\python-1.4b2\pc\wat_do&
|
||||
s\traceback.obj n:\python\python-1.4b2\pc\wat_dos\config.obj .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_dos\pyth_dos.exe : n:\python\python1.4beta3\&
|
||||
pc\wat_dos\arraymodule.obj n:\python\python1.4beta3\pc\wat_dos\audioop.obj n&
|
||||
:\python\python1.4beta3\pc\wat_dos\binascii.obj n:\python\python1.4beta3\pc\&
|
||||
wat_dos\cmathmodule.obj n:\python\python1.4beta3\pc\wat_dos\errnomodule.obj &
|
||||
n:\python\python1.4beta3\pc\wat_dos\getpath.obj n:\python\python1.4beta3\pc\&
|
||||
wat_dos\imageop.obj n:\python\python1.4beta3\pc\wat_dos\main.obj n:\python\p&
|
||||
ython1.4beta3\pc\wat_dos\mathmodule.obj n:\python\python1.4beta3\pc\wat_dos\&
|
||||
md5c.obj n:\python\python1.4beta3\pc\wat_dos\md5module.obj n:\python\python1&
|
||||
.4beta3\pc\wat_dos\newmodule.obj n:\python\python1.4beta3\pc\wat_dos\operato&
|
||||
r.obj n:\python\python1.4beta3\pc\wat_dos\posixmodule.obj n:\python\python1.&
|
||||
4beta3\pc\wat_dos\regexmodule.obj n:\python\python1.4beta3\pc\wat_dos\regexp&
|
||||
r.obj n:\python\python1.4beta3\pc\wat_dos\rgbimgmodule.obj n:\python\python1&
|
||||
.4beta3\pc\wat_dos\rotormodule.obj n:\python\python1.4beta3\pc\wat_dos\signa&
|
||||
lmodule.obj n:\python\python1.4beta3\pc\wat_dos\soundex.obj n:\python\python&
|
||||
1.4beta3\pc\wat_dos\stropmodule.obj n:\python\python1.4beta3\pc\wat_dos\stru&
|
||||
ctmodule.obj n:\python\python1.4beta3\pc\wat_dos\timemodule.obj n:\python\py&
|
||||
thon1.4beta3\pc\wat_dos\yuvconvert.obj n:\python\python1.4beta3\pc\wat_dos\a&
|
||||
bstract.obj n:\python\python1.4beta3\pc\wat_dos\accessobject.obj n:\python\p&
|
||||
ython1.4beta3\pc\wat_dos\classobject.obj n:\python\python1.4beta3\pc\wat_dos&
|
||||
\cobject.obj n:\python\python1.4beta3\pc\wat_dos\complexobject.obj n:\python&
|
||||
\python1.4beta3\pc\wat_dos\fileobject.obj n:\python\python1.4beta3\pc\wat_do&
|
||||
s\floatobject.obj n:\python\python1.4beta3\pc\wat_dos\frameobject.obj n:\pyt&
|
||||
hon\python1.4beta3\pc\wat_dos\funcobject.obj n:\python\python1.4beta3\pc\wat&
|
||||
_dos\intobject.obj n:\python\python1.4beta3\pc\wat_dos\listobject.obj n:\pyt&
|
||||
hon\python1.4beta3\pc\wat_dos\longobject.obj n:\python\python1.4beta3\pc\wat&
|
||||
_dos\mappingobject.obj n:\python\python1.4beta3\pc\wat_dos\methodobject.obj &
|
||||
n:\python\python1.4beta3\pc\wat_dos\moduleobject.obj n:\python\python1.4beta&
|
||||
3\pc\wat_dos\object.obj n:\python\python1.4beta3\pc\wat_dos\rangeobject.obj &
|
||||
n:\python\python1.4beta3\pc\wat_dos\sliceobject.obj n:\python\python1.4beta3&
|
||||
\pc\wat_dos\stringobject.obj n:\python\python1.4beta3\pc\wat_dos\tupleobject&
|
||||
.obj n:\python\python1.4beta3\pc\wat_dos\typeobject.obj n:\python\python1.4b&
|
||||
eta3\pc\wat_dos\acceler.obj n:\python\python1.4beta3\pc\wat_dos\grammar1.obj&
|
||||
n:\python\python1.4beta3\pc\wat_dos\myreadline.obj n:\python\python1.4beta3&
|
||||
\pc\wat_dos\node.obj n:\python\python1.4beta3\pc\wat_dos\parser.obj n:\pytho&
|
||||
n\python1.4beta3\pc\wat_dos\parsetok.obj n:\python\python1.4beta3\pc\wat_dos&
|
||||
\tokenizer.obj n:\python\python1.4beta3\pc\wat_dos\bltinmodule.obj n:\python&
|
||||
\python1.4beta3\pc\wat_dos\ceval.obj n:\python\python1.4beta3\pc\wat_dos\cge&
|
||||
nsupport.obj n:\python\python1.4beta3\pc\wat_dos\compile.obj n:\python\pytho&
|
||||
n1.4beta3\pc\wat_dos\errors.obj n:\python\python1.4beta3\pc\wat_dos\frozen.o&
|
||||
bj n:\python\python1.4beta3\pc\wat_dos\getargs.obj n:\python\python1.4beta3\&
|
||||
pc\wat_dos\getcompiler.obj n:\python\python1.4beta3\pc\wat_dos\getcopyright.&
|
||||
obj n:\python\python1.4beta3\pc\wat_dos\getmtime.obj n:\python\python1.4beta&
|
||||
3\pc\wat_dos\getopt.obj n:\python\python1.4beta3\pc\wat_dos\getplatform.obj &
|
||||
n:\python\python1.4beta3\pc\wat_dos\getversion.obj n:\python\python1.4beta3\&
|
||||
pc\wat_dos\graminit.obj n:\python\python1.4beta3\pc\wat_dos\import.obj n:\py&
|
||||
thon\python1.4beta3\pc\wat_dos\importdl.obj n:\python\python1.4beta3\pc\wat_&
|
||||
dos\marshal.obj n:\python\python1.4beta3\pc\wat_dos\modsupport.obj n:\python&
|
||||
\python1.4beta3\pc\wat_dos\mystrtoul.obj n:\python\python1.4beta3\pc\wat_dos&
|
||||
\pythonrun.obj n:\python\python1.4beta3\pc\wat_dos\structmember.obj n:\pytho&
|
||||
n\python1.4beta3\pc\wat_dos\sysmodule.obj n:\python\python1.4beta3\pc\wat_do&
|
||||
s\traceback.obj n:\python\python1.4beta3\pc\wat_dos\config.obj .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_dos
|
||||
cd n:\python\python1.4beta3\pc\wat_dos
|
||||
@%write pyth_dos.lk1 NAME pyth_dos
|
||||
@%append pyth_dos.lk1 FIL arraymodule.obj,audioop.obj,binascii.obj,cmathmod&
|
||||
ule.obj,environment.obj,errnomodule.obj,getpath.obj,imageop.obj,main.obj,mat&
|
||||
hmodule.obj,md5c.obj,md5module.obj,newmodule.obj,operator.obj,posixmodule.ob&
|
||||
j,regexmodule.obj,regexpr.obj,rgbimgmodule.obj,rotormodule.obj,signalmodule.&
|
||||
obj,soundex.obj,stropmodule.obj,structmodule.obj,timemodule.obj,yuvconvert.o&
|
||||
bj,abstract.obj,accessobject.obj,classobject.obj,cobject.obj,complexobject.o&
|
||||
bj,fileobject.obj,floatobject.obj,frameobject.obj,funcobject.obj,intobject.o&
|
||||
bj,listobject.obj,longobject.obj,mappingobject.obj,methodobject.obj,moduleob&
|
||||
ject.obj,object.obj,rangeobject.obj,stringobject.obj,tupleobject.obj,typeobj&
|
||||
ule.obj,errnomodule.obj,getpath.obj,imageop.obj,main.obj,mathmodule.obj,md5c&
|
||||
.obj,md5module.obj,newmodule.obj,operator.obj,posixmodule.obj,regexmodule.ob&
|
||||
j,regexpr.obj,rgbimgmodule.obj,rotormodule.obj,signalmodule.obj,soundex.obj,&
|
||||
stropmodule.obj,structmodule.obj,timemodule.obj,yuvconvert.obj,abstract.obj,&
|
||||
accessobject.obj,classobject.obj,cobject.obj,complexobject.obj,fileobject.ob&
|
||||
j,floatobject.obj,frameobject.obj,funcobject.obj,intobject.obj,listobject.ob&
|
||||
j,longobject.obj,mappingobject.obj,methodobject.obj,moduleobject.obj,object.&
|
||||
obj,rangeobject.obj,sliceobject.obj,stringobject.obj,tupleobject.obj,typeobj&
|
||||
ect.obj,acceler.obj,grammar1.obj,myreadline.obj,node.obj,parser.obj,parsetok&
|
||||
.obj,tokenizer.obj,bltinmodule.obj,ceval.obj,cgensupport.obj,compile.obj,err&
|
||||
ors.obj,frozen.obj,getargs.obj,getcompiler.obj,getcopyright.obj,getmtime.obj&
|
||||
|
|
|
@ -74,7 +74,7 @@ WVList
|
|||
0
|
||||
18
|
||||
WPickList
|
||||
78
|
||||
77
|
||||
19
|
||||
MItem
|
||||
3
|
||||
|
@ -304,7 +304,7 @@ WVList
|
|||
73
|
||||
MItem
|
||||
27
|
||||
..\..\modules\environment.c
|
||||
..\..\modules\errnomodule.c
|
||||
74
|
||||
WString
|
||||
4
|
||||
|
@ -321,8 +321,8 @@ WVList
|
|||
0
|
||||
77
|
||||
MItem
|
||||
27
|
||||
..\..\modules\errnomodule.c
|
||||
23
|
||||
..\..\modules\getpath.c
|
||||
78
|
||||
WString
|
||||
4
|
||||
|
@ -340,7 +340,7 @@ WVList
|
|||
81
|
||||
MItem
|
||||
23
|
||||
..\..\modules\getpath.c
|
||||
..\..\modules\imageop.c
|
||||
82
|
||||
WString
|
||||
4
|
||||
|
@ -357,8 +357,8 @@ WVList
|
|||
0
|
||||
85
|
||||
MItem
|
||||
23
|
||||
..\..\modules\imageop.c
|
||||
20
|
||||
..\..\modules\main.c
|
||||
86
|
||||
WString
|
||||
4
|
||||
|
@ -375,8 +375,8 @@ WVList
|
|||
0
|
||||
89
|
||||
MItem
|
||||
20
|
||||
..\..\modules\main.c
|
||||
26
|
||||
..\..\modules\mathmodule.c
|
||||
90
|
||||
WString
|
||||
4
|
||||
|
@ -393,8 +393,8 @@ WVList
|
|||
0
|
||||
93
|
||||
MItem
|
||||
26
|
||||
..\..\modules\mathmodule.c
|
||||
20
|
||||
..\..\modules\md5c.c
|
||||
94
|
||||
WString
|
||||
4
|
||||
|
@ -411,8 +411,8 @@ WVList
|
|||
0
|
||||
97
|
||||
MItem
|
||||
20
|
||||
..\..\modules\md5c.c
|
||||
25
|
||||
..\..\modules\md5module.c
|
||||
98
|
||||
WString
|
||||
4
|
||||
|
@ -430,7 +430,7 @@ WVList
|
|||
101
|
||||
MItem
|
||||
25
|
||||
..\..\modules\md5module.c
|
||||
..\..\modules\newmodule.c
|
||||
102
|
||||
WString
|
||||
4
|
||||
|
@ -447,8 +447,8 @@ WVList
|
|||
0
|
||||
105
|
||||
MItem
|
||||
25
|
||||
..\..\modules\newmodule.c
|
||||
24
|
||||
..\..\modules\operator.c
|
||||
106
|
||||
WString
|
||||
4
|
||||
|
@ -465,8 +465,8 @@ WVList
|
|||
0
|
||||
109
|
||||
MItem
|
||||
24
|
||||
..\..\modules\operator.c
|
||||
27
|
||||
..\..\modules\posixmodule.c
|
||||
110
|
||||
WString
|
||||
4
|
||||
|
@ -484,7 +484,7 @@ WVList
|
|||
113
|
||||
MItem
|
||||
27
|
||||
..\..\modules\posixmodule.c
|
||||
..\..\modules\regexmodule.c
|
||||
114
|
||||
WString
|
||||
4
|
||||
|
@ -501,8 +501,8 @@ WVList
|
|||
0
|
||||
117
|
||||
MItem
|
||||
27
|
||||
..\..\modules\regexmodule.c
|
||||
23
|
||||
..\..\modules\regexpr.c
|
||||
118
|
||||
WString
|
||||
4
|
||||
|
@ -519,8 +519,8 @@ WVList
|
|||
0
|
||||
121
|
||||
MItem
|
||||
23
|
||||
..\..\modules\regexpr.c
|
||||
28
|
||||
..\..\modules\rgbimgmodule.c
|
||||
122
|
||||
WString
|
||||
4
|
||||
|
@ -537,8 +537,8 @@ WVList
|
|||
0
|
||||
125
|
||||
MItem
|
||||
28
|
||||
..\..\modules\rgbimgmodule.c
|
||||
27
|
||||
..\..\modules\rotormodule.c
|
||||
126
|
||||
WString
|
||||
4
|
||||
|
@ -555,8 +555,8 @@ WVList
|
|||
0
|
||||
129
|
||||
MItem
|
||||
27
|
||||
..\..\modules\rotormodule.c
|
||||
28
|
||||
..\..\modules\signalmodule.c
|
||||
130
|
||||
WString
|
||||
4
|
||||
|
@ -573,8 +573,8 @@ WVList
|
|||
0
|
||||
133
|
||||
MItem
|
||||
28
|
||||
..\..\modules\signalmodule.c
|
||||
23
|
||||
..\..\modules\soundex.c
|
||||
134
|
||||
WString
|
||||
4
|
||||
|
@ -591,8 +591,8 @@ WVList
|
|||
0
|
||||
137
|
||||
MItem
|
||||
23
|
||||
..\..\modules\soundex.c
|
||||
27
|
||||
..\..\modules\stropmodule.c
|
||||
138
|
||||
WString
|
||||
4
|
||||
|
@ -609,8 +609,8 @@ WVList
|
|||
0
|
||||
141
|
||||
MItem
|
||||
27
|
||||
..\..\modules\stropmodule.c
|
||||
28
|
||||
..\..\modules\structmodule.c
|
||||
142
|
||||
WString
|
||||
4
|
||||
|
@ -627,8 +627,8 @@ WVList
|
|||
0
|
||||
145
|
||||
MItem
|
||||
28
|
||||
..\..\modules\structmodule.c
|
||||
26
|
||||
..\..\modules\timemodule.c
|
||||
146
|
||||
WString
|
||||
4
|
||||
|
@ -646,7 +646,7 @@ WVList
|
|||
149
|
||||
MItem
|
||||
26
|
||||
..\..\modules\timemodule.c
|
||||
..\..\modules\yuvconvert.c
|
||||
150
|
||||
WString
|
||||
4
|
||||
|
@ -663,8 +663,8 @@ WVList
|
|||
0
|
||||
153
|
||||
MItem
|
||||
26
|
||||
..\..\modules\yuvconvert.c
|
||||
24
|
||||
..\..\objects\abstract.c
|
||||
154
|
||||
WString
|
||||
4
|
||||
|
@ -681,8 +681,8 @@ WVList
|
|||
0
|
||||
157
|
||||
MItem
|
||||
24
|
||||
..\..\objects\abstract.c
|
||||
28
|
||||
..\..\objects\accessobject.c
|
||||
158
|
||||
WString
|
||||
4
|
||||
|
@ -699,8 +699,8 @@ WVList
|
|||
0
|
||||
161
|
||||
MItem
|
||||
28
|
||||
..\..\objects\accessobject.c
|
||||
27
|
||||
..\..\objects\classobject.c
|
||||
162
|
||||
WString
|
||||
4
|
||||
|
@ -717,8 +717,8 @@ WVList
|
|||
0
|
||||
165
|
||||
MItem
|
||||
27
|
||||
..\..\objects\classobject.c
|
||||
23
|
||||
..\..\objects\cobject.c
|
||||
166
|
||||
WString
|
||||
4
|
||||
|
@ -735,8 +735,8 @@ WVList
|
|||
0
|
||||
169
|
||||
MItem
|
||||
23
|
||||
..\..\objects\cobject.c
|
||||
29
|
||||
..\..\objects\complexobject.c
|
||||
170
|
||||
WString
|
||||
4
|
||||
|
@ -753,8 +753,8 @@ WVList
|
|||
0
|
||||
173
|
||||
MItem
|
||||
29
|
||||
..\..\objects\complexobject.c
|
||||
26
|
||||
..\..\objects\fileobject.c
|
||||
174
|
||||
WString
|
||||
4
|
||||
|
@ -771,8 +771,8 @@ WVList
|
|||
0
|
||||
177
|
||||
MItem
|
||||
26
|
||||
..\..\objects\fileobject.c
|
||||
27
|
||||
..\..\objects\floatobject.c
|
||||
178
|
||||
WString
|
||||
4
|
||||
|
@ -790,7 +790,7 @@ WVList
|
|||
181
|
||||
MItem
|
||||
27
|
||||
..\..\objects\floatobject.c
|
||||
..\..\objects\frameobject.c
|
||||
182
|
||||
WString
|
||||
4
|
||||
|
@ -807,8 +807,8 @@ WVList
|
|||
0
|
||||
185
|
||||
MItem
|
||||
27
|
||||
..\..\objects\frameobject.c
|
||||
26
|
||||
..\..\objects\funcobject.c
|
||||
186
|
||||
WString
|
||||
4
|
||||
|
@ -825,8 +825,8 @@ WVList
|
|||
0
|
||||
189
|
||||
MItem
|
||||
26
|
||||
..\..\objects\funcobject.c
|
||||
25
|
||||
..\..\objects\intobject.c
|
||||
190
|
||||
WString
|
||||
4
|
||||
|
@ -843,8 +843,8 @@ WVList
|
|||
0
|
||||
193
|
||||
MItem
|
||||
25
|
||||
..\..\objects\intobject.c
|
||||
26
|
||||
..\..\objects\listobject.c
|
||||
194
|
||||
WString
|
||||
4
|
||||
|
@ -862,7 +862,7 @@ WVList
|
|||
197
|
||||
MItem
|
||||
26
|
||||
..\..\objects\listobject.c
|
||||
..\..\objects\longobject.c
|
||||
198
|
||||
WString
|
||||
4
|
||||
|
@ -879,8 +879,8 @@ WVList
|
|||
0
|
||||
201
|
||||
MItem
|
||||
26
|
||||
..\..\objects\longobject.c
|
||||
29
|
||||
..\..\objects\mappingobject.c
|
||||
202
|
||||
WString
|
||||
4
|
||||
|
@ -897,8 +897,8 @@ WVList
|
|||
0
|
||||
205
|
||||
MItem
|
||||
29
|
||||
..\..\objects\mappingobject.c
|
||||
28
|
||||
..\..\objects\methodobject.c
|
||||
206
|
||||
WString
|
||||
4
|
||||
|
@ -916,7 +916,7 @@ WVList
|
|||
209
|
||||
MItem
|
||||
28
|
||||
..\..\objects\methodobject.c
|
||||
..\..\objects\moduleobject.c
|
||||
210
|
||||
WString
|
||||
4
|
||||
|
@ -933,8 +933,8 @@ WVList
|
|||
0
|
||||
213
|
||||
MItem
|
||||
28
|
||||
..\..\objects\moduleobject.c
|
||||
22
|
||||
..\..\objects\object.c
|
||||
214
|
||||
WString
|
||||
4
|
||||
|
@ -951,8 +951,8 @@ WVList
|
|||
0
|
||||
217
|
||||
MItem
|
||||
22
|
||||
..\..\objects\object.c
|
||||
27
|
||||
..\..\objects\rangeobject.c
|
||||
218
|
||||
WString
|
||||
4
|
||||
|
@ -970,7 +970,7 @@ WVList
|
|||
221
|
||||
MItem
|
||||
27
|
||||
..\..\objects\rangeobject.c
|
||||
..\..\objects\sliceobject.c
|
||||
222
|
||||
WString
|
||||
4
|
||||
|
@ -987,8 +987,8 @@ WVList
|
|||
0
|
||||
225
|
||||
MItem
|
||||
27
|
||||
..\..\objects\sliceobject.c
|
||||
28
|
||||
..\..\objects\stringobject.c
|
||||
226
|
||||
WString
|
||||
4
|
||||
|
@ -1005,8 +1005,8 @@ WVList
|
|||
0
|
||||
229
|
||||
MItem
|
||||
28
|
||||
..\..\objects\stringobject.c
|
||||
27
|
||||
..\..\objects\tupleobject.c
|
||||
230
|
||||
WString
|
||||
4
|
||||
|
@ -1023,8 +1023,8 @@ WVList
|
|||
0
|
||||
233
|
||||
MItem
|
||||
27
|
||||
..\..\objects\tupleobject.c
|
||||
26
|
||||
..\..\objects\typeobject.c
|
||||
234
|
||||
WString
|
||||
4
|
||||
|
@ -1041,8 +1041,8 @@ WVList
|
|||
0
|
||||
237
|
||||
MItem
|
||||
26
|
||||
..\..\objects\typeobject.c
|
||||
22
|
||||
..\..\parser\acceler.c
|
||||
238
|
||||
WString
|
||||
4
|
||||
|
@ -1059,8 +1059,8 @@ WVList
|
|||
0
|
||||
241
|
||||
MItem
|
||||
22
|
||||
..\..\parser\acceler.c
|
||||
23
|
||||
..\..\parser\grammar1.c
|
||||
242
|
||||
WString
|
||||
4
|
||||
|
@ -1077,8 +1077,8 @@ WVList
|
|||
0
|
||||
245
|
||||
MItem
|
||||
23
|
||||
..\..\parser\grammar1.c
|
||||
25
|
||||
..\..\parser\myreadline.c
|
||||
246
|
||||
WString
|
||||
4
|
||||
|
@ -1095,8 +1095,8 @@ WVList
|
|||
0
|
||||
249
|
||||
MItem
|
||||
25
|
||||
..\..\parser\myreadline.c
|
||||
19
|
||||
..\..\parser\node.c
|
||||
250
|
||||
WString
|
||||
4
|
||||
|
@ -1113,8 +1113,8 @@ WVList
|
|||
0
|
||||
253
|
||||
MItem
|
||||
19
|
||||
..\..\parser\node.c
|
||||
21
|
||||
..\..\parser\parser.c
|
||||
254
|
||||
WString
|
||||
4
|
||||
|
@ -1131,8 +1131,8 @@ WVList
|
|||
0
|
||||
257
|
||||
MItem
|
||||
21
|
||||
..\..\parser\parser.c
|
||||
23
|
||||
..\..\parser\parsetok.c
|
||||
258
|
||||
WString
|
||||
4
|
||||
|
@ -1149,8 +1149,8 @@ WVList
|
|||
0
|
||||
261
|
||||
MItem
|
||||
23
|
||||
..\..\parser\parsetok.c
|
||||
24
|
||||
..\..\parser\tokenizer.c
|
||||
262
|
||||
WString
|
||||
4
|
||||
|
@ -1167,8 +1167,8 @@ WVList
|
|||
0
|
||||
265
|
||||
MItem
|
||||
24
|
||||
..\..\parser\tokenizer.c
|
||||
26
|
||||
..\..\python\bltinmodule.c
|
||||
266
|
||||
WString
|
||||
4
|
||||
|
@ -1185,8 +1185,8 @@ WVList
|
|||
0
|
||||
269
|
||||
MItem
|
||||
26
|
||||
..\..\python\bltinmodule.c
|
||||
20
|
||||
..\..\python\ceval.c
|
||||
270
|
||||
WString
|
||||
4
|
||||
|
@ -1203,8 +1203,8 @@ WVList
|
|||
0
|
||||
273
|
||||
MItem
|
||||
20
|
||||
..\..\python\ceval.c
|
||||
26
|
||||
..\..\python\cgensupport.c
|
||||
274
|
||||
WString
|
||||
4
|
||||
|
@ -1221,8 +1221,8 @@ WVList
|
|||
0
|
||||
277
|
||||
MItem
|
||||
26
|
||||
..\..\python\cgensupport.c
|
||||
22
|
||||
..\..\python\compile.c
|
||||
278
|
||||
WString
|
||||
4
|
||||
|
@ -1239,8 +1239,8 @@ WVList
|
|||
0
|
||||
281
|
||||
MItem
|
||||
22
|
||||
..\..\python\compile.c
|
||||
21
|
||||
..\..\python\errors.c
|
||||
282
|
||||
WString
|
||||
4
|
||||
|
@ -1258,7 +1258,7 @@ WVList
|
|||
285
|
||||
MItem
|
||||
21
|
||||
..\..\python\errors.c
|
||||
..\..\python\frozen.c
|
||||
286
|
||||
WString
|
||||
4
|
||||
|
@ -1275,8 +1275,8 @@ WVList
|
|||
0
|
||||
289
|
||||
MItem
|
||||
21
|
||||
..\..\python\frozen.c
|
||||
22
|
||||
..\..\python\getargs.c
|
||||
290
|
||||
WString
|
||||
4
|
||||
|
@ -1293,8 +1293,8 @@ WVList
|
|||
0
|
||||
293
|
||||
MItem
|
||||
22
|
||||
..\..\python\getargs.c
|
||||
26
|
||||
..\..\python\getcompiler.c
|
||||
294
|
||||
WString
|
||||
4
|
||||
|
@ -1311,8 +1311,8 @@ WVList
|
|||
0
|
||||
297
|
||||
MItem
|
||||
26
|
||||
..\..\python\getcompiler.c
|
||||
27
|
||||
..\..\python\getcopyright.c
|
||||
298
|
||||
WString
|
||||
4
|
||||
|
@ -1329,8 +1329,8 @@ WVList
|
|||
0
|
||||
301
|
||||
MItem
|
||||
27
|
||||
..\..\python\getcopyright.c
|
||||
23
|
||||
..\..\python\getmtime.c
|
||||
302
|
||||
WString
|
||||
4
|
||||
|
@ -1347,8 +1347,8 @@ WVList
|
|||
0
|
||||
305
|
||||
MItem
|
||||
23
|
||||
..\..\python\getmtime.c
|
||||
21
|
||||
..\..\python\getopt.c
|
||||
306
|
||||
WString
|
||||
4
|
||||
|
@ -1365,8 +1365,8 @@ WVList
|
|||
0
|
||||
309
|
||||
MItem
|
||||
21
|
||||
..\..\python\getopt.c
|
||||
26
|
||||
..\..\python\getplatform.c
|
||||
310
|
||||
WString
|
||||
4
|
||||
|
@ -1383,8 +1383,8 @@ WVList
|
|||
0
|
||||
313
|
||||
MItem
|
||||
26
|
||||
..\..\python\getplatform.c
|
||||
25
|
||||
..\..\python\getversion.c
|
||||
314
|
||||
WString
|
||||
4
|
||||
|
@ -1401,8 +1401,8 @@ WVList
|
|||
0
|
||||
317
|
||||
MItem
|
||||
25
|
||||
..\..\python\getversion.c
|
||||
23
|
||||
..\..\python\graminit.c
|
||||
318
|
||||
WString
|
||||
4
|
||||
|
@ -1419,8 +1419,8 @@ WVList
|
|||
0
|
||||
321
|
||||
MItem
|
||||
23
|
||||
..\..\python\graminit.c
|
||||
21
|
||||
..\..\python\import.c
|
||||
322
|
||||
WString
|
||||
4
|
||||
|
@ -1437,8 +1437,8 @@ WVList
|
|||
0
|
||||
325
|
||||
MItem
|
||||
21
|
||||
..\..\python\import.c
|
||||
23
|
||||
..\..\python\importdl.c
|
||||
326
|
||||
WString
|
||||
4
|
||||
|
@ -1455,8 +1455,8 @@ WVList
|
|||
0
|
||||
329
|
||||
MItem
|
||||
23
|
||||
..\..\python\importdl.c
|
||||
22
|
||||
..\..\python\marshal.c
|
||||
330
|
||||
WString
|
||||
4
|
||||
|
@ -1473,8 +1473,8 @@ WVList
|
|||
0
|
||||
333
|
||||
MItem
|
||||
22
|
||||
..\..\python\marshal.c
|
||||
25
|
||||
..\..\python\modsupport.c
|
||||
334
|
||||
WString
|
||||
4
|
||||
|
@ -1491,8 +1491,8 @@ WVList
|
|||
0
|
||||
337
|
||||
MItem
|
||||
25
|
||||
..\..\python\modsupport.c
|
||||
24
|
||||
..\..\python\mystrtoul.c
|
||||
338
|
||||
WString
|
||||
4
|
||||
|
@ -1510,7 +1510,7 @@ WVList
|
|||
341
|
||||
MItem
|
||||
24
|
||||
..\..\python\mystrtoul.c
|
||||
..\..\python\pythonrun.c
|
||||
342
|
||||
WString
|
||||
4
|
||||
|
@ -1527,8 +1527,8 @@ WVList
|
|||
0
|
||||
345
|
||||
MItem
|
||||
24
|
||||
..\..\python\pythonrun.c
|
||||
27
|
||||
..\..\python\structmember.c
|
||||
346
|
||||
WString
|
||||
4
|
||||
|
@ -1545,8 +1545,8 @@ WVList
|
|||
0
|
||||
349
|
||||
MItem
|
||||
27
|
||||
..\..\python\structmember.c
|
||||
24
|
||||
..\..\python\sysmodule.c
|
||||
350
|
||||
WString
|
||||
4
|
||||
|
@ -1564,7 +1564,7 @@ WVList
|
|||
353
|
||||
MItem
|
||||
24
|
||||
..\..\python\sysmodule.c
|
||||
..\..\python\traceback.c
|
||||
354
|
||||
WString
|
||||
4
|
||||
|
@ -1581,8 +1581,8 @@ WVList
|
|||
0
|
||||
357
|
||||
MItem
|
||||
24
|
||||
..\..\python\traceback.c
|
||||
11
|
||||
..\config.c
|
||||
358
|
||||
WString
|
||||
4
|
||||
|
@ -1597,21 +1597,3 @@ WVList
|
|||
1
|
||||
1
|
||||
0
|
||||
361
|
||||
MItem
|
||||
11
|
||||
..\config.c
|
||||
362
|
||||
WString
|
||||
4
|
||||
COBJ
|
||||
363
|
||||
WVList
|
||||
0
|
||||
364
|
||||
WVList
|
||||
0
|
||||
19
|
||||
1
|
||||
1
|
||||
0
|
||||
|
|
|
@ -1,588 +1,605 @@
|
|||
!define BLANK ""
|
||||
n:\python\python-1.4b2\pc\wat_os2\arraymodule.obj : n:\python\python-1.4b2\m&
|
||||
odules\arraymodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\arraymodule.obj : n:\python\python1.4bet&
|
||||
a3\modules\arraymodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\arraymodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\audioop.obj : n:\python\python-1.4b2\modul&
|
||||
es\audioop.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\audioop.obj : n:\python\python1.4beta3\m&
|
||||
odules\audioop.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\audioop.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
||||
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\binascii.obj : n:\python\python-1.4b2\modu&
|
||||
les\binascii.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\binascii.obj : n:\python\python1.4beta3\&
|
||||
modules\binascii.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\binascii.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
||||
h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\cmathmodule.obj : n:\python\python-1.4b2\m&
|
||||
odules\cmathmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\cmathmodule.obj : n:\python\python1.4bet&
|
||||
a3\modules\cmathmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\cmathmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\environment.obj : n:\python\python-1.4b2\m&
|
||||
odules\environment.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\errnomodule.obj : n:\python\python1.4bet&
|
||||
a3\modules\errnomodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
*wcc386 ..\..\modules\environment.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\errnomodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\getpath.obj : n:\python\python-1.4b2\modul&
|
||||
es\getpath.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\getpath.obj : n:\python\python1.4beta3\m&
|
||||
odules\getpath.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\getpath.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
||||
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\imageop.obj : n:\python\python-1.4b2\modul&
|
||||
es\imageop.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\imageop.obj : n:\python\python1.4beta3\m&
|
||||
odules\imageop.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\imageop.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
||||
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\main.obj : n:\python\python-1.4b2\modules\&
|
||||
main.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\main.obj : n:\python\python1.4beta3\modu&
|
||||
les\main.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\main.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\os&
|
||||
2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\mathmodule.obj : n:\python\python-1.4b2\mo&
|
||||
dules\mathmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\mathmodule.obj : n:\python\python1.4beta&
|
||||
3\modules\mathmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\mathmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
||||
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\md5c.obj : n:\python\python-1.4b2\modules\&
|
||||
md5c.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\md5c.obj : n:\python\python1.4beta3\modu&
|
||||
les\md5c.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\md5c.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\os&
|
||||
2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\md5module.obj : n:\python\python-1.4b2\mod&
|
||||
ules\md5module.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\md5module.obj : n:\python\python1.4beta3&
|
||||
\modules\md5module.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\md5module.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM&
|
||||
\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\newmodule.obj : n:\python\python-1.4b2\mod&
|
||||
ules\newmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\newmodule.obj : n:\python\python1.4beta3&
|
||||
\modules\newmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\newmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM&
|
||||
\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\posixmodule.obj : n:\python\python-1.4b2\m&
|
||||
odules\posixmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\operator.obj : n:\python\python1.4beta3\&
|
||||
modules\operator.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\operator.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
||||
h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python1.4beta3\pc\wat_os2\posixmodule.obj : n:\python\python1.4bet&
|
||||
a3\modules\posixmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\posixmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\regexmodule.obj : n:\python\python-1.4b2\m&
|
||||
odules\regexmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\regexmodule.obj : n:\python\python1.4bet&
|
||||
a3\modules\regexmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\regexmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\regexpr.obj : n:\python\python-1.4b2\modul&
|
||||
es\regexpr.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\regexpr.obj : n:\python\python1.4beta3\m&
|
||||
odules\regexpr.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\regexpr.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
||||
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\rgbimgmodule.obj : n:\python\python-1.4b2\&
|
||||
modules\rgbimgmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\rgbimgmodule.obj : n:\python\python1.4be&
|
||||
ta3\modules\rgbimgmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\rgbimgmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WAT&
|
||||
COM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\rotormodule.obj : n:\python\python-1.4b2\m&
|
||||
odules\rotormodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\rotormodule.obj : n:\python\python1.4bet&
|
||||
a3\modules\rotormodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\rotormodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\signalmodule.obj : n:\python\python-1.4b2\&
|
||||
modules\signalmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\signalmodule.obj : n:\python\python1.4be&
|
||||
ta3\modules\signalmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\signalmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WAT&
|
||||
COM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\soundex.obj : n:\python\python-1.4b2\modul&
|
||||
es\soundex.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\soundex.obj : n:\python\python1.4beta3\m&
|
||||
odules\soundex.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\soundex.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
||||
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\stropmodule.obj : n:\python\python-1.4b2\m&
|
||||
odules\stropmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\stropmodule.obj : n:\python\python1.4bet&
|
||||
a3\modules\stropmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\stropmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\structmodule.obj : n:\python\python-1.4b2\&
|
||||
modules\structmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\structmodule.obj : n:\python\python1.4be&
|
||||
ta3\modules\structmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\structmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WAT&
|
||||
COM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\timemodule.obj : n:\python\python-1.4b2\mo&
|
||||
dules\timemodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\timemodule.obj : n:\python\python1.4beta&
|
||||
3\modules\timemodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\timemodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
||||
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\yuvconvert.obj : n:\python\python-1.4b2\mo&
|
||||
dules\yuvconvert.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\yuvconvert.obj : n:\python\python1.4beta&
|
||||
3\modules\yuvconvert.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\modules\yuvconvert.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
||||
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\abstract.obj : n:\python\python-1.4b2\obje&
|
||||
cts\abstract.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\abstract.obj : n:\python\python1.4beta3\&
|
||||
objects\abstract.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\abstract.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
||||
h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\accessobject.obj : n:\python\python-1.4b2\&
|
||||
objects\accessobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\accessobject.obj : n:\python\python1.4be&
|
||||
ta3\objects\accessobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\accessobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WAT&
|
||||
COM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\classobject.obj : n:\python\python-1.4b2\o&
|
||||
bjects\classobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\classobject.obj : n:\python\python1.4bet&
|
||||
a3\objects\classobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\classobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\cobject.obj : n:\python\python-1.4b2\objec&
|
||||
ts\cobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\cobject.obj : n:\python\python1.4beta3\o&
|
||||
bjects\cobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\cobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
||||
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\complexobject.obj : n:\python\python-1.4b2&
|
||||
\objects\complexobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\complexobject.obj : n:\python\python1.4b&
|
||||
eta3\objects\complexobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\complexobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WA&
|
||||
TCOM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\fileobject.obj : n:\python\python-1.4b2\ob&
|
||||
jects\fileobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\fileobject.obj : n:\python\python1.4beta&
|
||||
3\objects\fileobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\fileobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
||||
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\floatobject.obj : n:\python\python-1.4b2\o&
|
||||
bjects\floatobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\floatobject.obj : n:\python\python1.4bet&
|
||||
a3\objects\floatobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\floatobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\frameobject.obj : n:\python\python-1.4b2\o&
|
||||
bjects\frameobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\frameobject.obj : n:\python\python1.4bet&
|
||||
a3\objects\frameobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\frameobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\funcobject.obj : n:\python\python-1.4b2\ob&
|
||||
jects\funcobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\funcobject.obj : n:\python\python1.4beta&
|
||||
3\objects\funcobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\funcobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
||||
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\intobject.obj : n:\python\python-1.4b2\obj&
|
||||
ects\intobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\intobject.obj : n:\python\python1.4beta3&
|
||||
\objects\intobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\intobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM&
|
||||
\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\listobject.obj : n:\python\python-1.4b2\ob&
|
||||
jects\listobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\listobject.obj : n:\python\python1.4beta&
|
||||
3\objects\listobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\listobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
||||
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\longobject.obj : n:\python\python-1.4b2\ob&
|
||||
jects\longobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\longobject.obj : n:\python\python1.4beta&
|
||||
3\objects\longobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\longobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
||||
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\mappingobject.obj : n:\python\python-1.4b2&
|
||||
\objects\mappingobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\mappingobject.obj : n:\python\python1.4b&
|
||||
eta3\objects\mappingobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\mappingobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WA&
|
||||
TCOM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\methodobject.obj : n:\python\python-1.4b2\&
|
||||
objects\methodobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\methodobject.obj : n:\python\python1.4be&
|
||||
ta3\objects\methodobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\methodobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WAT&
|
||||
COM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\moduleobject.obj : n:\python\python-1.4b2\&
|
||||
objects\moduleobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\moduleobject.obj : n:\python\python1.4be&
|
||||
ta3\objects\moduleobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\moduleobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WAT&
|
||||
COM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\object.obj : n:\python\python-1.4b2\object&
|
||||
s\object.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\object.obj : n:\python\python1.4beta3\ob&
|
||||
jects\object.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\object.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\&
|
||||
os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\rangeobject.obj : n:\python\python-1.4b2\o&
|
||||
bjects\rangeobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\rangeobject.obj : n:\python\python1.4bet&
|
||||
a3\objects\rangeobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\rangeobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\stringobject.obj : n:\python\python-1.4b2\&
|
||||
objects\stringobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\sliceobject.obj : n:\python\python1.4bet&
|
||||
a3\objects\sliceobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\sliceobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python1.4beta3\pc\wat_os2\stringobject.obj : n:\python\python1.4be&
|
||||
ta3\objects\stringobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\stringobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WAT&
|
||||
COM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\tupleobject.obj : n:\python\python-1.4b2\o&
|
||||
bjects\tupleobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\tupleobject.obj : n:\python\python1.4bet&
|
||||
a3\objects\tupleobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\tupleobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\typeobject.obj : n:\python\python-1.4b2\ob&
|
||||
jects\typeobject.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\typeobject.obj : n:\python\python1.4beta&
|
||||
3\objects\typeobject.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\objects\typeobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
||||
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\acceler.obj : n:\python\python-1.4b2\parse&
|
||||
r\acceler.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\acceler.obj : n:\python\python1.4beta3\p&
|
||||
arser\acceler.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\parser\acceler.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\&
|
||||
os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\grammar1.obj : n:\python\python-1.4b2\pars&
|
||||
er\grammar1.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\grammar1.obj : n:\python\python1.4beta3\&
|
||||
parser\grammar1.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\parser\grammar1.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
||||
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\myreadline.obj : n:\python\python-1.4b2\pa&
|
||||
rser\myreadline.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\myreadline.obj : n:\python\python1.4beta&
|
||||
3\parser\myreadline.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\parser\myreadline.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM&
|
||||
\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\node.obj : n:\python\python-1.4b2\parser\n&
|
||||
ode.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\node.obj : n:\python\python1.4beta3\pars&
|
||||
er\node.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\parser\node.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\os2&
|
||||
-w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\parser.obj : n:\python\python-1.4b2\parser&
|
||||
\parser.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\parser.obj : n:\python\python1.4beta3\pa&
|
||||
rser\parser.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\parser\parser.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\o&
|
||||
s2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\parsetok.obj : n:\python\python-1.4b2\pars&
|
||||
er\parsetok.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\parsetok.obj : n:\python\python1.4beta3\&
|
||||
parser\parsetok.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\parser\parsetok.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
||||
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\tokenizer.obj : n:\python\python-1.4b2\par&
|
||||
ser\tokenizer.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\tokenizer.obj : n:\python\python1.4beta3&
|
||||
\parser\tokenizer.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\parser\tokenizer.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
||||
h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\bltinmodule.obj : n:\python\python-1.4b2\p&
|
||||
ython\bltinmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\bltinmodule.obj : n:\python\python1.4bet&
|
||||
a3\python\bltinmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\bltinmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
||||
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\ceval.obj : n:\python\python-1.4b2\python\&
|
||||
ceval.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\ceval.obj : n:\python\python1.4beta3\pyt&
|
||||
hon\ceval.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\ceval.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\os&
|
||||
2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\cgensupport.obj : n:\python\python-1.4b2\p&
|
||||
ython\cgensupport.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\cgensupport.obj : n:\python\python1.4bet&
|
||||
a3\python\cgensupport.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\cgensupport.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
||||
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\compile.obj : n:\python\python-1.4b2\pytho&
|
||||
n\compile.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\compile.obj : n:\python\python1.4beta3\p&
|
||||
ython\compile.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\compile.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\&
|
||||
os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\errors.obj : n:\python\python-1.4b2\python&
|
||||
\errors.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\errors.obj : n:\python\python1.4beta3\py&
|
||||
thon\errors.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\errors.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\o&
|
||||
s2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\frozen.obj : n:\python\python-1.4b2\python&
|
||||
\frozen.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\frozen.obj : n:\python\python1.4beta3\py&
|
||||
thon\frozen.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\frozen.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\o&
|
||||
s2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\getargs.obj : n:\python\python-1.4b2\pytho&
|
||||
n\getargs.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\getargs.obj : n:\python\python1.4beta3\p&
|
||||
ython\getargs.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\getargs.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\&
|
||||
os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\getcompiler.obj : n:\python\python-1.4b2\p&
|
||||
ython\getcompiler.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\getcompiler.obj : n:\python\python1.4bet&
|
||||
a3\python\getcompiler.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\getcompiler.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
||||
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\getcopyright.obj : n:\python\python-1.4b2\&
|
||||
python\getcopyright.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\getcopyright.obj : n:\python\python1.4be&
|
||||
ta3\python\getcopyright.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\getcopyright.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\getmtime.obj : n:\python\python-1.4b2\pyth&
|
||||
on\getmtime.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\getmtime.obj : n:\python\python1.4beta3\&
|
||||
python\getmtime.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\getmtime.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
||||
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\getopt.obj : n:\python\python-1.4b2\python&
|
||||
\getopt.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\getopt.obj : n:\python\python1.4beta3\py&
|
||||
thon\getopt.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\getopt.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\o&
|
||||
s2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\getplatform.obj : n:\python\python-1.4b2\p&
|
||||
ython\getplatform.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\getplatform.obj : n:\python\python1.4bet&
|
||||
a3\python\getplatform.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\getplatform.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
||||
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\getversion.obj : n:\python\python-1.4b2\py&
|
||||
thon\getversion.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\getversion.obj : n:\python\python1.4beta&
|
||||
3\python\getversion.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\getversion.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM&
|
||||
\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\graminit.obj : n:\python\python-1.4b2\pyth&
|
||||
on\graminit.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\graminit.obj : n:\python\python1.4beta3\&
|
||||
python\graminit.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\graminit.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
||||
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\import.obj : n:\python\python-1.4b2\python&
|
||||
\import.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\import.obj : n:\python\python1.4beta3\py&
|
||||
thon\import.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\import.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\o&
|
||||
s2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\importdl.obj : n:\python\python-1.4b2\pyth&
|
||||
on\importdl.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\importdl.obj : n:\python\python1.4beta3\&
|
||||
python\importdl.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\importdl.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
||||
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\marshal.obj : n:\python\python-1.4b2\pytho&
|
||||
n\marshal.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\marshal.obj : n:\python\python1.4beta3\p&
|
||||
ython\marshal.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\marshal.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\&
|
||||
os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\modsupport.obj : n:\python\python-1.4b2\py&
|
||||
thon\modsupport.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\modsupport.obj : n:\python\python1.4beta&
|
||||
3\python\modsupport.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\modsupport.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM&
|
||||
\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\mystrtoul.obj : n:\python\python-1.4b2\pyt&
|
||||
hon\mystrtoul.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\mystrtoul.obj : n:\python\python1.4beta3&
|
||||
\python\mystrtoul.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\mystrtoul.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
||||
h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\pythonrun.obj : n:\python\python-1.4b2\pyt&
|
||||
hon\pythonrun.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\pythonrun.obj : n:\python\python1.4beta3&
|
||||
\python\pythonrun.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\pythonrun.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
||||
h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\structmember.obj : n:\python\python-1.4b2\&
|
||||
python\structmember.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\structmember.obj : n:\python\python1.4be&
|
||||
ta3\python\structmember.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\structmember.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
||||
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\sysmodule.obj : n:\python\python-1.4b2\pyt&
|
||||
hon\sysmodule.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\sysmodule.obj : n:\python\python1.4beta3&
|
||||
\python\sysmodule.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\sysmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
||||
h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\traceback.obj : n:\python\python-1.4b2\pyt&
|
||||
hon\traceback.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\traceback.obj : n:\python\python1.4beta3&
|
||||
\python\traceback.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\..\python\traceback.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
||||
h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\config.obj : n:\python\python-1.4b2\pc\con&
|
||||
fig.c .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\config.obj : n:\python\python1.4beta3\pc&
|
||||
\config.c .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
*wcc386 ..\config.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\os2 -w4 -e2&
|
||||
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||
|
||||
n:\python\python-1.4b2\pc\wat_os2\pyth_os2.exe : n:\python\python-1.4b2\pc\w&
|
||||
at_os2\arraymodule.obj n:\python\python-1.4b2\pc\wat_os2\audioop.obj n:\pyth&
|
||||
on\python-1.4b2\pc\wat_os2\binascii.obj n:\python\python-1.4b2\pc\wat_os2\cm&
|
||||
athmodule.obj n:\python\python-1.4b2\pc\wat_os2\environment.obj n:\python\py&
|
||||
thon-1.4b2\pc\wat_os2\getpath.obj n:\python\python-1.4b2\pc\wat_os2\imageop.&
|
||||
obj n:\python\python-1.4b2\pc\wat_os2\main.obj n:\python\python-1.4b2\pc\wat&
|
||||
_os2\mathmodule.obj n:\python\python-1.4b2\pc\wat_os2\md5c.obj n:\python\pyt&
|
||||
hon-1.4b2\pc\wat_os2\md5module.obj n:\python\python-1.4b2\pc\wat_os2\newmodu&
|
||||
le.obj n:\python\python-1.4b2\pc\wat_os2\posixmodule.obj n:\python\python-1.&
|
||||
4b2\pc\wat_os2\regexmodule.obj n:\python\python-1.4b2\pc\wat_os2\regexpr.obj&
|
||||
n:\python\python-1.4b2\pc\wat_os2\rgbimgmodule.obj n:\python\python-1.4b2\p&
|
||||
c\wat_os2\rotormodule.obj n:\python\python-1.4b2\pc\wat_os2\signalmodule.obj&
|
||||
n:\python\python-1.4b2\pc\wat_os2\soundex.obj n:\python\python-1.4b2\pc\wat&
|
||||
_os2\stropmodule.obj n:\python\python-1.4b2\pc\wat_os2\structmodule.obj n:\p&
|
||||
ython\python-1.4b2\pc\wat_os2\timemodule.obj n:\python\python-1.4b2\pc\wat_o&
|
||||
s2\yuvconvert.obj n:\python\python-1.4b2\pc\wat_os2\abstract.obj n:\python\p&
|
||||
ython-1.4b2\pc\wat_os2\accessobject.obj n:\python\python-1.4b2\pc\wat_os2\cl&
|
||||
assobject.obj n:\python\python-1.4b2\pc\wat_os2\cobject.obj n:\python\python&
|
||||
-1.4b2\pc\wat_os2\complexobject.obj n:\python\python-1.4b2\pc\wat_os2\fileob&
|
||||
ject.obj n:\python\python-1.4b2\pc\wat_os2\floatobject.obj n:\python\python-&
|
||||
1.4b2\pc\wat_os2\frameobject.obj n:\python\python-1.4b2\pc\wat_os2\funcobjec&
|
||||
t.obj n:\python\python-1.4b2\pc\wat_os2\intobject.obj n:\python\python-1.4b2&
|
||||
\pc\wat_os2\listobject.obj n:\python\python-1.4b2\pc\wat_os2\longobject.obj &
|
||||
n:\python\python-1.4b2\pc\wat_os2\mappingobject.obj n:\python\python-1.4b2\p&
|
||||
c\wat_os2\methodobject.obj n:\python\python-1.4b2\pc\wat_os2\moduleobject.ob&
|
||||
j n:\python\python-1.4b2\pc\wat_os2\object.obj n:\python\python-1.4b2\pc\wat&
|
||||
_os2\rangeobject.obj n:\python\python-1.4b2\pc\wat_os2\stringobject.obj n:\p&
|
||||
ython\python-1.4b2\pc\wat_os2\tupleobject.obj n:\python\python-1.4b2\pc\wat_&
|
||||
os2\typeobject.obj n:\python\python-1.4b2\pc\wat_os2\acceler.obj n:\python\p&
|
||||
ython-1.4b2\pc\wat_os2\grammar1.obj n:\python\python-1.4b2\pc\wat_os2\myread&
|
||||
line.obj n:\python\python-1.4b2\pc\wat_os2\node.obj n:\python\python-1.4b2\p&
|
||||
c\wat_os2\parser.obj n:\python\python-1.4b2\pc\wat_os2\parsetok.obj n:\pytho&
|
||||
n\python-1.4b2\pc\wat_os2\tokenizer.obj n:\python\python-1.4b2\pc\wat_os2\bl&
|
||||
tinmodule.obj n:\python\python-1.4b2\pc\wat_os2\ceval.obj n:\python\python-1&
|
||||
.4b2\pc\wat_os2\cgensupport.obj n:\python\python-1.4b2\pc\wat_os2\compile.ob&
|
||||
j n:\python\python-1.4b2\pc\wat_os2\errors.obj n:\python\python-1.4b2\pc\wat&
|
||||
_os2\frozen.obj n:\python\python-1.4b2\pc\wat_os2\getargs.obj n:\python\pyth&
|
||||
on-1.4b2\pc\wat_os2\getcompiler.obj n:\python\python-1.4b2\pc\wat_os2\getcop&
|
||||
yright.obj n:\python\python-1.4b2\pc\wat_os2\getmtime.obj n:\python\python-1&
|
||||
.4b2\pc\wat_os2\getopt.obj n:\python\python-1.4b2\pc\wat_os2\getplatform.obj&
|
||||
n:\python\python-1.4b2\pc\wat_os2\getversion.obj n:\python\python-1.4b2\pc\&
|
||||
wat_os2\graminit.obj n:\python\python-1.4b2\pc\wat_os2\import.obj n:\python\&
|
||||
python-1.4b2\pc\wat_os2\importdl.obj n:\python\python-1.4b2\pc\wat_os2\marsh&
|
||||
al.obj n:\python\python-1.4b2\pc\wat_os2\modsupport.obj n:\python\python-1.4&
|
||||
b2\pc\wat_os2\mystrtoul.obj n:\python\python-1.4b2\pc\wat_os2\pythonrun.obj &
|
||||
n:\python\python-1.4b2\pc\wat_os2\structmember.obj n:\python\python-1.4b2\pc&
|
||||
\wat_os2\sysmodule.obj n:\python\python-1.4b2\pc\wat_os2\traceback.obj n:\py&
|
||||
thon\python-1.4b2\pc\wat_os2\config.obj .AUTODEPEND
|
||||
n:\python\python1.4beta3\pc\wat_os2\pyth_os2.exe : n:\python\python1.4beta3\&
|
||||
pc\wat_os2\arraymodule.obj n:\python\python1.4beta3\pc\wat_os2\audioop.obj n&
|
||||
:\python\python1.4beta3\pc\wat_os2\binascii.obj n:\python\python1.4beta3\pc\&
|
||||
wat_os2\cmathmodule.obj n:\python\python1.4beta3\pc\wat_os2\errnomodule.obj &
|
||||
n:\python\python1.4beta3\pc\wat_os2\getpath.obj n:\python\python1.4beta3\pc\&
|
||||
wat_os2\imageop.obj n:\python\python1.4beta3\pc\wat_os2\main.obj n:\python\p&
|
||||
ython1.4beta3\pc\wat_os2\mathmodule.obj n:\python\python1.4beta3\pc\wat_os2\&
|
||||
md5c.obj n:\python\python1.4beta3\pc\wat_os2\md5module.obj n:\python\python1&
|
||||
.4beta3\pc\wat_os2\newmodule.obj n:\python\python1.4beta3\pc\wat_os2\operato&
|
||||
r.obj n:\python\python1.4beta3\pc\wat_os2\posixmodule.obj n:\python\python1.&
|
||||
4beta3\pc\wat_os2\regexmodule.obj n:\python\python1.4beta3\pc\wat_os2\regexp&
|
||||
r.obj n:\python\python1.4beta3\pc\wat_os2\rgbimgmodule.obj n:\python\python1&
|
||||
.4beta3\pc\wat_os2\rotormodule.obj n:\python\python1.4beta3\pc\wat_os2\signa&
|
||||
lmodule.obj n:\python\python1.4beta3\pc\wat_os2\soundex.obj n:\python\python&
|
||||
1.4beta3\pc\wat_os2\stropmodule.obj n:\python\python1.4beta3\pc\wat_os2\stru&
|
||||
ctmodule.obj n:\python\python1.4beta3\pc\wat_os2\timemodule.obj n:\python\py&
|
||||
thon1.4beta3\pc\wat_os2\yuvconvert.obj n:\python\python1.4beta3\pc\wat_os2\a&
|
||||
bstract.obj n:\python\python1.4beta3\pc\wat_os2\accessobject.obj n:\python\p&
|
||||
ython1.4beta3\pc\wat_os2\classobject.obj n:\python\python1.4beta3\pc\wat_os2&
|
||||
\cobject.obj n:\python\python1.4beta3\pc\wat_os2\complexobject.obj n:\python&
|
||||
\python1.4beta3\pc\wat_os2\fileobject.obj n:\python\python1.4beta3\pc\wat_os&
|
||||
2\floatobject.obj n:\python\python1.4beta3\pc\wat_os2\frameobject.obj n:\pyt&
|
||||
hon\python1.4beta3\pc\wat_os2\funcobject.obj n:\python\python1.4beta3\pc\wat&
|
||||
_os2\intobject.obj n:\python\python1.4beta3\pc\wat_os2\listobject.obj n:\pyt&
|
||||
hon\python1.4beta3\pc\wat_os2\longobject.obj n:\python\python1.4beta3\pc\wat&
|
||||
_os2\mappingobject.obj n:\python\python1.4beta3\pc\wat_os2\methodobject.obj &
|
||||
n:\python\python1.4beta3\pc\wat_os2\moduleobject.obj n:\python\python1.4beta&
|
||||
3\pc\wat_os2\object.obj n:\python\python1.4beta3\pc\wat_os2\rangeobject.obj &
|
||||
n:\python\python1.4beta3\pc\wat_os2\sliceobject.obj n:\python\python1.4beta3&
|
||||
\pc\wat_os2\stringobject.obj n:\python\python1.4beta3\pc\wat_os2\tupleobject&
|
||||
.obj n:\python\python1.4beta3\pc\wat_os2\typeobject.obj n:\python\python1.4b&
|
||||
eta3\pc\wat_os2\acceler.obj n:\python\python1.4beta3\pc\wat_os2\grammar1.obj&
|
||||
n:\python\python1.4beta3\pc\wat_os2\myreadline.obj n:\python\python1.4beta3&
|
||||
\pc\wat_os2\node.obj n:\python\python1.4beta3\pc\wat_os2\parser.obj n:\pytho&
|
||||
n\python1.4beta3\pc\wat_os2\parsetok.obj n:\python\python1.4beta3\pc\wat_os2&
|
||||
\tokenizer.obj n:\python\python1.4beta3\pc\wat_os2\bltinmodule.obj n:\python&
|
||||
\python1.4beta3\pc\wat_os2\ceval.obj n:\python\python1.4beta3\pc\wat_os2\cge&
|
||||
nsupport.obj n:\python\python1.4beta3\pc\wat_os2\compile.obj n:\python\pytho&
|
||||
n1.4beta3\pc\wat_os2\errors.obj n:\python\python1.4beta3\pc\wat_os2\frozen.o&
|
||||
bj n:\python\python1.4beta3\pc\wat_os2\getargs.obj n:\python\python1.4beta3\&
|
||||
pc\wat_os2\getcompiler.obj n:\python\python1.4beta3\pc\wat_os2\getcopyright.&
|
||||
obj n:\python\python1.4beta3\pc\wat_os2\getmtime.obj n:\python\python1.4beta&
|
||||
3\pc\wat_os2\getopt.obj n:\python\python1.4beta3\pc\wat_os2\getplatform.obj &
|
||||
n:\python\python1.4beta3\pc\wat_os2\getversion.obj n:\python\python1.4beta3\&
|
||||
pc\wat_os2\graminit.obj n:\python\python1.4beta3\pc\wat_os2\import.obj n:\py&
|
||||
thon\python1.4beta3\pc\wat_os2\importdl.obj n:\python\python1.4beta3\pc\wat_&
|
||||
os2\marshal.obj n:\python\python1.4beta3\pc\wat_os2\modsupport.obj n:\python&
|
||||
\python1.4beta3\pc\wat_os2\mystrtoul.obj n:\python\python1.4beta3\pc\wat_os2&
|
||||
\pythonrun.obj n:\python\python1.4beta3\pc\wat_os2\structmember.obj n:\pytho&
|
||||
n\python1.4beta3\pc\wat_os2\sysmodule.obj n:\python\python1.4beta3\pc\wat_os&
|
||||
2\traceback.obj n:\python\python1.4beta3\pc\wat_os2\config.obj .AUTODEPEND
|
||||
@n:
|
||||
cd n:\python\python-1.4b2\pc\wat_os2
|
||||
cd n:\python\python1.4beta3\pc\wat_os2
|
||||
@%write pyth_os2.lk1 NAME pyth_os2
|
||||
@%append pyth_os2.lk1 FIL arraymodule.obj,audioop.obj,binascii.obj,cmathmod&
|
||||
ule.obj,environment.obj,getpath.obj,imageop.obj,main.obj,mathmodule.obj,md5c&
|
||||
.obj,md5module.obj,newmodule.obj,posixmodule.obj,regexmodule.obj,regexpr.obj&
|
||||
,rgbimgmodule.obj,rotormodule.obj,signalmodule.obj,soundex.obj,stropmodule.o&
|
||||
bj,structmodule.obj,timemodule.obj,yuvconvert.obj,abstract.obj,accessobject.&
|
||||
obj,classobject.obj,cobject.obj,complexobject.obj,fileobject.obj,floatobject&
|
||||
.obj,frameobject.obj,funcobject.obj,intobject.obj,listobject.obj,longobject.&
|
||||
obj,mappingobject.obj,methodobject.obj,moduleobject.obj,object.obj,rangeobje&
|
||||
ct.obj,stringobject.obj,tupleobject.obj,typeobject.obj,acceler.obj,grammar1.&
|
||||
obj,myreadline.obj,node.obj,parser.obj,parsetok.obj,tokenizer.obj,bltinmodul&
|
||||
e.obj,ceval.obj,cgensupport.obj,compile.obj,errors.obj,frozen.obj,getargs.ob&
|
||||
j,getcompiler.obj,getcopyright.obj,getmtime.obj,getopt.obj,getplatform.obj,g&
|
||||
etversion.obj,graminit.obj,import.obj,importdl.obj,marshal.obj,modsupport.ob&
|
||||
j,mystrtoul.obj,pythonrun.obj,structmember.obj,sysmodule.obj,traceback.obj,c&
|
||||
onfig.obj
|
||||
ule.obj,errnomodule.obj,getpath.obj,imageop.obj,main.obj,mathmodule.obj,md5c&
|
||||
.obj,md5module.obj,newmodule.obj,operator.obj,posixmodule.obj,regexmodule.ob&
|
||||
j,regexpr.obj,rgbimgmodule.obj,rotormodule.obj,signalmodule.obj,soundex.obj,&
|
||||
stropmodule.obj,structmodule.obj,timemodule.obj,yuvconvert.obj,abstract.obj,&
|
||||
accessobject.obj,classobject.obj,cobject.obj,complexobject.obj,fileobject.ob&
|
||||
j,floatobject.obj,frameobject.obj,funcobject.obj,intobject.obj,listobject.ob&
|
||||
j,longobject.obj,mappingobject.obj,methodobject.obj,moduleobject.obj,object.&
|
||||
obj,rangeobject.obj,sliceobject.obj,stringobject.obj,tupleobject.obj,typeobj&
|
||||
ect.obj,acceler.obj,grammar1.obj,myreadline.obj,node.obj,parser.obj,parsetok&
|
||||
.obj,tokenizer.obj,bltinmodule.obj,ceval.obj,cgensupport.obj,compile.obj,err&
|
||||
ors.obj,frozen.obj,getargs.obj,getcompiler.obj,getcopyright.obj,getmtime.obj&
|
||||
,getopt.obj,getplatform.obj,getversion.obj,graminit.obj,import.obj,importdl.&
|
||||
obj,marshal.obj,modsupport.obj,mystrtoul.obj,pythonrun.obj,structmember.obj,&
|
||||
sysmodule.obj,traceback.obj,config.obj
|
||||
@%append pyth_os2.lk1
|
||||
!ifneq BLANK ""
|
||||
*wlib -q -n -b pyth_os2.imp
|
||||
|
|
|
@ -58,7 +58,7 @@ WVList
|
|||
0
|
||||
14
|
||||
WPickList
|
||||
78
|
||||
77
|
||||
15
|
||||
MItem
|
||||
3
|
||||
|
@ -220,7 +220,7 @@ WVList
|
|||
52
|
||||
MItem
|
||||
27
|
||||
..\..\modules\environment.c
|
||||
..\..\modules\errnomodule.c
|
||||
53
|
||||
WString
|
||||
4
|
||||
|
@ -237,8 +237,8 @@ WVList
|
|||
0
|
||||
56
|
||||
MItem
|
||||
27
|
||||
..\..\modules\errnomodule.c
|
||||
23
|
||||
..\..\modules\getpath.c
|
||||
57
|
||||
WString
|
||||
4
|
||||
|
@ -256,7 +256,7 @@ WVList
|
|||
60
|
||||
MItem
|
||||
23
|
||||
..\..\modules\getpath.c
|
||||
..\..\modules\imageop.c
|
||||
61
|
||||
WString
|
||||
4
|
||||
|
@ -273,8 +273,8 @@ WVList
|
|||
0
|
||||
64
|
||||
MItem
|
||||
23
|
||||
..\..\modules\imageop.c
|
||||
20
|
||||
..\..\modules\main.c
|
||||
65
|
||||
WString
|
||||
4
|
||||
|
@ -291,8 +291,8 @@ WVList
|
|||
0
|
||||
68
|
||||
MItem
|
||||
20
|
||||
..\..\modules\main.c
|
||||
26
|
||||
..\..\modules\mathmodule.c
|
||||
69
|
||||
WString
|
||||
4
|
||||
|
@ -309,8 +309,8 @@ WVList
|
|||
0
|
||||
72
|
||||
MItem
|
||||
26
|
||||
..\..\modules\mathmodule.c
|
||||
20
|
||||
..\..\modules\md5c.c
|
||||
73
|
||||
WString
|
||||
4
|
||||
|
@ -327,8 +327,8 @@ WVList
|
|||
0
|
||||
76
|
||||
MItem
|
||||
20
|
||||
..\..\modules\md5c.c
|
||||
25
|
||||
..\..\modules\md5module.c
|
||||
77
|
||||
WString
|
||||
4
|
||||
|
@ -346,7 +346,7 @@ WVList
|
|||
80
|
||||
MItem
|
||||
25
|
||||
..\..\modules\md5module.c
|
||||
..\..\modules\newmodule.c
|
||||
81
|
||||
WString
|
||||
4
|
||||
|
@ -363,8 +363,8 @@ WVList
|
|||
0
|
||||
84
|
||||
MItem
|
||||
25
|
||||
..\..\modules\newmodule.c
|
||||
24
|
||||
..\..\modules\operator.c
|
||||
85
|
||||
WString
|
||||
4
|
||||
|
@ -381,8 +381,8 @@ WVList
|
|||
0
|
||||
88
|
||||
MItem
|
||||
24
|
||||
..\..\modules\operator.c
|
||||
27
|
||||
..\..\modules\posixmodule.c
|
||||
89
|
||||
WString
|
||||
4
|
||||
|
@ -400,7 +400,7 @@ WVList
|
|||
92
|
||||
MItem
|
||||
27
|
||||
..\..\modules\posixmodule.c
|
||||
..\..\modules\regexmodule.c
|
||||
93
|
||||
WString
|
||||
4
|
||||
|
@ -417,8 +417,8 @@ WVList
|
|||
0
|
||||
96
|
||||
MItem
|
||||
27
|
||||
..\..\modules\regexmodule.c
|
||||
23
|
||||
..\..\modules\regexpr.c
|
||||
97
|
||||
WString
|
||||
4
|
||||
|
@ -435,8 +435,8 @@ WVList
|
|||
0
|
||||
100
|
||||
MItem
|
||||
23
|
||||
..\..\modules\regexpr.c
|
||||
28
|
||||
..\..\modules\rgbimgmodule.c
|
||||
101
|
||||
WString
|
||||
4
|
||||
|
@ -453,8 +453,8 @@ WVList
|
|||
0
|
||||
104
|
||||
MItem
|
||||
28
|
||||
..\..\modules\rgbimgmodule.c
|
||||
27
|
||||
..\..\modules\rotormodule.c
|
||||
105
|
||||
WString
|
||||
4
|
||||
|
@ -471,8 +471,8 @@ WVList
|
|||
0
|
||||
108
|
||||
MItem
|
||||
27
|
||||
..\..\modules\rotormodule.c
|
||||
28
|
||||
..\..\modules\signalmodule.c
|
||||
109
|
||||
WString
|
||||
4
|
||||
|
@ -489,8 +489,8 @@ WVList
|
|||
0
|
||||
112
|
||||
MItem
|
||||
28
|
||||
..\..\modules\signalmodule.c
|
||||
23
|
||||
..\..\modules\soundex.c
|
||||
113
|
||||
WString
|
||||
4
|
||||
|
@ -507,8 +507,8 @@ WVList
|
|||
0
|
||||
116
|
||||
MItem
|
||||
23
|
||||
..\..\modules\soundex.c
|
||||
27
|
||||
..\..\modules\stropmodule.c
|
||||
117
|
||||
WString
|
||||
4
|
||||
|
@ -525,8 +525,8 @@ WVList
|
|||
0
|
||||
120
|
||||
MItem
|
||||
27
|
||||
..\..\modules\stropmodule.c
|
||||
28
|
||||
..\..\modules\structmodule.c
|
||||
121
|
||||
WString
|
||||
4
|
||||
|
@ -543,8 +543,8 @@ WVList
|
|||
0
|
||||
124
|
||||
MItem
|
||||
28
|
||||
..\..\modules\structmodule.c
|
||||
26
|
||||
..\..\modules\timemodule.c
|
||||
125
|
||||
WString
|
||||
4
|
||||
|
@ -562,7 +562,7 @@ WVList
|
|||
128
|
||||
MItem
|
||||
26
|
||||
..\..\modules\timemodule.c
|
||||
..\..\modules\yuvconvert.c
|
||||
129
|
||||
WString
|
||||
4
|
||||
|
@ -579,8 +579,8 @@ WVList
|
|||
0
|
||||
132
|
||||
MItem
|
||||
26
|
||||
..\..\modules\yuvconvert.c
|
||||
24
|
||||
..\..\objects\abstract.c
|
||||
133
|
||||
WString
|
||||
4
|
||||
|
@ -597,8 +597,8 @@ WVList
|
|||
0
|
||||
136
|
||||
MItem
|
||||
24
|
||||
..\..\objects\abstract.c
|
||||
28
|
||||
..\..\objects\accessobject.c
|
||||
137
|
||||
WString
|
||||
4
|
||||
|
@ -615,8 +615,8 @@ WVList
|
|||
0
|
||||
140
|
||||
MItem
|
||||
28
|
||||
..\..\objects\accessobject.c
|
||||
27
|
||||
..\..\objects\classobject.c
|
||||
141
|
||||
WString
|
||||
4
|
||||
|
@ -633,8 +633,8 @@ WVList
|
|||
0
|
||||
144
|
||||
MItem
|
||||
27
|
||||
..\..\objects\classobject.c
|
||||
23
|
||||
..\..\objects\cobject.c
|
||||
145
|
||||
WString
|
||||
4
|
||||
|
@ -651,8 +651,8 @@ WVList
|
|||
0
|
||||
148
|
||||
MItem
|
||||
23
|
||||
..\..\objects\cobject.c
|
||||
29
|
||||
..\..\objects\complexobject.c
|
||||
149
|
||||
WString
|
||||
4
|
||||
|
@ -669,8 +669,8 @@ WVList
|
|||
0
|
||||
152
|
||||
MItem
|
||||
29
|
||||
..\..\objects\complexobject.c
|
||||
26
|
||||
..\..\objects\fileobject.c
|
||||
153
|
||||
WString
|
||||
4
|
||||
|
@ -687,8 +687,8 @@ WVList
|
|||
0
|
||||
156
|
||||
MItem
|
||||
26
|
||||
..\..\objects\fileobject.c
|
||||
27
|
||||
..\..\objects\floatobject.c
|
||||
157
|
||||
WString
|
||||
4
|
||||
|
@ -706,7 +706,7 @@ WVList
|
|||
160
|
||||
MItem
|
||||
27
|
||||
..\..\objects\floatobject.c
|
||||
..\..\objects\frameobject.c
|
||||
161
|
||||
WString
|
||||
4
|
||||
|
@ -723,8 +723,8 @@ WVList
|
|||
0
|
||||
164
|
||||
MItem
|
||||
27
|
||||
..\..\objects\frameobject.c
|
||||
26
|
||||
..\..\objects\funcobject.c
|
||||
165
|
||||
WString
|
||||
4
|
||||
|
@ -741,8 +741,8 @@ WVList
|
|||
0
|
||||
168
|
||||
MItem
|
||||
26
|
||||
..\..\objects\funcobject.c
|
||||
25
|
||||
..\..\objects\intobject.c
|
||||
169
|
||||
WString
|
||||
4
|
||||
|
@ -759,8 +759,8 @@ WVList
|
|||
0
|
||||
172
|
||||
MItem
|
||||
25
|
||||
..\..\objects\intobject.c
|
||||
26
|
||||
..\..\objects\listobject.c
|
||||
173
|
||||
WString
|
||||
4
|
||||
|
@ -778,7 +778,7 @@ WVList
|
|||
176
|
||||
MItem
|
||||
26
|
||||
..\..\objects\listobject.c
|
||||
..\..\objects\longobject.c
|
||||
177
|
||||
WString
|
||||
4
|
||||
|
@ -795,8 +795,8 @@ WVList
|
|||
0
|
||||
180
|
||||
MItem
|
||||
26
|
||||
..\..\objects\longobject.c
|
||||
29
|
||||
..\..\objects\mappingobject.c
|
||||
181
|
||||
WString
|
||||
4
|
||||
|
@ -813,8 +813,8 @@ WVList
|
|||
0
|
||||
184
|
||||
MItem
|
||||
29
|
||||
..\..\objects\mappingobject.c
|
||||
28
|
||||
..\..\objects\methodobject.c
|
||||
185
|
||||
WString
|
||||
4
|
||||
|
@ -832,7 +832,7 @@ WVList
|
|||
188
|
||||
MItem
|
||||
28
|
||||
..\..\objects\methodobject.c
|
||||
..\..\objects\moduleobject.c
|
||||
189
|
||||
WString
|
||||
4
|
||||
|
@ -849,8 +849,8 @@ WVList
|
|||
0
|
||||
192
|
||||
MItem
|
||||
28
|
||||
..\..\objects\moduleobject.c
|
||||
22
|
||||
..\..\objects\object.c
|
||||
193
|
||||
WString
|
||||
4
|
||||
|
@ -867,8 +867,8 @@ WVList
|
|||
0
|
||||
196
|
||||
MItem
|
||||
22
|
||||
..\..\objects\object.c
|
||||
27
|
||||
..\..\objects\rangeobject.c
|
||||
197
|
||||
WString
|
||||
4
|
||||
|
@ -886,7 +886,7 @@ WVList
|
|||
200
|
||||
MItem
|
||||
27
|
||||
..\..\objects\rangeobject.c
|
||||
..\..\objects\sliceobject.c
|
||||
201
|
||||
WString
|
||||
4
|
||||
|
@ -903,8 +903,8 @@ WVList
|
|||
0
|
||||
204
|
||||
MItem
|
||||
27
|
||||
..\..\objects\sliceobject.c
|
||||
28
|
||||
..\..\objects\stringobject.c
|
||||
205
|
||||
WString
|
||||
4
|
||||
|
@ -921,8 +921,8 @@ WVList
|
|||
0
|
||||
208
|
||||
MItem
|
||||
28
|
||||
..\..\objects\stringobject.c
|
||||
27
|
||||
..\..\objects\tupleobject.c
|
||||
209
|
||||
WString
|
||||
4
|
||||
|
@ -939,8 +939,8 @@ WVList
|
|||
0
|
||||
212
|
||||
MItem
|
||||
27
|
||||
..\..\objects\tupleobject.c
|
||||
26
|
||||
..\..\objects\typeobject.c
|
||||
213
|
||||
WString
|
||||
4
|
||||
|
@ -957,8 +957,8 @@ WVList
|
|||
0
|
||||
216
|
||||
MItem
|
||||
26
|
||||
..\..\objects\typeobject.c
|
||||
22
|
||||
..\..\parser\acceler.c
|
||||
217
|
||||
WString
|
||||
4
|
||||
|
@ -975,8 +975,8 @@ WVList
|
|||
0
|
||||
220
|
||||
MItem
|
||||
22
|
||||
..\..\parser\acceler.c
|
||||
23
|
||||
..\..\parser\grammar1.c
|
||||
221
|
||||
WString
|
||||
4
|
||||
|
@ -993,8 +993,8 @@ WVList
|
|||
0
|
||||
224
|
||||
MItem
|
||||
23
|
||||
..\..\parser\grammar1.c
|
||||
25
|
||||
..\..\parser\myreadline.c
|
||||
225
|
||||
WString
|
||||
4
|
||||
|
@ -1011,8 +1011,8 @@ WVList
|
|||
0
|
||||
228
|
||||
MItem
|
||||
25
|
||||
..\..\parser\myreadline.c
|
||||
19
|
||||
..\..\parser\node.c
|
||||
229
|
||||
WString
|
||||
4
|
||||
|
@ -1029,8 +1029,8 @@ WVList
|
|||
0
|
||||
232
|
||||
MItem
|
||||
19
|
||||
..\..\parser\node.c
|
||||
21
|
||||
..\..\parser\parser.c
|
||||
233
|
||||
WString
|
||||
4
|
||||
|
@ -1047,8 +1047,8 @@ WVList
|
|||
0
|
||||
236
|
||||
MItem
|
||||
21
|
||||
..\..\parser\parser.c
|
||||
23
|
||||
..\..\parser\parsetok.c
|
||||
237
|
||||
WString
|
||||
4
|
||||
|
@ -1065,8 +1065,8 @@ WVList
|
|||
0
|
||||
240
|
||||
MItem
|
||||
23
|
||||
..\..\parser\parsetok.c
|
||||
24
|
||||
..\..\parser\tokenizer.c
|
||||
241
|
||||
WString
|
||||
4
|
||||
|
@ -1083,8 +1083,8 @@ WVList
|
|||
0
|
||||
244
|
||||
MItem
|
||||
24
|
||||
..\..\parser\tokenizer.c
|
||||
26
|
||||
..\..\python\bltinmodule.c
|
||||
245
|
||||
WString
|
||||
4
|
||||
|
@ -1101,8 +1101,8 @@ WVList
|
|||
0
|
||||
248
|
||||
MItem
|
||||
26
|
||||
..\..\python\bltinmodule.c
|
||||
20
|
||||
..\..\python\ceval.c
|
||||
249
|
||||
WString
|
||||
4
|
||||
|
@ -1119,8 +1119,8 @@ WVList
|
|||
0
|
||||
252
|
||||
MItem
|
||||
20
|
||||
..\..\python\ceval.c
|
||||
26
|
||||
..\..\python\cgensupport.c
|
||||
253
|
||||
WString
|
||||
4
|
||||
|
@ -1137,8 +1137,8 @@ WVList
|
|||
0
|
||||
256
|
||||
MItem
|
||||
26
|
||||
..\..\python\cgensupport.c
|
||||
22
|
||||
..\..\python\compile.c
|
||||
257
|
||||
WString
|
||||
4
|
||||
|
@ -1155,8 +1155,8 @@ WVList
|
|||
0
|
||||
260
|
||||
MItem
|
||||
22
|
||||
..\..\python\compile.c
|
||||
21
|
||||
..\..\python\errors.c
|
||||
261
|
||||
WString
|
||||
4
|
||||
|
@ -1174,7 +1174,7 @@ WVList
|
|||
264
|
||||
MItem
|
||||
21
|
||||
..\..\python\errors.c
|
||||
..\..\python\frozen.c
|
||||
265
|
||||
WString
|
||||
4
|
||||
|
@ -1191,8 +1191,8 @@ WVList
|
|||
0
|
||||
268
|
||||
MItem
|
||||
21
|
||||
..\..\python\frozen.c
|
||||
22
|
||||
..\..\python\getargs.c
|
||||
269
|
||||
WString
|
||||
4
|
||||
|
@ -1209,8 +1209,8 @@ WVList
|
|||
0
|
||||
272
|
||||
MItem
|
||||
22
|
||||
..\..\python\getargs.c
|
||||
26
|
||||
..\..\python\getcompiler.c
|
||||
273
|
||||
WString
|
||||
4
|
||||
|
@ -1227,8 +1227,8 @@ WVList
|
|||
0
|
||||
276
|
||||
MItem
|
||||
26
|
||||
..\..\python\getcompiler.c
|
||||
27
|
||||
..\..\python\getcopyright.c
|
||||
277
|
||||
WString
|
||||
4
|
||||
|
@ -1245,8 +1245,8 @@ WVList
|
|||
0
|
||||
280
|
||||
MItem
|
||||
27
|
||||
..\..\python\getcopyright.c
|
||||
23
|
||||
..\..\python\getmtime.c
|
||||
281
|
||||
WString
|
||||
4
|
||||
|
@ -1263,8 +1263,8 @@ WVList
|
|||
0
|
||||
284
|
||||
MItem
|
||||
23
|
||||
..\..\python\getmtime.c
|
||||
21
|
||||
..\..\python\getopt.c
|
||||
285
|
||||
WString
|
||||
4
|
||||
|
@ -1281,8 +1281,8 @@ WVList
|
|||
0
|
||||
288
|
||||
MItem
|
||||
21
|
||||
..\..\python\getopt.c
|
||||
26
|
||||
..\..\python\getplatform.c
|
||||
289
|
||||
WString
|
||||
4
|
||||
|
@ -1299,8 +1299,8 @@ WVList
|
|||
0
|
||||
292
|
||||
MItem
|
||||
26
|
||||
..\..\python\getplatform.c
|
||||
25
|
||||
..\..\python\getversion.c
|
||||
293
|
||||
WString
|
||||
4
|
||||
|
@ -1317,8 +1317,8 @@ WVList
|
|||
0
|
||||
296
|
||||
MItem
|
||||
25
|
||||
..\..\python\getversion.c
|
||||
23
|
||||
..\..\python\graminit.c
|
||||
297
|
||||
WString
|
||||
4
|
||||
|
@ -1335,8 +1335,8 @@ WVList
|
|||
0
|
||||
300
|
||||
MItem
|
||||
23
|
||||
..\..\python\graminit.c
|
||||
21
|
||||
..\..\python\import.c
|
||||
301
|
||||
WString
|
||||
4
|
||||
|
@ -1353,8 +1353,8 @@ WVList
|
|||
0
|
||||
304
|
||||
MItem
|
||||
21
|
||||
..\..\python\import.c
|
||||
23
|
||||
..\..\python\importdl.c
|
||||
305
|
||||
WString
|
||||
4
|
||||
|
@ -1371,8 +1371,8 @@ WVList
|
|||
0
|
||||
308
|
||||
MItem
|
||||
23
|
||||
..\..\python\importdl.c
|
||||
22
|
||||
..\..\python\marshal.c
|
||||
309
|
||||
WString
|
||||
4
|
||||
|
@ -1389,8 +1389,8 @@ WVList
|
|||
0
|
||||
312
|
||||
MItem
|
||||
22
|
||||
..\..\python\marshal.c
|
||||
25
|
||||
..\..\python\modsupport.c
|
||||
313
|
||||
WString
|
||||
4
|
||||
|
@ -1407,8 +1407,8 @@ WVList
|
|||
0
|
||||
316
|
||||
MItem
|
||||
25
|
||||
..\..\python\modsupport.c
|
||||
24
|
||||
..\..\python\mystrtoul.c
|
||||
317
|
||||
WString
|
||||
4
|
||||
|
@ -1426,7 +1426,7 @@ WVList
|
|||
320
|
||||
MItem
|
||||
24
|
||||
..\..\python\mystrtoul.c
|
||||
..\..\python\pythonrun.c
|
||||
321
|
||||
WString
|
||||
4
|
||||
|
@ -1443,8 +1443,8 @@ WVList
|
|||
0
|
||||
324
|
||||
MItem
|
||||
24
|
||||
..\..\python\pythonrun.c
|
||||
27
|
||||
..\..\python\structmember.c
|
||||
325
|
||||
WString
|
||||
4
|
||||
|
@ -1461,8 +1461,8 @@ WVList
|
|||
0
|
||||
328
|
||||
MItem
|
||||
27
|
||||
..\..\python\structmember.c
|
||||
24
|
||||
..\..\python\sysmodule.c
|
||||
329
|
||||
WString
|
||||
4
|
||||
|
@ -1480,7 +1480,7 @@ WVList
|
|||
332
|
||||
MItem
|
||||
24
|
||||
..\..\python\sysmodule.c
|
||||
..\..\python\traceback.c
|
||||
333
|
||||
WString
|
||||
4
|
||||
|
@ -1497,8 +1497,8 @@ WVList
|
|||
0
|
||||
336
|
||||
MItem
|
||||
24
|
||||
..\..\python\traceback.c
|
||||
11
|
||||
..\config.c
|
||||
337
|
||||
WString
|
||||
4
|
||||
|
@ -1513,21 +1513,3 @@ WVList
|
|||
1
|
||||
1
|
||||
0
|
||||
340
|
||||
MItem
|
||||
11
|
||||
..\config.c
|
||||
341
|
||||
WString
|
||||
4
|
||||
COBJ
|
||||
342
|
||||
WVList
|
||||
0
|
||||
343
|
||||
WVList
|
||||
0
|
||||
15
|
||||
1
|
||||
1
|
||||
0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue