mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Jim A's new versions of these
This commit is contained in:
parent
84c6fc9653
commit
f6fc1ec462
8 changed files with 2503 additions and 2225 deletions
|
@ -1,5 +1,5 @@
|
||||||
project : n:\python\python1.4beta3\pc\wat_os2\pyth_os2.exe n:\python\python1&
|
project : n:\python\python-1.5.1\pc\wat_os2\pyth_os2.exe n:\python\python-1.&
|
||||||
.4beta3\pc\wat_dos\pyth_dos.exe .SYMBOLIC
|
5.1\pc\wat_dos\pyth_dos.exe .SYMBOLIC
|
||||||
|
|
||||||
!include n:\python\python1.4beta3\pc\wat_os2\pyth_os2.mk1
|
!include n:\python\python-1.5.1\pc\wat_os2\pyth_os2.mk1
|
||||||
!include n:\python\python1.4beta3\pc\wat_dos\pyth_dos.mk1
|
!include n:\python\python-1.5.1\pc\wat_dos\pyth_dos.mk1
|
||||||
|
|
|
@ -4,10 +4,10 @@ projectIdent
|
||||||
VpeMain
|
VpeMain
|
||||||
1
|
1
|
||||||
WRect
|
WRect
|
||||||
0
|
448
|
||||||
0
|
128
|
||||||
9920
|
9136
|
||||||
8704
|
8576
|
||||||
2
|
2
|
||||||
MProject
|
MProject
|
||||||
3
|
3
|
||||||
|
@ -34,22 +34,22 @@ VComponent
|
||||||
WRect
|
WRect
|
||||||
832
|
832
|
||||||
256
|
256
|
||||||
5632
|
6048
|
||||||
4096
|
5482
|
||||||
0
|
0
|
||||||
0
|
0
|
||||||
10
|
10
|
||||||
WFileName
|
WFileName
|
||||||
20
|
20
|
||||||
wat_os2\pyth_os2.tgt
|
wat_os2\pyth_os2.tgt
|
||||||
77
|
0
|
||||||
9
|
22
|
||||||
11
|
11
|
||||||
VComponent
|
VComponent
|
||||||
12
|
12
|
||||||
WRect
|
WRect
|
||||||
1072
|
240
|
||||||
576
|
704
|
||||||
7792
|
7792
|
||||||
5568
|
5568
|
||||||
0
|
0
|
||||||
|
@ -58,6 +58,6 @@ WRect
|
||||||
WFileName
|
WFileName
|
||||||
20
|
20
|
||||||
wat_dos\pyth_dos.tgt
|
wat_dos\pyth_dos.tgt
|
||||||
72
|
20
|
||||||
9
|
29
|
||||||
11
|
8
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
NAME pyth_dos
|
NAME pyth_dos
|
||||||
FIL arraymodule.obj,audioop.obj,binascii.obj,cmathmodule.obj,environment.obj,errnomodule.obj,getpath.obj,imageop.obj,main.obj,mathmodule.obj,md5c.obj,md5module.obj,newmodule.obj,operator.obj,posixmodule.obj,regexmodule.obj,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.obj,floatobject.obj,frameobject.obj,funcobject.obj,intobject.obj,listobject.obj,longobject.obj,mappingobject.obj,methodobject.obj,moduleobject.obj,object.obj,rangeobject.obj,stringobject.obj,tupleobject.obj,typeobject.obj,acceler.obj,grammar1.obj,myreadline.obj,node.obj,parser.obj,parsetok.obj,tokenizer.obj,bltinmodule.obj,ceval.obj,cgensupport.obj,compile.obj,errors.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
|
FIL arraymodule.obj,audioop.obj,binascii.obj,cmathmodule.obj,cpickle.obj,cstringio.obj,errnomodule.obj,getbuildinfo.obj,imageop.obj,main.obj,mathmodule.obj,md5c.obj,md5module.obj,newmodule.obj,operator.obj,pcremodule.obj,posixmodule.obj,pypcre.obj,python.obj,regexmodule.obj,regexpr.obj,rgbimgmodule.obj,rotormodule.obj,signalmodule.obj,soundex.obj,stropmodule.obj,structmodule.obj,timemodule.obj,yuvconvert.obj,abstract.obj,classobject.obj,cobject.obj,complexobject.obj,dictobject.obj,fileobject.obj,floatobject.obj,frameobject.obj,funcobject.obj,intobject.obj,listobject.obj,longobject.obj,methodobject.obj,moduleobject.obj,object.obj,rangeobject.obj,sliceobject.obj,stringobject.obj,tupleobject.obj,typeobject.obj,acceler.obj,grammar1.obj,myreadline.obj,node.obj,parser.obj,parsetok.obj,tokenizer.obj,bltinmodule.obj,ceval.obj,compile.obj,errors.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,pystate.obj,pythonrun.obj,structmember.obj,sysmodule.obj,traceback.obj,config.obj,getpathp.obj
|
||||||
|
|
||||||
|
|
|
@ -1,605 +1,642 @@
|
||||||
!define BLANK ""
|
!define BLANK ""
|
||||||
n:\python\python1.4beta3\pc\wat_dos\arraymodule.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\arraymodule.obj : n:\python\python-1.5.1\m&
|
||||||
a3\modules\arraymodule.c .AUTODEPEND
|
odules\arraymodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\arraymodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
*wcc386 ..\..\modules\arraymodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\audioop.obj : n:\python\python1.4beta3\m&
|
n:\python\python-1.5.1\pc\wat_dos\audioop.obj : n:\python\python-1.5.1\modul&
|
||||||
odules\audioop.c .AUTODEPEND
|
es\audioop.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\audioop.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
*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
|
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\binascii.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_dos\binascii.obj : n:\python\python-1.5.1\modu&
|
||||||
modules\binascii.c .AUTODEPEND
|
les\binascii.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\binascii.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
*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
|
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\cmathmodule.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\cmathmodule.obj : n:\python\python-1.5.1\m&
|
||||||
a3\modules\cmathmodule.c .AUTODEPEND
|
odules\cmathmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\cmathmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
*wcc386 ..\..\modules\cmathmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\errnomodule.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\cpickle.obj : n:\python\python-1.5.1\modul&
|
||||||
a3\modules\errnomodule.c .AUTODEPEND
|
es\cpickle.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
|
*wcc386 ..\..\modules\cpickle.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.5.1\pc\wat_dos\cstringio.obj : n:\python\python-1.5.1\mod&
|
||||||
|
ules\cstringio.c .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
|
*wcc386 ..\..\modules\cstringio.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.5.1\pc\wat_dos\errnomodule.obj : n:\python\python-1.5.1\m&
|
||||||
|
odules\errnomodule.c .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\errnomodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
*wcc386 ..\..\modules\errnomodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\getpath.obj : n:\python\python1.4beta3\m&
|
n:\python\python-1.5.1\pc\wat_dos\getbuildinfo.obj : n:\python\python-1.5.1\&
|
||||||
odules\getpath.c .AUTODEPEND
|
modules\getbuildinfo.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\getpath.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
*wcc386 ..\..\modules\getbuildinfo.c -i=..; -i=..\..\Include;C:\WATCOM\h -w&
|
||||||
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\imageop.obj : n:\python\python1.4beta3\m&
|
n:\python\python-1.5.1\pc\wat_dos\imageop.obj : n:\python\python-1.5.1\modul&
|
||||||
odules\imageop.c .AUTODEPEND
|
es\imageop.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\imageop.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
*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
|
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\main.obj : n:\python\python1.4beta3\modu&
|
n:\python\python-1.5.1\pc\wat_dos\main.obj : n:\python\python-1.5.1\modules\&
|
||||||
les\main.c .AUTODEPEND
|
main.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\main.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 -&
|
*wcc386 ..\..\modules\main.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 -&
|
||||||
dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\mathmodule.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_dos\mathmodule.obj : n:\python\python-1.5.1\mo&
|
||||||
3\modules\mathmodule.c .AUTODEPEND
|
dules\mathmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\mathmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
*wcc386 ..\..\modules\mathmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\md5c.obj : n:\python\python1.4beta3\modu&
|
n:\python\python-1.5.1\pc\wat_dos\md5c.obj : n:\python\python-1.5.1\modules\&
|
||||||
les\md5c.c .AUTODEPEND
|
md5c.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\md5c.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 -&
|
*wcc386 ..\..\modules\md5c.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 -&
|
||||||
dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\md5module.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_dos\md5module.obj : n:\python\python-1.5.1\mod&
|
||||||
\modules\md5module.c .AUTODEPEND
|
ules\md5module.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\md5module.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
*wcc386 ..\..\modules\md5module.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
||||||
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\newmodule.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_dos\newmodule.obj : n:\python\python-1.5.1\mod&
|
||||||
\modules\newmodule.c .AUTODEPEND
|
ules\newmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\newmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
*wcc386 ..\..\modules\newmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
||||||
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\operator.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_dos\operator.obj : n:\python\python-1.5.1\modu&
|
||||||
modules\operator.c .AUTODEPEND
|
les\operator.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\operator.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
*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
|
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\posixmodule.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\pcremodule.obj : n:\python\python-1.5.1\mo&
|
||||||
a3\modules\posixmodule.c .AUTODEPEND
|
dules\pcremodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
|
*wcc386 ..\..\modules\pcremodule.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.5.1\pc\wat_dos\posixmodule.obj : n:\python\python-1.5.1\m&
|
||||||
|
odules\posixmodule.c .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\posixmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
*wcc386 ..\..\modules\posixmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\regexmodule.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\pypcre.obj : n:\python\python-1.5.1\module&
|
||||||
a3\modules\regexmodule.c .AUTODEPEND
|
s\pypcre.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
|
*wcc386 ..\..\modules\pypcre.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.5.1\pc\wat_dos\python.obj : n:\python\python-1.5.1\module&
|
||||||
|
s\python.c .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
|
*wcc386 ..\..\modules\python.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.5.1\pc\wat_dos\regexmodule.obj : n:\python\python-1.5.1\m&
|
||||||
|
odules\regexmodule.c .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\regexmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
*wcc386 ..\..\modules\regexmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\regexpr.obj : n:\python\python1.4beta3\m&
|
n:\python\python-1.5.1\pc\wat_dos\regexpr.obj : n:\python\python-1.5.1\modul&
|
||||||
odules\regexpr.c .AUTODEPEND
|
es\regexpr.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\regexpr.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
*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
|
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\rgbimgmodule.obj : n:\python\python1.4be&
|
n:\python\python-1.5.1\pc\wat_dos\rgbimgmodule.obj : n:\python\python-1.5.1\&
|
||||||
ta3\modules\rgbimgmodule.c .AUTODEPEND
|
modules\rgbimgmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\rgbimgmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w&
|
*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
|
4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\rotormodule.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\rotormodule.obj : n:\python\python-1.5.1\m&
|
||||||
a3\modules\rotormodule.c .AUTODEPEND
|
odules\rotormodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\rotormodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
*wcc386 ..\..\modules\rotormodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\signalmodule.obj : n:\python\python1.4be&
|
n:\python\python-1.5.1\pc\wat_dos\signalmodule.obj : n:\python\python-1.5.1\&
|
||||||
ta3\modules\signalmodule.c .AUTODEPEND
|
modules\signalmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\signalmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w&
|
*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
|
4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\soundex.obj : n:\python\python1.4beta3\m&
|
n:\python\python-1.5.1\pc\wat_dos\soundex.obj : n:\python\python-1.5.1\modul&
|
||||||
odules\soundex.c .AUTODEPEND
|
es\soundex.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\soundex.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
*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
|
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\stropmodule.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\stropmodule.obj : n:\python\python-1.5.1\m&
|
||||||
a3\modules\stropmodule.c .AUTODEPEND
|
odules\stropmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\stropmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
*wcc386 ..\..\modules\stropmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\structmodule.obj : n:\python\python1.4be&
|
n:\python\python-1.5.1\pc\wat_dos\structmodule.obj : n:\python\python-1.5.1\&
|
||||||
ta3\modules\structmodule.c .AUTODEPEND
|
modules\structmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\structmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w&
|
*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
|
4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\timemodule.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_dos\timemodule.obj : n:\python\python-1.5.1\mo&
|
||||||
3\modules\timemodule.c .AUTODEPEND
|
dules\timemodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\timemodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
*wcc386 ..\..\modules\timemodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\yuvconvert.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_dos\yuvconvert.obj : n:\python\python-1.5.1\mo&
|
||||||
3\modules\yuvconvert.c .AUTODEPEND
|
dules\yuvconvert.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\modules\yuvconvert.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
*wcc386 ..\..\modules\yuvconvert.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\abstract.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_dos\abstract.obj : n:\python\python-1.5.1\obje&
|
||||||
objects\abstract.c .AUTODEPEND
|
cts\abstract.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\abstract.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
*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
|
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\accessobject.obj : n:\python\python1.4be&
|
n:\python\python-1.5.1\pc\wat_dos\classobject.obj : n:\python\python-1.5.1\o&
|
||||||
ta3\objects\accessobject.c .AUTODEPEND
|
bjects\classobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\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\python1.4beta3\pc\wat_dos\classobject.obj : n:\python\python1.4bet&
|
|
||||||
a3\objects\classobject.c .AUTODEPEND
|
|
||||||
@n:
|
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
|
||||||
*wcc386 ..\..\objects\classobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
*wcc386 ..\..\objects\classobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\cobject.obj : n:\python\python1.4beta3\o&
|
n:\python\python-1.5.1\pc\wat_dos\cobject.obj : n:\python\python-1.5.1\objec&
|
||||||
bjects\cobject.c .AUTODEPEND
|
ts\cobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\cobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
*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
|
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\complexobject.obj : n:\python\python1.4b&
|
n:\python\python-1.5.1\pc\wat_dos\complexobject.obj : n:\python\python-1.5.1&
|
||||||
eta3\objects\complexobject.c .AUTODEPEND
|
\objects\complexobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\complexobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -&
|
*wcc386 ..\..\objects\complexobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -&
|
||||||
w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\fileobject.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_dos\dictobject.obj : n:\python\python-1.5.1\ob&
|
||||||
3\objects\fileobject.c .AUTODEPEND
|
jects\dictobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
|
*wcc386 ..\..\objects\dictobject.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.5.1\pc\wat_dos\fileobject.obj : n:\python\python-1.5.1\ob&
|
||||||
|
jects\fileobject.c .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\fileobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
*wcc386 ..\..\objects\fileobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\floatobject.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\floatobject.obj : n:\python\python-1.5.1\o&
|
||||||
a3\objects\floatobject.c .AUTODEPEND
|
bjects\floatobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\floatobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
*wcc386 ..\..\objects\floatobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\frameobject.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\frameobject.obj : n:\python\python-1.5.1\o&
|
||||||
a3\objects\frameobject.c .AUTODEPEND
|
bjects\frameobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\frameobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
*wcc386 ..\..\objects\frameobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\funcobject.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_dos\funcobject.obj : n:\python\python-1.5.1\ob&
|
||||||
3\objects\funcobject.c .AUTODEPEND
|
jects\funcobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\funcobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
*wcc386 ..\..\objects\funcobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\intobject.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_dos\intobject.obj : n:\python\python-1.5.1\obj&
|
||||||
\objects\intobject.c .AUTODEPEND
|
ects\intobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\intobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
*wcc386 ..\..\objects\intobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
||||||
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\listobject.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_dos\listobject.obj : n:\python\python-1.5.1\ob&
|
||||||
3\objects\listobject.c .AUTODEPEND
|
jects\listobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\listobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
*wcc386 ..\..\objects\listobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\longobject.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_dos\longobject.obj : n:\python\python-1.5.1\ob&
|
||||||
3\objects\longobject.c .AUTODEPEND
|
jects\longobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\longobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
*wcc386 ..\..\objects\longobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\mappingobject.obj : n:\python\python1.4b&
|
n:\python\python-1.5.1\pc\wat_dos\methodobject.obj : n:\python\python-1.5.1\&
|
||||||
eta3\objects\mappingobject.c .AUTODEPEND
|
objects\methodobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\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\python1.4beta3\pc\wat_dos\methodobject.obj : n:\python\python1.4be&
|
|
||||||
ta3\objects\methodobject.c .AUTODEPEND
|
|
||||||
@n:
|
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
|
||||||
*wcc386 ..\..\objects\methodobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w&
|
*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
|
4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\moduleobject.obj : n:\python\python1.4be&
|
n:\python\python-1.5.1\pc\wat_dos\moduleobject.obj : n:\python\python-1.5.1\&
|
||||||
ta3\objects\moduleobject.c .AUTODEPEND
|
objects\moduleobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\moduleobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w&
|
*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
|
4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\object.obj : n:\python\python1.4beta3\ob&
|
n:\python\python-1.5.1\pc\wat_dos\object.obj : n:\python\python-1.5.1\object&
|
||||||
jects\object.c .AUTODEPEND
|
s\object.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\object.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25&
|
*wcc386 ..\..\objects\object.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25&
|
||||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\rangeobject.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\rangeobject.obj : n:\python\python-1.5.1\o&
|
||||||
a3\objects\rangeobject.c .AUTODEPEND
|
bjects\rangeobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\rangeobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
*wcc386 ..\..\objects\rangeobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\sliceobject.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\sliceobject.obj : n:\python\python-1.5.1\o&
|
||||||
a3\objects\sliceobject.c .AUTODEPEND
|
bjects\sliceobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\sliceobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
*wcc386 ..\..\objects\sliceobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-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&
|
n:\python\python-1.5.1\pc\wat_dos\stringobject.obj : n:\python\python-1.5.1\&
|
||||||
ta3\objects\stringobject.c .AUTODEPEND
|
objects\stringobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\stringobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w&
|
*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
|
4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\tupleobject.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\tupleobject.obj : n:\python\python-1.5.1\o&
|
||||||
a3\objects\tupleobject.c .AUTODEPEND
|
bjects\tupleobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\tupleobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
*wcc386 ..\..\objects\tupleobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\typeobject.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_dos\typeobject.obj : n:\python\python-1.5.1\ob&
|
||||||
3\objects\typeobject.c .AUTODEPEND
|
jects\typeobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\objects\typeobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
*wcc386 ..\..\objects\typeobject.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\acceler.obj : n:\python\python1.4beta3\p&
|
n:\python\python-1.5.1\pc\wat_dos\acceler.obj : n:\python\python-1.5.1\parse&
|
||||||
arser\acceler.c .AUTODEPEND
|
r\acceler.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\parser\acceler.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25&
|
*wcc386 ..\..\parser\acceler.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25&
|
||||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\grammar1.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_dos\grammar1.obj : n:\python\python-1.5.1\pars&
|
||||||
parser\grammar1.c .AUTODEPEND
|
er\grammar1.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\parser\grammar1.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
*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
|
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\myreadline.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_dos\myreadline.obj : n:\python\python-1.5.1\pa&
|
||||||
3\parser\myreadline.c .AUTODEPEND
|
rser\myreadline.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\parser\myreadline.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
*wcc386 ..\..\parser\myreadline.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
||||||
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\node.obj : n:\python\python1.4beta3\pars&
|
n:\python\python-1.5.1\pc\wat_dos\node.obj : n:\python\python-1.5.1\parser\n&
|
||||||
er\node.c .AUTODEPEND
|
ode.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\parser\node.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 -d&
|
*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
|
HAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\parser.obj : n:\python\python1.4beta3\pa&
|
n:\python\python-1.5.1\pc\wat_dos\parser.obj : n:\python\python-1.5.1\parser&
|
||||||
rser\parser.c .AUTODEPEND
|
\parser.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\parser\parser.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 &
|
*wcc386 ..\..\parser\parser.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 &
|
||||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\parsetok.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_dos\parsetok.obj : n:\python\python-1.5.1\pars&
|
||||||
parser\parsetok.c .AUTODEPEND
|
er\parsetok.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\parser\parsetok.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
*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
|
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\tokenizer.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_dos\tokenizer.obj : n:\python\python-1.5.1\par&
|
||||||
\parser\tokenizer.c .AUTODEPEND
|
ser\tokenizer.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\parser\tokenizer.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
*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
|
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\bltinmodule.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\bltinmodule.obj : n:\python\python-1.5.1\p&
|
||||||
a3\python\bltinmodule.c .AUTODEPEND
|
ython\bltinmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\bltinmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
*wcc386 ..\..\python\bltinmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\ceval.obj : n:\python\python1.4beta3\pyt&
|
n:\python\python-1.5.1\pc\wat_dos\ceval.obj : n:\python\python-1.5.1\python\&
|
||||||
hon\ceval.c .AUTODEPEND
|
ceval.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\ceval.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 -&
|
*wcc386 ..\..\python\ceval.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 -&
|
||||||
dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\cgensupport.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\compile.obj : n:\python\python-1.5.1\pytho&
|
||||||
a3\python\cgensupport.c .AUTODEPEND
|
n\compile.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\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\python1.4beta3\pc\wat_dos\compile.obj : n:\python\python1.4beta3\p&
|
|
||||||
ython\compile.c .AUTODEPEND
|
|
||||||
@n:
|
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
|
||||||
*wcc386 ..\..\python\compile.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25&
|
*wcc386 ..\..\python\compile.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25&
|
||||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\errors.obj : n:\python\python1.4beta3\py&
|
n:\python\python-1.5.1\pc\wat_dos\errors.obj : n:\python\python-1.5.1\python&
|
||||||
thon\errors.c .AUTODEPEND
|
\errors.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\errors.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 &
|
*wcc386 ..\..\python\errors.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 &
|
||||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\frozen.obj : n:\python\python1.4beta3\py&
|
n:\python\python-1.5.1\pc\wat_dos\frozen.obj : n:\python\python-1.5.1\python&
|
||||||
thon\frozen.c .AUTODEPEND
|
\frozen.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\frozen.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 &
|
*wcc386 ..\..\python\frozen.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 &
|
||||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\getargs.obj : n:\python\python1.4beta3\p&
|
n:\python\python-1.5.1\pc\wat_dos\getargs.obj : n:\python\python-1.5.1\pytho&
|
||||||
ython\getargs.c .AUTODEPEND
|
n\getargs.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\getargs.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25&
|
*wcc386 ..\..\python\getargs.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25&
|
||||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\getcompiler.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\getcompiler.obj : n:\python\python-1.5.1\p&
|
||||||
a3\python\getcompiler.c .AUTODEPEND
|
ython\getcompiler.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\getcompiler.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
*wcc386 ..\..\python\getcompiler.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\getcopyright.obj : n:\python\python1.4be&
|
n:\python\python-1.5.1\pc\wat_dos\getcopyright.obj : n:\python\python-1.5.1\&
|
||||||
ta3\python\getcopyright.c .AUTODEPEND
|
python\getcopyright.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\getcopyright.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
*wcc386 ..\..\python\getcopyright.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\getmtime.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_dos\getmtime.obj : n:\python\python-1.5.1\pyth&
|
||||||
python\getmtime.c .AUTODEPEND
|
on\getmtime.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\getmtime.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
*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
|
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\getopt.obj : n:\python\python1.4beta3\py&
|
n:\python\python-1.5.1\pc\wat_dos\getopt.obj : n:\python\python-1.5.1\python&
|
||||||
thon\getopt.c .AUTODEPEND
|
\getopt.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\getopt.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 &
|
*wcc386 ..\..\python\getopt.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 &
|
||||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\getplatform.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_dos\getplatform.obj : n:\python\python-1.5.1\p&
|
||||||
a3\python\getplatform.c .AUTODEPEND
|
ython\getplatform.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\getplatform.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
*wcc386 ..\..\python\getplatform.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 &
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\getversion.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_dos\getversion.obj : n:\python\python-1.5.1\py&
|
||||||
3\python\getversion.c .AUTODEPEND
|
thon\getversion.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\getversion.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
*wcc386 ..\..\python\getversion.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
||||||
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\graminit.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_dos\graminit.obj : n:\python\python-1.5.1\pyth&
|
||||||
python\graminit.c .AUTODEPEND
|
on\graminit.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\graminit.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
*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
|
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\import.obj : n:\python\python1.4beta3\py&
|
n:\python\python-1.5.1\pc\wat_dos\import.obj : n:\python\python-1.5.1\python&
|
||||||
thon\import.c .AUTODEPEND
|
\import.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\import.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 &
|
*wcc386 ..\..\python\import.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 &
|
||||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\importdl.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_dos\importdl.obj : n:\python\python-1.5.1\pyth&
|
||||||
python\importdl.c .AUTODEPEND
|
on\importdl.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\importdl.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e2&
|
*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
|
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\marshal.obj : n:\python\python1.4beta3\p&
|
n:\python\python-1.5.1\pc\wat_dos\marshal.obj : n:\python\python-1.5.1\pytho&
|
||||||
ython\marshal.c .AUTODEPEND
|
n\marshal.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\marshal.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25&
|
*wcc386 ..\..\python\marshal.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25&
|
||||||
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\modsupport.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_dos\modsupport.obj : n:\python\python-1.5.1\py&
|
||||||
3\python\modsupport.c .AUTODEPEND
|
thon\modsupport.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\modsupport.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
*wcc386 ..\..\python\modsupport.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -&
|
||||||
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\mystrtoul.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_dos\mystrtoul.obj : n:\python\python-1.5.1\pyt&
|
||||||
\python\mystrtoul.c .AUTODEPEND
|
hon\mystrtoul.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\mystrtoul.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
*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
|
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\pythonrun.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_dos\pystate.obj : n:\python\python-1.5.1\pytho&
|
||||||
\python\pythonrun.c .AUTODEPEND
|
n\pystate.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
|
*wcc386 ..\..\python\pystate.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.5.1\pc\wat_dos\pythonrun.obj : n:\python\python-1.5.1\pyt&
|
||||||
|
hon\pythonrun.c .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\pythonrun.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
*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
|
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\structmember.obj : n:\python\python1.4be&
|
n:\python\python-1.5.1\pc\wat_dos\structmember.obj : n:\python\python-1.5.1\&
|
||||||
ta3\python\structmember.c .AUTODEPEND
|
python\structmember.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\structmember.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
*wcc386 ..\..\python\structmember.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4&
|
||||||
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
-e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\sysmodule.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_dos\sysmodule.obj : n:\python\python-1.5.1\pyt&
|
||||||
\python\sysmodule.c .AUTODEPEND
|
hon\sysmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\sysmodule.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
*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
|
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\traceback.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_dos\traceback.obj : n:\python\python-1.5.1\pyt&
|
||||||
\python\traceback.c .AUTODEPEND
|
hon\traceback.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\..\python\traceback.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e&
|
*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
|
25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\config.obj : n:\python\python1.4beta3\pc&
|
n:\python\python-1.5.1\pc\wat_dos\config.obj : n:\python\python-1.5.1\pc\con&
|
||||||
\config.c .AUTODEPEND
|
fig.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
*wcc386 ..\config.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 -dHAVE_CON&
|
*wcc386 ..\config.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 -dHAVE_CON&
|
||||||
FIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
FIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_dos\pyth_dos.exe : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_dos\getpathp.obj : n:\python\python-1.5.1\pc\g&
|
||||||
pc\wat_dos\arraymodule.obj n:\python\python1.4beta3\pc\wat_dos\audioop.obj n&
|
etpathp.c .AUTODEPEND
|
||||||
:\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:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_dos
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
|
*wcc386 ..\getpathp.c -i=..; -i=..\..\Include;C:\WATCOM\h -w4 -e25 -dHAVE_C&
|
||||||
|
ONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=dos -mf
|
||||||
|
|
||||||
|
n:\python\python-1.5.1\pc\wat_dos\pyth_dos.exe : n:\python\python-1.5.1\pc\w&
|
||||||
|
at_dos\arraymodule.obj n:\python\python-1.5.1\pc\wat_dos\audioop.obj n:\pyth&
|
||||||
|
on\python-1.5.1\pc\wat_dos\binascii.obj n:\python\python-1.5.1\pc\wat_dos\cm&
|
||||||
|
athmodule.obj n:\python\python-1.5.1\pc\wat_dos\cpickle.obj n:\python\python&
|
||||||
|
-1.5.1\pc\wat_dos\cstringio.obj n:\python\python-1.5.1\pc\wat_dos\errnomodul&
|
||||||
|
e.obj n:\python\python-1.5.1\pc\wat_dos\getbuildinfo.obj n:\python\python-1.&
|
||||||
|
5.1\pc\wat_dos\imageop.obj n:\python\python-1.5.1\pc\wat_dos\main.obj n:\pyt&
|
||||||
|
hon\python-1.5.1\pc\wat_dos\mathmodule.obj n:\python\python-1.5.1\pc\wat_dos&
|
||||||
|
\md5c.obj n:\python\python-1.5.1\pc\wat_dos\md5module.obj n:\python\python-1&
|
||||||
|
.5.1\pc\wat_dos\newmodule.obj n:\python\python-1.5.1\pc\wat_dos\operator.obj&
|
||||||
|
n:\python\python-1.5.1\pc\wat_dos\pcremodule.obj n:\python\python-1.5.1\pc\&
|
||||||
|
wat_dos\posixmodule.obj n:\python\python-1.5.1\pc\wat_dos\pypcre.obj n:\pyth&
|
||||||
|
on\python-1.5.1\pc\wat_dos\python.obj n:\python\python-1.5.1\pc\wat_dos\rege&
|
||||||
|
xmodule.obj n:\python\python-1.5.1\pc\wat_dos\regexpr.obj n:\python\python-1&
|
||||||
|
.5.1\pc\wat_dos\rgbimgmodule.obj n:\python\python-1.5.1\pc\wat_dos\rotormodu&
|
||||||
|
le.obj n:\python\python-1.5.1\pc\wat_dos\signalmodule.obj n:\python\python-1&
|
||||||
|
.5.1\pc\wat_dos\soundex.obj n:\python\python-1.5.1\pc\wat_dos\stropmodule.ob&
|
||||||
|
j n:\python\python-1.5.1\pc\wat_dos\structmodule.obj n:\python\python-1.5.1\&
|
||||||
|
pc\wat_dos\timemodule.obj n:\python\python-1.5.1\pc\wat_dos\yuvconvert.obj n&
|
||||||
|
:\python\python-1.5.1\pc\wat_dos\abstract.obj n:\python\python-1.5.1\pc\wat_&
|
||||||
|
dos\classobject.obj n:\python\python-1.5.1\pc\wat_dos\cobject.obj n:\python\&
|
||||||
|
python-1.5.1\pc\wat_dos\complexobject.obj n:\python\python-1.5.1\pc\wat_dos\&
|
||||||
|
dictobject.obj n:\python\python-1.5.1\pc\wat_dos\fileobject.obj n:\python\py&
|
||||||
|
thon-1.5.1\pc\wat_dos\floatobject.obj n:\python\python-1.5.1\pc\wat_dos\fram&
|
||||||
|
eobject.obj n:\python\python-1.5.1\pc\wat_dos\funcobject.obj n:\python\pytho&
|
||||||
|
n-1.5.1\pc\wat_dos\intobject.obj n:\python\python-1.5.1\pc\wat_dos\listobjec&
|
||||||
|
t.obj n:\python\python-1.5.1\pc\wat_dos\longobject.obj n:\python\python-1.5.&
|
||||||
|
1\pc\wat_dos\methodobject.obj n:\python\python-1.5.1\pc\wat_dos\moduleobject&
|
||||||
|
.obj n:\python\python-1.5.1\pc\wat_dos\object.obj n:\python\python-1.5.1\pc\&
|
||||||
|
wat_dos\rangeobject.obj n:\python\python-1.5.1\pc\wat_dos\sliceobject.obj n:&
|
||||||
|
\python\python-1.5.1\pc\wat_dos\stringobject.obj n:\python\python-1.5.1\pc\w&
|
||||||
|
at_dos\tupleobject.obj n:\python\python-1.5.1\pc\wat_dos\typeobject.obj n:\p&
|
||||||
|
ython\python-1.5.1\pc\wat_dos\acceler.obj n:\python\python-1.5.1\pc\wat_dos\&
|
||||||
|
grammar1.obj n:\python\python-1.5.1\pc\wat_dos\myreadline.obj n:\python\pyth&
|
||||||
|
on-1.5.1\pc\wat_dos\node.obj n:\python\python-1.5.1\pc\wat_dos\parser.obj n:&
|
||||||
|
\python\python-1.5.1\pc\wat_dos\parsetok.obj n:\python\python-1.5.1\pc\wat_d&
|
||||||
|
os\tokenizer.obj n:\python\python-1.5.1\pc\wat_dos\bltinmodule.obj n:\python&
|
||||||
|
\python-1.5.1\pc\wat_dos\ceval.obj n:\python\python-1.5.1\pc\wat_dos\compile&
|
||||||
|
.obj n:\python\python-1.5.1\pc\wat_dos\errors.obj n:\python\python-1.5.1\pc\&
|
||||||
|
wat_dos\frozen.obj n:\python\python-1.5.1\pc\wat_dos\getargs.obj n:\python\p&
|
||||||
|
ython-1.5.1\pc\wat_dos\getcompiler.obj n:\python\python-1.5.1\pc\wat_dos\get&
|
||||||
|
copyright.obj n:\python\python-1.5.1\pc\wat_dos\getmtime.obj n:\python\pytho&
|
||||||
|
n-1.5.1\pc\wat_dos\getopt.obj n:\python\python-1.5.1\pc\wat_dos\getplatform.&
|
||||||
|
obj n:\python\python-1.5.1\pc\wat_dos\getversion.obj n:\python\python-1.5.1\&
|
||||||
|
pc\wat_dos\graminit.obj n:\python\python-1.5.1\pc\wat_dos\import.obj n:\pyth&
|
||||||
|
on\python-1.5.1\pc\wat_dos\importdl.obj n:\python\python-1.5.1\pc\wat_dos\ma&
|
||||||
|
rshal.obj n:\python\python-1.5.1\pc\wat_dos\modsupport.obj n:\python\python-&
|
||||||
|
1.5.1\pc\wat_dos\mystrtoul.obj n:\python\python-1.5.1\pc\wat_dos\pystate.obj&
|
||||||
|
n:\python\python-1.5.1\pc\wat_dos\pythonrun.obj n:\python\python-1.5.1\pc\w&
|
||||||
|
at_dos\structmember.obj n:\python\python-1.5.1\pc\wat_dos\sysmodule.obj n:\p&
|
||||||
|
ython\python-1.5.1\pc\wat_dos\traceback.obj n:\python\python-1.5.1\pc\wat_do&
|
||||||
|
s\config.obj n:\python\python-1.5.1\pc\wat_dos\getpathp.obj .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_dos
|
||||||
@%write pyth_dos.lk1 NAME pyth_dos
|
@%write pyth_dos.lk1 NAME pyth_dos
|
||||||
@%append pyth_dos.lk1 FIL arraymodule.obj,audioop.obj,binascii.obj,cmathmod&
|
@%append pyth_dos.lk1 FIL arraymodule.obj,audioop.obj,binascii.obj,cmathmod&
|
||||||
ule.obj,errnomodule.obj,getpath.obj,imageop.obj,main.obj,mathmodule.obj,md5c&
|
ule.obj,cpickle.obj,cstringio.obj,errnomodule.obj,getbuildinfo.obj,imageop.o&
|
||||||
.obj,md5module.obj,newmodule.obj,operator.obj,posixmodule.obj,regexmodule.ob&
|
bj,main.obj,mathmodule.obj,md5c.obj,md5module.obj,newmodule.obj,operator.obj&
|
||||||
j,regexpr.obj,rgbimgmodule.obj,rotormodule.obj,signalmodule.obj,soundex.obj,&
|
,pcremodule.obj,posixmodule.obj,pypcre.obj,python.obj,regexmodule.obj,regexp&
|
||||||
stropmodule.obj,structmodule.obj,timemodule.obj,yuvconvert.obj,abstract.obj,&
|
r.obj,rgbimgmodule.obj,rotormodule.obj,signalmodule.obj,soundex.obj,stropmod&
|
||||||
accessobject.obj,classobject.obj,cobject.obj,complexobject.obj,fileobject.ob&
|
ule.obj,structmodule.obj,timemodule.obj,yuvconvert.obj,abstract.obj,classobj&
|
||||||
j,floatobject.obj,frameobject.obj,funcobject.obj,intobject.obj,listobject.ob&
|
ect.obj,cobject.obj,complexobject.obj,dictobject.obj,fileobject.obj,floatobj&
|
||||||
j,longobject.obj,mappingobject.obj,methodobject.obj,moduleobject.obj,object.&
|
ect.obj,frameobject.obj,funcobject.obj,intobject.obj,listobject.obj,longobje&
|
||||||
obj,rangeobject.obj,sliceobject.obj,stringobject.obj,tupleobject.obj,typeobj&
|
ct.obj,methodobject.obj,moduleobject.obj,object.obj,rangeobject.obj,sliceobj&
|
||||||
ect.obj,acceler.obj,grammar1.obj,myreadline.obj,node.obj,parser.obj,parsetok&
|
ect.obj,stringobject.obj,tupleobject.obj,typeobject.obj,acceler.obj,grammar1&
|
||||||
.obj,tokenizer.obj,bltinmodule.obj,ceval.obj,cgensupport.obj,compile.obj,err&
|
.obj,myreadline.obj,node.obj,parser.obj,parsetok.obj,tokenizer.obj,bltinmodu&
|
||||||
ors.obj,frozen.obj,getargs.obj,getcompiler.obj,getcopyright.obj,getmtime.obj&
|
le.obj,ceval.obj,compile.obj,errors.obj,frozen.obj,getargs.obj,getcompiler.o&
|
||||||
,getopt.obj,getplatform.obj,getversion.obj,graminit.obj,import.obj,importdl.&
|
bj,getcopyright.obj,getmtime.obj,getopt.obj,getplatform.obj,getversion.obj,g&
|
||||||
obj,marshal.obj,modsupport.obj,mystrtoul.obj,pythonrun.obj,structmember.obj,&
|
raminit.obj,import.obj,importdl.obj,marshal.obj,modsupport.obj,mystrtoul.obj&
|
||||||
sysmodule.obj,traceback.obj,config.obj
|
,pystate.obj,pythonrun.obj,structmember.obj,sysmodule.obj,traceback.obj,conf&
|
||||||
|
ig.obj,getpathp.obj
|
||||||
@%append pyth_dos.lk1
|
@%append pyth_dos.lk1
|
||||||
*wlink SYS dos4g op m op st=128K op maxe=25 op q op symf @pyth_dos.lk1
|
*wlink SYS dos4g op m op st=128K op c op maxe=25 op q op symf @pyth_dos.lk1
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -1,3 +1,3 @@
|
||||||
NAME pyth_os2
|
NAME pyth_os2
|
||||||
FIL arraymodule.obj,audioop.obj,binascii.obj,cmathmodule.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.obj,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,rangeobject.obj,stringobject.obj,tupleobject.obj,typeobject.obj,acceler.obj,grammar1.obj,myreadline.obj,node.obj,parser.obj,parsetok.obj,tokenizer.obj,bltinmodule.obj,ceval.obj,cgensupport.obj,compile.obj,errors.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
|
FIL arraymodule.obj,audioop.obj,binascii.obj,cmathmodule.obj,cpickle.obj,cstringio.obj,errnomodule.obj,getbuildinfo.obj,imageop.obj,main.obj,mathmodule.obj,md5c.obj,md5module.obj,newmodule.obj,operator.obj,pcremodule.obj,posixmodule.obj,pypcre.obj,python.obj,regexmodule.obj,regexpr.obj,rgbimgmodule.obj,rotormodule.obj,signalmodule.obj,soundex.obj,stropmodule.obj,structmodule.obj,timemodule.obj,yuvconvert.obj,abstract.obj,classobject.obj,cobject.obj,complexobject.obj,dictobject.obj,fileobject.obj,floatobject.obj,frameobject.obj,funcobject.obj,intobject.obj,listobject.obj,longobject.obj,methodobject.obj,moduleobject.obj,object.obj,rangeobject.obj,sliceobject.obj,stringobject.obj,tupleobject.obj,typeobject.obj,acceler.obj,grammar1.obj,myreadline.obj,node.obj,parser.obj,parsetok.obj,tokenizer.obj,bltinmodule.obj,ceval.obj,compile.obj,errors.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,pystate.obj,pythonrun.obj,structmember.obj,sysmodule.obj,traceback.obj,config.obj,getpathp.obj
|
||||||
|
|
||||||
|
|
|
@ -1,611 +1,648 @@
|
||||||
!define BLANK ""
|
!define BLANK ""
|
||||||
n:\python\python1.4beta3\pc\wat_os2\arraymodule.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_os2\arraymodule.obj : n:\python\python-1.5.1\m&
|
||||||
a3\modules\arraymodule.c .AUTODEPEND
|
odules\arraymodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\arraymodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
*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
|
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\audioop.obj : n:\python\python1.4beta3\m&
|
n:\python\python-1.5.1\pc\wat_os2\audioop.obj : n:\python\python-1.5.1\modul&
|
||||||
odules\audioop.c .AUTODEPEND
|
es\audioop.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\audioop.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
*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
|
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\binascii.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_os2\binascii.obj : n:\python\python-1.5.1\modu&
|
||||||
modules\binascii.c .AUTODEPEND
|
les\binascii.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\binascii.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
*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
|
h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\cmathmodule.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_os2\cmathmodule.obj : n:\python\python-1.5.1\m&
|
||||||
a3\modules\cmathmodule.c .AUTODEPEND
|
odules\cmathmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\cmathmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
*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
|
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\errnomodule.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_os2\cpickle.obj : n:\python\python-1.5.1\modul&
|
||||||
a3\modules\errnomodule.c .AUTODEPEND
|
es\cpickle.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
|
*wcc386 ..\..\modules\cpickle.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.5.1\pc\wat_os2\cstringio.obj : n:\python\python-1.5.1\mod&
|
||||||
|
ules\cstringio.c .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
|
*wcc386 ..\..\modules\cstringio.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.5.1\pc\wat_os2\errnomodule.obj : n:\python\python-1.5.1\m&
|
||||||
|
odules\errnomodule.c .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\errnomodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
*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
|
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\getpath.obj : n:\python\python1.4beta3\m&
|
n:\python\python-1.5.1\pc\wat_os2\getbuildinfo.obj : n:\python\python-1.5.1\&
|
||||||
odules\getpath.c .AUTODEPEND
|
modules\getbuildinfo.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\getpath.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
*wcc386 ..\..\modules\getbuildinfo.c -i=..;..\..\Include;C:\WATCOM\h;C:\WAT&
|
||||||
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
COM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\imageop.obj : n:\python\python1.4beta3\m&
|
n:\python\python-1.5.1\pc\wat_os2\imageop.obj : n:\python\python-1.5.1\modul&
|
||||||
odules\imageop.c .AUTODEPEND
|
es\imageop.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\imageop.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
*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
|
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\main.obj : n:\python\python1.4beta3\modu&
|
n:\python\python-1.5.1\pc\wat_os2\main.obj : n:\python\python-1.5.1\modules\&
|
||||||
les\main.c .AUTODEPEND
|
main.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\main.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\os&
|
*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
|
2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\mathmodule.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_os2\mathmodule.obj : n:\python\python-1.5.1\mo&
|
||||||
3\modules\mathmodule.c .AUTODEPEND
|
dules\mathmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\mathmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
*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
|
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\md5c.obj : n:\python\python1.4beta3\modu&
|
n:\python\python-1.5.1\pc\wat_os2\md5c.obj : n:\python\python-1.5.1\modules\&
|
||||||
les\md5c.c .AUTODEPEND
|
md5c.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\md5c.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\os&
|
*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
|
2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\md5module.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_os2\md5module.obj : n:\python\python-1.5.1\mod&
|
||||||
\modules\md5module.c .AUTODEPEND
|
ules\md5module.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\md5module.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM&
|
*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
|
\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\newmodule.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_os2\newmodule.obj : n:\python\python-1.5.1\mod&
|
||||||
\modules\newmodule.c .AUTODEPEND
|
ules\newmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\newmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM&
|
*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
|
\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\operator.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_os2\operator.obj : n:\python\python-1.5.1\modu&
|
||||||
modules\operator.c .AUTODEPEND
|
les\operator.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\operator.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
*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
|
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&
|
n:\python\python-1.5.1\pc\wat_os2\pcremodule.obj : n:\python\python-1.5.1\mo&
|
||||||
a3\modules\posixmodule.c .AUTODEPEND
|
dules\pcremodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
|
*wcc386 ..\..\modules\pcremodule.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.5.1\pc\wat_os2\posixmodule.obj : n:\python\python-1.5.1\m&
|
||||||
|
odules\posixmodule.c .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\posixmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
*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
|
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\regexmodule.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_os2\pypcre.obj : n:\python\python-1.5.1\module&
|
||||||
a3\modules\regexmodule.c .AUTODEPEND
|
s\pypcre.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
|
*wcc386 ..\..\modules\pypcre.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.5.1\pc\wat_os2\python.obj : n:\python\python-1.5.1\module&
|
||||||
|
s\python.c .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
|
*wcc386 ..\..\modules\python.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.5.1\pc\wat_os2\regexmodule.obj : n:\python\python-1.5.1\m&
|
||||||
|
odules\regexmodule.c .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\regexmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
*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
|
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\regexpr.obj : n:\python\python1.4beta3\m&
|
n:\python\python-1.5.1\pc\wat_os2\regexpr.obj : n:\python\python-1.5.1\modul&
|
||||||
odules\regexpr.c .AUTODEPEND
|
es\regexpr.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\regexpr.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
*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
|
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\rgbimgmodule.obj : n:\python\python1.4be&
|
n:\python\python-1.5.1\pc\wat_os2\rgbimgmodule.obj : n:\python\python-1.5.1\&
|
||||||
ta3\modules\rgbimgmodule.c .AUTODEPEND
|
modules\rgbimgmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\rgbimgmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WAT&
|
*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
|
COM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\rotormodule.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_os2\rotormodule.obj : n:\python\python-1.5.1\m&
|
||||||
a3\modules\rotormodule.c .AUTODEPEND
|
odules\rotormodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\rotormodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
*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
|
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\signalmodule.obj : n:\python\python1.4be&
|
n:\python\python-1.5.1\pc\wat_os2\signalmodule.obj : n:\python\python-1.5.1\&
|
||||||
ta3\modules\signalmodule.c .AUTODEPEND
|
modules\signalmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\signalmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WAT&
|
*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
|
COM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\soundex.obj : n:\python\python1.4beta3\m&
|
n:\python\python-1.5.1\pc\wat_os2\soundex.obj : n:\python\python-1.5.1\modul&
|
||||||
odules\soundex.c .AUTODEPEND
|
es\soundex.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\soundex.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
*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
|
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\stropmodule.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_os2\stropmodule.obj : n:\python\python-1.5.1\m&
|
||||||
a3\modules\stropmodule.c .AUTODEPEND
|
odules\stropmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\stropmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
*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
|
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\structmodule.obj : n:\python\python1.4be&
|
n:\python\python-1.5.1\pc\wat_os2\structmodule.obj : n:\python\python-1.5.1\&
|
||||||
ta3\modules\structmodule.c .AUTODEPEND
|
modules\structmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\structmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WAT&
|
*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
|
COM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\timemodule.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_os2\timemodule.obj : n:\python\python-1.5.1\mo&
|
||||||
3\modules\timemodule.c .AUTODEPEND
|
dules\timemodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\timemodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
*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
|
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\yuvconvert.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_os2\yuvconvert.obj : n:\python\python-1.5.1\mo&
|
||||||
3\modules\yuvconvert.c .AUTODEPEND
|
dules\yuvconvert.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\modules\yuvconvert.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
*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
|
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\abstract.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_os2\abstract.obj : n:\python\python-1.5.1\obje&
|
||||||
objects\abstract.c .AUTODEPEND
|
cts\abstract.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\abstract.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
*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
|
h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\accessobject.obj : n:\python\python1.4be&
|
n:\python\python-1.5.1\pc\wat_os2\classobject.obj : n:\python\python-1.5.1\o&
|
||||||
ta3\objects\accessobject.c .AUTODEPEND
|
bjects\classobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\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\python1.4beta3\pc\wat_os2\classobject.obj : n:\python\python1.4bet&
|
|
||||||
a3\objects\classobject.c .AUTODEPEND
|
|
||||||
@n:
|
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
|
||||||
*wcc386 ..\..\objects\classobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
*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
|
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\cobject.obj : n:\python\python1.4beta3\o&
|
n:\python\python-1.5.1\pc\wat_os2\cobject.obj : n:\python\python-1.5.1\objec&
|
||||||
bjects\cobject.c .AUTODEPEND
|
ts\cobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\cobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
*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
|
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\complexobject.obj : n:\python\python1.4b&
|
n:\python\python-1.5.1\pc\wat_os2\complexobject.obj : n:\python\python-1.5.1&
|
||||||
eta3\objects\complexobject.c .AUTODEPEND
|
\objects\complexobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\complexobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WA&
|
*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
|
TCOM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\fileobject.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_os2\dictobject.obj : n:\python\python-1.5.1\ob&
|
||||||
3\objects\fileobject.c .AUTODEPEND
|
jects\dictobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
|
*wcc386 ..\..\objects\dictobject.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.5.1\pc\wat_os2\fileobject.obj : n:\python\python-1.5.1\ob&
|
||||||
|
jects\fileobject.c .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\fileobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
*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
|
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\floatobject.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_os2\floatobject.obj : n:\python\python-1.5.1\o&
|
||||||
a3\objects\floatobject.c .AUTODEPEND
|
bjects\floatobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\floatobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
*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
|
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\frameobject.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_os2\frameobject.obj : n:\python\python-1.5.1\o&
|
||||||
a3\objects\frameobject.c .AUTODEPEND
|
bjects\frameobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\frameobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
*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
|
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\funcobject.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_os2\funcobject.obj : n:\python\python-1.5.1\ob&
|
||||||
3\objects\funcobject.c .AUTODEPEND
|
jects\funcobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\funcobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
*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
|
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\intobject.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_os2\intobject.obj : n:\python\python-1.5.1\obj&
|
||||||
\objects\intobject.c .AUTODEPEND
|
ects\intobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\intobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM&
|
*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
|
\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\listobject.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_os2\listobject.obj : n:\python\python-1.5.1\ob&
|
||||||
3\objects\listobject.c .AUTODEPEND
|
jects\listobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\listobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
*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
|
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\longobject.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_os2\longobject.obj : n:\python\python-1.5.1\ob&
|
||||||
3\objects\longobject.c .AUTODEPEND
|
jects\longobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\longobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
*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
|
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\mappingobject.obj : n:\python\python1.4b&
|
n:\python\python-1.5.1\pc\wat_os2\methodobject.obj : n:\python\python-1.5.1\&
|
||||||
eta3\objects\mappingobject.c .AUTODEPEND
|
objects\methodobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\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\python1.4beta3\pc\wat_os2\methodobject.obj : n:\python\python1.4be&
|
|
||||||
ta3\objects\methodobject.c .AUTODEPEND
|
|
||||||
@n:
|
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
|
||||||
*wcc386 ..\..\objects\methodobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WAT&
|
*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
|
COM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\moduleobject.obj : n:\python\python1.4be&
|
n:\python\python-1.5.1\pc\wat_os2\moduleobject.obj : n:\python\python-1.5.1\&
|
||||||
ta3\objects\moduleobject.c .AUTODEPEND
|
objects\moduleobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\moduleobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WAT&
|
*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
|
COM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\object.obj : n:\python\python1.4beta3\ob&
|
n:\python\python-1.5.1\pc\wat_os2\object.obj : n:\python\python-1.5.1\object&
|
||||||
jects\object.c .AUTODEPEND
|
s\object.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\object.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\&
|
*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
|
os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\rangeobject.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_os2\rangeobject.obj : n:\python\python-1.5.1\o&
|
||||||
a3\objects\rangeobject.c .AUTODEPEND
|
bjects\rangeobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\rangeobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
*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
|
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\sliceobject.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_os2\sliceobject.obj : n:\python\python-1.5.1\o&
|
||||||
a3\objects\sliceobject.c .AUTODEPEND
|
bjects\sliceobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\sliceobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
*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
|
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&
|
n:\python\python-1.5.1\pc\wat_os2\stringobject.obj : n:\python\python-1.5.1\&
|
||||||
ta3\objects\stringobject.c .AUTODEPEND
|
objects\stringobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\stringobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WAT&
|
*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
|
COM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\tupleobject.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_os2\tupleobject.obj : n:\python\python-1.5.1\o&
|
||||||
a3\objects\tupleobject.c .AUTODEPEND
|
bjects\tupleobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\tupleobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
*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
|
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\typeobject.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_os2\typeobject.obj : n:\python\python-1.5.1\ob&
|
||||||
3\objects\typeobject.c .AUTODEPEND
|
jects\typeobject.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\objects\typeobject.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
*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
|
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\acceler.obj : n:\python\python1.4beta3\p&
|
n:\python\python-1.5.1\pc\wat_os2\acceler.obj : n:\python\python-1.5.1\parse&
|
||||||
arser\acceler.c .AUTODEPEND
|
r\acceler.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\parser\acceler.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\&
|
*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
|
os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\grammar1.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_os2\grammar1.obj : n:\python\python-1.5.1\pars&
|
||||||
parser\grammar1.c .AUTODEPEND
|
er\grammar1.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\parser\grammar1.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
*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
|
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\myreadline.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_os2\myreadline.obj : n:\python\python-1.5.1\pa&
|
||||||
3\parser\myreadline.c .AUTODEPEND
|
rser\myreadline.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\parser\myreadline.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM&
|
*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
|
\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\node.obj : n:\python\python1.4beta3\pars&
|
n:\python\python-1.5.1\pc\wat_os2\node.obj : n:\python\python-1.5.1\parser\n&
|
||||||
er\node.c .AUTODEPEND
|
ode.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\parser\node.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\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
|
-w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\parser.obj : n:\python\python1.4beta3\pa&
|
n:\python\python-1.5.1\pc\wat_os2\parser.obj : n:\python\python-1.5.1\parser&
|
||||||
rser\parser.c .AUTODEPEND
|
\parser.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\parser\parser.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\o&
|
*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
|
s2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\parsetok.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_os2\parsetok.obj : n:\python\python-1.5.1\pars&
|
||||||
parser\parsetok.c .AUTODEPEND
|
er\parsetok.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\parser\parsetok.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
*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
|
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\tokenizer.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_os2\tokenizer.obj : n:\python\python-1.5.1\par&
|
||||||
\parser\tokenizer.c .AUTODEPEND
|
ser\tokenizer.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\parser\tokenizer.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
*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
|
h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\bltinmodule.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_os2\bltinmodule.obj : n:\python\python-1.5.1\p&
|
||||||
a3\python\bltinmodule.c .AUTODEPEND
|
ython\bltinmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\bltinmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
*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
|
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\ceval.obj : n:\python\python1.4beta3\pyt&
|
n:\python\python-1.5.1\pc\wat_os2\ceval.obj : n:\python\python-1.5.1\python\&
|
||||||
hon\ceval.c .AUTODEPEND
|
ceval.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\ceval.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\os&
|
*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
|
2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\cgensupport.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_os2\compile.obj : n:\python\python-1.5.1\pytho&
|
||||||
a3\python\cgensupport.c .AUTODEPEND
|
n\compile.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\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\python1.4beta3\pc\wat_os2\compile.obj : n:\python\python1.4beta3\p&
|
|
||||||
ython\compile.c .AUTODEPEND
|
|
||||||
@n:
|
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
|
||||||
*wcc386 ..\..\python\compile.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\&
|
*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
|
os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\errors.obj : n:\python\python1.4beta3\py&
|
n:\python\python-1.5.1\pc\wat_os2\errors.obj : n:\python\python-1.5.1\python&
|
||||||
thon\errors.c .AUTODEPEND
|
\errors.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\errors.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\o&
|
*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
|
s2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\frozen.obj : n:\python\python1.4beta3\py&
|
n:\python\python-1.5.1\pc\wat_os2\frozen.obj : n:\python\python-1.5.1\python&
|
||||||
thon\frozen.c .AUTODEPEND
|
\frozen.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\frozen.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\o&
|
*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
|
s2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\getargs.obj : n:\python\python1.4beta3\p&
|
n:\python\python-1.5.1\pc\wat_os2\getargs.obj : n:\python\python-1.5.1\pytho&
|
||||||
ython\getargs.c .AUTODEPEND
|
n\getargs.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\getargs.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\&
|
*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
|
os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\getcompiler.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_os2\getcompiler.obj : n:\python\python-1.5.1\p&
|
||||||
a3\python\getcompiler.c .AUTODEPEND
|
ython\getcompiler.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\getcompiler.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
*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
|
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\getcopyright.obj : n:\python\python1.4be&
|
n:\python\python-1.5.1\pc\wat_os2\getcopyright.obj : n:\python\python-1.5.1\&
|
||||||
ta3\python\getcopyright.c .AUTODEPEND
|
python\getcopyright.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\getcopyright.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
*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
|
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\getmtime.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_os2\getmtime.obj : n:\python\python-1.5.1\pyth&
|
||||||
python\getmtime.c .AUTODEPEND
|
on\getmtime.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\getmtime.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
*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
|
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\getopt.obj : n:\python\python1.4beta3\py&
|
n:\python\python-1.5.1\pc\wat_os2\getopt.obj : n:\python\python-1.5.1\python&
|
||||||
thon\getopt.c .AUTODEPEND
|
\getopt.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\getopt.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\o&
|
*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
|
s2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\getplatform.obj : n:\python\python1.4bet&
|
n:\python\python-1.5.1\pc\wat_os2\getplatform.obj : n:\python\python-1.5.1\p&
|
||||||
a3\python\getplatform.c .AUTODEPEND
|
ython\getplatform.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\getplatform.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCO&
|
*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
|
M\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\getversion.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_os2\getversion.obj : n:\python\python-1.5.1\py&
|
||||||
3\python\getversion.c .AUTODEPEND
|
thon\getversion.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\getversion.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM&
|
*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
|
\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\graminit.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_os2\graminit.obj : n:\python\python-1.5.1\pyth&
|
||||||
python\graminit.c .AUTODEPEND
|
on\graminit.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\graminit.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
*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
|
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\import.obj : n:\python\python1.4beta3\py&
|
n:\python\python-1.5.1\pc\wat_os2\import.obj : n:\python\python-1.5.1\python&
|
||||||
thon\import.c .AUTODEPEND
|
\import.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\import.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\o&
|
*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
|
s2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\importdl.obj : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_os2\importdl.obj : n:\python\python-1.5.1\pyth&
|
||||||
python\importdl.c .AUTODEPEND
|
on\importdl.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\importdl.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h&
|
*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
|
\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\marshal.obj : n:\python\python1.4beta3\p&
|
n:\python\python-1.5.1\pc\wat_os2\marshal.obj : n:\python\python-1.5.1\pytho&
|
||||||
ython\marshal.c .AUTODEPEND
|
n\marshal.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\marshal.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\&
|
*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
|
os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\modsupport.obj : n:\python\python1.4beta&
|
n:\python\python-1.5.1\pc\wat_os2\modsupport.obj : n:\python\python-1.5.1\py&
|
||||||
3\python\modsupport.c .AUTODEPEND
|
thon\modsupport.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\modsupport.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM&
|
*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
|
\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\mystrtoul.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_os2\mystrtoul.obj : n:\python\python-1.5.1\pyt&
|
||||||
\python\mystrtoul.c .AUTODEPEND
|
hon\mystrtoul.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\mystrtoul.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
*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
|
h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\pythonrun.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_os2\pystate.obj : n:\python\python-1.5.1\pytho&
|
||||||
\python\pythonrun.c .AUTODEPEND
|
n\pystate.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
|
*wcc386 ..\..\python\pystate.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.5.1\pc\wat_os2\pythonrun.obj : n:\python\python-1.5.1\pyt&
|
||||||
|
hon\pythonrun.c .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\pythonrun.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
*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
|
h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\structmember.obj : n:\python\python1.4be&
|
n:\python\python-1.5.1\pc\wat_os2\structmember.obj : n:\python\python-1.5.1\&
|
||||||
ta3\python\structmember.c .AUTODEPEND
|
python\structmember.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\structmember.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATC&
|
*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
|
OM\h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\sysmodule.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_os2\sysmodule.obj : n:\python\python-1.5.1\pyt&
|
||||||
\python\sysmodule.c .AUTODEPEND
|
hon\sysmodule.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\sysmodule.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
*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
|
h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\traceback.obj : n:\python\python1.4beta3&
|
n:\python\python-1.5.1\pc\wat_os2\traceback.obj : n:\python\python-1.5.1\pyt&
|
||||||
\python\traceback.c .AUTODEPEND
|
hon\traceback.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\..\python\traceback.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\&
|
*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
|
h\os2 -w4 -e25 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\config.obj : n:\python\python1.4beta3\pc&
|
n:\python\python-1.5.1\pc\wat_os2\config.obj : n:\python\python-1.5.1\pc\con&
|
||||||
\config.c .AUTODEPEND
|
fig.c .AUTODEPEND
|
||||||
@n:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
*wcc386 ..\config.c -i=..;..\..\Include;C:\WATCOM\h;C:\WATCOM\h\os2 -w4 -e2&
|
*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
|
5 -dHAVE_CONFIG_H -ei -zp4 -zq -otexan -d1 -5r -bt=os2 -mf
|
||||||
|
|
||||||
n:\python\python1.4beta3\pc\wat_os2\pyth_os2.exe : n:\python\python1.4beta3\&
|
n:\python\python-1.5.1\pc\wat_os2\getpathp.obj : n:\python\python-1.5.1\pc\g&
|
||||||
pc\wat_os2\arraymodule.obj n:\python\python1.4beta3\pc\wat_os2\audioop.obj n&
|
etpathp.c .AUTODEPEND
|
||||||
:\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:
|
@n:
|
||||||
cd n:\python\python1.4beta3\pc\wat_os2
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
|
*wcc386 ..\getpathp.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.5.1\pc\wat_os2\pyth_os2.exe : n:\python\python-1.5.1\pc\w&
|
||||||
|
at_os2\arraymodule.obj n:\python\python-1.5.1\pc\wat_os2\audioop.obj n:\pyth&
|
||||||
|
on\python-1.5.1\pc\wat_os2\binascii.obj n:\python\python-1.5.1\pc\wat_os2\cm&
|
||||||
|
athmodule.obj n:\python\python-1.5.1\pc\wat_os2\cpickle.obj n:\python\python&
|
||||||
|
-1.5.1\pc\wat_os2\cstringio.obj n:\python\python-1.5.1\pc\wat_os2\errnomodul&
|
||||||
|
e.obj n:\python\python-1.5.1\pc\wat_os2\getbuildinfo.obj n:\python\python-1.&
|
||||||
|
5.1\pc\wat_os2\imageop.obj n:\python\python-1.5.1\pc\wat_os2\main.obj n:\pyt&
|
||||||
|
hon\python-1.5.1\pc\wat_os2\mathmodule.obj n:\python\python-1.5.1\pc\wat_os2&
|
||||||
|
\md5c.obj n:\python\python-1.5.1\pc\wat_os2\md5module.obj n:\python\python-1&
|
||||||
|
.5.1\pc\wat_os2\newmodule.obj n:\python\python-1.5.1\pc\wat_os2\operator.obj&
|
||||||
|
n:\python\python-1.5.1\pc\wat_os2\pcremodule.obj n:\python\python-1.5.1\pc\&
|
||||||
|
wat_os2\posixmodule.obj n:\python\python-1.5.1\pc\wat_os2\pypcre.obj n:\pyth&
|
||||||
|
on\python-1.5.1\pc\wat_os2\python.obj n:\python\python-1.5.1\pc\wat_os2\rege&
|
||||||
|
xmodule.obj n:\python\python-1.5.1\pc\wat_os2\regexpr.obj n:\python\python-1&
|
||||||
|
.5.1\pc\wat_os2\rgbimgmodule.obj n:\python\python-1.5.1\pc\wat_os2\rotormodu&
|
||||||
|
le.obj n:\python\python-1.5.1\pc\wat_os2\signalmodule.obj n:\python\python-1&
|
||||||
|
.5.1\pc\wat_os2\soundex.obj n:\python\python-1.5.1\pc\wat_os2\stropmodule.ob&
|
||||||
|
j n:\python\python-1.5.1\pc\wat_os2\structmodule.obj n:\python\python-1.5.1\&
|
||||||
|
pc\wat_os2\timemodule.obj n:\python\python-1.5.1\pc\wat_os2\yuvconvert.obj n&
|
||||||
|
:\python\python-1.5.1\pc\wat_os2\abstract.obj n:\python\python-1.5.1\pc\wat_&
|
||||||
|
os2\classobject.obj n:\python\python-1.5.1\pc\wat_os2\cobject.obj n:\python\&
|
||||||
|
python-1.5.1\pc\wat_os2\complexobject.obj n:\python\python-1.5.1\pc\wat_os2\&
|
||||||
|
dictobject.obj n:\python\python-1.5.1\pc\wat_os2\fileobject.obj n:\python\py&
|
||||||
|
thon-1.5.1\pc\wat_os2\floatobject.obj n:\python\python-1.5.1\pc\wat_os2\fram&
|
||||||
|
eobject.obj n:\python\python-1.5.1\pc\wat_os2\funcobject.obj n:\python\pytho&
|
||||||
|
n-1.5.1\pc\wat_os2\intobject.obj n:\python\python-1.5.1\pc\wat_os2\listobjec&
|
||||||
|
t.obj n:\python\python-1.5.1\pc\wat_os2\longobject.obj n:\python\python-1.5.&
|
||||||
|
1\pc\wat_os2\methodobject.obj n:\python\python-1.5.1\pc\wat_os2\moduleobject&
|
||||||
|
.obj n:\python\python-1.5.1\pc\wat_os2\object.obj n:\python\python-1.5.1\pc\&
|
||||||
|
wat_os2\rangeobject.obj n:\python\python-1.5.1\pc\wat_os2\sliceobject.obj n:&
|
||||||
|
\python\python-1.5.1\pc\wat_os2\stringobject.obj n:\python\python-1.5.1\pc\w&
|
||||||
|
at_os2\tupleobject.obj n:\python\python-1.5.1\pc\wat_os2\typeobject.obj n:\p&
|
||||||
|
ython\python-1.5.1\pc\wat_os2\acceler.obj n:\python\python-1.5.1\pc\wat_os2\&
|
||||||
|
grammar1.obj n:\python\python-1.5.1\pc\wat_os2\myreadline.obj n:\python\pyth&
|
||||||
|
on-1.5.1\pc\wat_os2\node.obj n:\python\python-1.5.1\pc\wat_os2\parser.obj n:&
|
||||||
|
\python\python-1.5.1\pc\wat_os2\parsetok.obj n:\python\python-1.5.1\pc\wat_o&
|
||||||
|
s2\tokenizer.obj n:\python\python-1.5.1\pc\wat_os2\bltinmodule.obj n:\python&
|
||||||
|
\python-1.5.1\pc\wat_os2\ceval.obj n:\python\python-1.5.1\pc\wat_os2\compile&
|
||||||
|
.obj n:\python\python-1.5.1\pc\wat_os2\errors.obj n:\python\python-1.5.1\pc\&
|
||||||
|
wat_os2\frozen.obj n:\python\python-1.5.1\pc\wat_os2\getargs.obj n:\python\p&
|
||||||
|
ython-1.5.1\pc\wat_os2\getcompiler.obj n:\python\python-1.5.1\pc\wat_os2\get&
|
||||||
|
copyright.obj n:\python\python-1.5.1\pc\wat_os2\getmtime.obj n:\python\pytho&
|
||||||
|
n-1.5.1\pc\wat_os2\getopt.obj n:\python\python-1.5.1\pc\wat_os2\getplatform.&
|
||||||
|
obj n:\python\python-1.5.1\pc\wat_os2\getversion.obj n:\python\python-1.5.1\&
|
||||||
|
pc\wat_os2\graminit.obj n:\python\python-1.5.1\pc\wat_os2\import.obj n:\pyth&
|
||||||
|
on\python-1.5.1\pc\wat_os2\importdl.obj n:\python\python-1.5.1\pc\wat_os2\ma&
|
||||||
|
rshal.obj n:\python\python-1.5.1\pc\wat_os2\modsupport.obj n:\python\python-&
|
||||||
|
1.5.1\pc\wat_os2\mystrtoul.obj n:\python\python-1.5.1\pc\wat_os2\pystate.obj&
|
||||||
|
n:\python\python-1.5.1\pc\wat_os2\pythonrun.obj n:\python\python-1.5.1\pc\w&
|
||||||
|
at_os2\structmember.obj n:\python\python-1.5.1\pc\wat_os2\sysmodule.obj n:\p&
|
||||||
|
ython\python-1.5.1\pc\wat_os2\traceback.obj n:\python\python-1.5.1\pc\wat_os&
|
||||||
|
2\config.obj n:\python\python-1.5.1\pc\wat_os2\getpathp.obj .AUTODEPEND
|
||||||
|
@n:
|
||||||
|
cd n:\python\python-1.5.1\pc\wat_os2
|
||||||
@%write pyth_os2.lk1 NAME pyth_os2
|
@%write pyth_os2.lk1 NAME pyth_os2
|
||||||
@%append pyth_os2.lk1 FIL arraymodule.obj,audioop.obj,binascii.obj,cmathmod&
|
@%append pyth_os2.lk1 FIL arraymodule.obj,audioop.obj,binascii.obj,cmathmod&
|
||||||
ule.obj,errnomodule.obj,getpath.obj,imageop.obj,main.obj,mathmodule.obj,md5c&
|
ule.obj,cpickle.obj,cstringio.obj,errnomodule.obj,getbuildinfo.obj,imageop.o&
|
||||||
.obj,md5module.obj,newmodule.obj,operator.obj,posixmodule.obj,regexmodule.ob&
|
bj,main.obj,mathmodule.obj,md5c.obj,md5module.obj,newmodule.obj,operator.obj&
|
||||||
j,regexpr.obj,rgbimgmodule.obj,rotormodule.obj,signalmodule.obj,soundex.obj,&
|
,pcremodule.obj,posixmodule.obj,pypcre.obj,python.obj,regexmodule.obj,regexp&
|
||||||
stropmodule.obj,structmodule.obj,timemodule.obj,yuvconvert.obj,abstract.obj,&
|
r.obj,rgbimgmodule.obj,rotormodule.obj,signalmodule.obj,soundex.obj,stropmod&
|
||||||
accessobject.obj,classobject.obj,cobject.obj,complexobject.obj,fileobject.ob&
|
ule.obj,structmodule.obj,timemodule.obj,yuvconvert.obj,abstract.obj,classobj&
|
||||||
j,floatobject.obj,frameobject.obj,funcobject.obj,intobject.obj,listobject.ob&
|
ect.obj,cobject.obj,complexobject.obj,dictobject.obj,fileobject.obj,floatobj&
|
||||||
j,longobject.obj,mappingobject.obj,methodobject.obj,moduleobject.obj,object.&
|
ect.obj,frameobject.obj,funcobject.obj,intobject.obj,listobject.obj,longobje&
|
||||||
obj,rangeobject.obj,sliceobject.obj,stringobject.obj,tupleobject.obj,typeobj&
|
ct.obj,methodobject.obj,moduleobject.obj,object.obj,rangeobject.obj,sliceobj&
|
||||||
ect.obj,acceler.obj,grammar1.obj,myreadline.obj,node.obj,parser.obj,parsetok&
|
ect.obj,stringobject.obj,tupleobject.obj,typeobject.obj,acceler.obj,grammar1&
|
||||||
.obj,tokenizer.obj,bltinmodule.obj,ceval.obj,cgensupport.obj,compile.obj,err&
|
.obj,myreadline.obj,node.obj,parser.obj,parsetok.obj,tokenizer.obj,bltinmodu&
|
||||||
ors.obj,frozen.obj,getargs.obj,getcompiler.obj,getcopyright.obj,getmtime.obj&
|
le.obj,ceval.obj,compile.obj,errors.obj,frozen.obj,getargs.obj,getcompiler.o&
|
||||||
,getopt.obj,getplatform.obj,getversion.obj,graminit.obj,import.obj,importdl.&
|
bj,getcopyright.obj,getmtime.obj,getopt.obj,getplatform.obj,getversion.obj,g&
|
||||||
obj,marshal.obj,modsupport.obj,mystrtoul.obj,pythonrun.obj,structmember.obj,&
|
raminit.obj,import.obj,importdl.obj,marshal.obj,modsupport.obj,mystrtoul.obj&
|
||||||
sysmodule.obj,traceback.obj,config.obj
|
,pystate.obj,pythonrun.obj,structmember.obj,sysmodule.obj,traceback.obj,conf&
|
||||||
|
ig.obj,getpathp.obj
|
||||||
@%append pyth_os2.lk1
|
@%append pyth_os2.lk1
|
||||||
!ifneq BLANK ""
|
!ifneq BLANK ""
|
||||||
*wlib -q -n -b pyth_os2.imp
|
*wlib -q -n -b pyth_os2.imp
|
||||||
@%append pyth_os2.lk1 LIBR pyth_os2.imp
|
@%append pyth_os2.lk1 LIBR pyth_os2.imp
|
||||||
!endif
|
!endif
|
||||||
*wlink SYS os2v2 op m op st=128k op maxe=25 op q op symf @pyth_os2.lk1
|
*wlink SYS os2v2 op m op st=128k op c op maxe=25 op q op symf @pyth_os2.lk1
|
||||||
!ifneq BLANK ""
|
!ifneq BLANK ""
|
||||||
rc -i $[: -i C:\WATCOM\h -i C:\WATCOM\h\os2 pyth_os2.exe
|
rc -i $[: -i C:\WATCOM\h -i C:\WATCOM\h\os2 pyth_os2.exe
|
||||||
!endif
|
!endif
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue