mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Changes for older Win platforms by Jim Ahlstrom
This commit is contained in:
parent
b1d368c00d
commit
ffeb593816
5 changed files with 2893 additions and 2668 deletions
|
@ -4,8 +4,8 @@ projectIdent
|
||||||
VpeMain
|
VpeMain
|
||||||
1
|
1
|
||||||
WRect
|
WRect
|
||||||
64
|
0
|
||||||
529
|
0
|
||||||
9920
|
9920
|
||||||
8704
|
8704
|
||||||
2
|
2
|
||||||
|
@ -42,22 +42,22 @@ WRect
|
||||||
WFileName
|
WFileName
|
||||||
20
|
20
|
||||||
wat_os2\pyth_os2.tgt
|
wat_os2\pyth_os2.tgt
|
||||||
70
|
77
|
||||||
9
|
9
|
||||||
11
|
11
|
||||||
VComponent
|
VComponent
|
||||||
12
|
12
|
||||||
WRect
|
WRect
|
||||||
25
|
1072
|
||||||
17
|
576
|
||||||
5632
|
7792
|
||||||
4096
|
5568
|
||||||
0
|
0
|
||||||
0
|
0
|
||||||
13
|
13
|
||||||
WFileName
|
WFileName
|
||||||
20
|
20
|
||||||
wat_dos\pyth_dos.tgt
|
wat_dos\pyth_dos.tgt
|
||||||
70
|
72
|
||||||
9
|
9
|
||||||
11
|
11
|
||||||
|
|
|
@ -33,7 +33,7 @@ C:/python, and copy all library files and subdirectories (using XCOPY)
|
||||||
to C:/python/lib. Then you don't need to set PYTHONPATH. Otherwise,
|
to C:/python/lib. Then you don't need to set PYTHONPATH. Otherwise,
|
||||||
set the environment variable PYTHONPATH to your Python search path.
|
set the environment variable PYTHONPATH to your Python search path.
|
||||||
For example,
|
For example,
|
||||||
set PYTHONPATH=.;d:\python\lib;d:\python\lib\win;d:\python\lib\dos_8x3
|
set PYTHONPATH=.;d:\python\lib;d:\python\lib\win;d:\python\lib\dos-8x3
|
||||||
|
|
||||||
There are several add-in modules to build Python programs which use
|
There are several add-in modules to build Python programs which use
|
||||||
the native Windows operating environment. The ports here just make
|
the native Windows operating environment. The ports here just make
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -10,7 +10,7 @@ D_RCDEFINES = -d_DEBUG
|
||||||
R_RCDEFINES = -dNDEBUG
|
R_RCDEFINES = -dNDEBUG
|
||||||
ORIGIN = MSVC
|
ORIGIN = MSVC
|
||||||
ORIGIN_VER = 1.00
|
ORIGIN_VER = 1.00
|
||||||
PROJPATH = N:\PYTHON\PYTHON-1.5A1\PC\VC15_W31\
|
PROJPATH = N:\PYTHON\PYTHON-1.5B2\PC\VC15_W31\
|
||||||
USEMFC = 0
|
USEMFC = 0
|
||||||
CC = cl
|
CC = cl
|
||||||
CPP = cl
|
CPP = cl
|
||||||
|
@ -40,141 +40,142 @@ LFLAGS = $(LFLAGS_D_WTTY)
|
||||||
LIBS = $(LIBS_D_WTTY)
|
LIBS = $(LIBS_D_WTTY)
|
||||||
MAPFILE = nul
|
MAPFILE = nul
|
||||||
RCDEFINES = $(D_RCDEFINES)
|
RCDEFINES = $(D_RCDEFINES)
|
||||||
DEFFILE=N:\PYTHON\PYTHON-1.5A1\PC\PYTH_W31.DEF
|
DEFFILE=N:\PYTHON\PYTHON-1.5B2\PC\PYTH_W31.DEF
|
||||||
!else
|
!else
|
||||||
CFLAGS = $(CFLAGS_R_WTTY)
|
CFLAGS = $(CFLAGS_R_WTTY)
|
||||||
LFLAGS = $(LFLAGS_R_WTTY)
|
LFLAGS = $(LFLAGS_R_WTTY)
|
||||||
LIBS = $(LIBS_R_WTTY)
|
LIBS = $(LIBS_R_WTTY)
|
||||||
MAPFILE = nul
|
MAPFILE = nul
|
||||||
RCDEFINES = $(R_RCDEFINES)
|
RCDEFINES = $(R_RCDEFINES)
|
||||||
DEFFILE=N:\PYTHON\PYTHON-1.5A1\PC\PYTH_W31.DEF
|
DEFFILE=N:\PYTHON\PYTHON-1.5B2\PC\PYTH_W31.DEF
|
||||||
!endif
|
!endif
|
||||||
!if [if exist MSVC.BND del MSVC.BND]
|
!if [if exist MSVC.BND del MSVC.BND]
|
||||||
!endif
|
!endif
|
||||||
SBRS = MAIN.SBR \
|
SBRS = MAIN.SBR \
|
||||||
GETOPT.SBR \
|
GETOPT.SBR \
|
||||||
SELECTMO.SBR \
|
SELECTMO.SBR \
|
||||||
SOCKETMO.SBR
|
SOCKETMO.SBR \
|
||||||
|
PYTHON.SBR
|
||||||
|
|
||||||
|
|
||||||
MAIN_DEP = n:\python\python-1.5a1\pc\src\python.h \
|
MAIN_DEP = n:\python\python-1.5b2\pc\src\python.h \
|
||||||
n:\python\python-1.5a1\pc\src\config.h \
|
n:\python\python-1.5b2\pc\src\config.h \
|
||||||
n:\python\python-1.5a1\pc\src\myproto.h \
|
n:\python\python-1.5b2\pc\src\myproto.h \
|
||||||
n:\python\python-1.5a1\pc\src\object.h \
|
n:\python\python-1.5b2\pc\src\object.h \
|
||||||
n:\python\python-1.5a1\pc\src\objimpl.h \
|
n:\python\python-1.5b2\pc\src\objimpl.h \
|
||||||
n:\python\python-1.5a1\pc\src\pydebug.h \
|
n:\python\python-1.5b2\pc\src\pydebug.h \
|
||||||
n:\python\python-1.5a1\pc\src\intobjec.h \
|
n:\python\python-1.5b2\pc\src\intobjec.h \
|
||||||
n:\python\python-1.5a1\pc\src\longobje.h \
|
n:\python\python-1.5b2\pc\src\longobje.h \
|
||||||
n:\python\python-1.5a1\pc\src\floatobj.h \
|
n:\python\python-1.5b2\pc\src\floatobj.h \
|
||||||
n:\python\python-1.5a1\pc\src\complexo.h \
|
n:\python\python-1.5b2\pc\src\complexo.h \
|
||||||
n:\python\python-1.5a1\pc\src\rangeobj.h \
|
n:\python\python-1.5b2\pc\src\rangeobj.h \
|
||||||
n:\python\python-1.5a1\pc\src\stringob.h \
|
n:\python\python-1.5b2\pc\src\stringob.h \
|
||||||
n:\python\python-1.5a1\pc\src\tupleobj.h \
|
n:\python\python-1.5b2\pc\src\tupleobj.h \
|
||||||
n:\python\python-1.5a1\pc\src\listobje.h \
|
n:\python\python-1.5b2\pc\src\listobje.h \
|
||||||
n:\python\python-1.5a1\pc\src\mappingo.h \
|
n:\python\python-1.5b2\pc\src\dictobje.h \
|
||||||
n:\python\python-1.5a1\pc\src\methodob.h \
|
n:\python\python-1.5b2\pc\src\methodob.h \
|
||||||
n:\python\python-1.5a1\pc\src\moduleob.h \
|
n:\python\python-1.5b2\pc\src\moduleob.h \
|
||||||
n:\python\python-1.5a1\pc\src\funcobje.h \
|
n:\python\python-1.5b2\pc\src\funcobje.h \
|
||||||
n:\python\python-1.5a1\pc\src\classobj.h \
|
n:\python\python-1.5b2\pc\src\classobj.h \
|
||||||
n:\python\python-1.5a1\pc\src\fileobje.h \
|
n:\python\python-1.5b2\pc\src\fileobje.h \
|
||||||
n:\python\python-1.5a1\pc\src\cobject.h \
|
n:\python\python-1.5b2\pc\src\cobject.h \
|
||||||
n:\python\python-1.5a1\pc\src\tracebac.h \
|
n:\python\python-1.5b2\pc\src\tracebac.h \
|
||||||
n:\python\python-1.5a1\pc\src\sliceobj.h \
|
n:\python\python-1.5b2\pc\src\sliceobj.h \
|
||||||
n:\python\python-1.5a1\pc\src\pyerrors.h \
|
n:\python\python-1.5b2\pc\src\pyerrors.h \
|
||||||
n:\python\python-1.5a1\pc\src\mymalloc.h \
|
n:\python\python-1.5b2\pc\src\mymalloc.h \
|
||||||
n:\python\python-1.5a1\pc\src\modsuppo.h \
|
n:\python\python-1.5b2\pc\src\pystate.h \
|
||||||
n:\python\python-1.5a1\pc\src\ceval.h \
|
n:\python\python-1.5b2\pc\src\modsuppo.h \
|
||||||
n:\python\python-1.5a1\pc\src\pythonru.h \
|
n:\python\python-1.5b2\pc\src\ceval.h \
|
||||||
n:\python\python-1.5a1\pc\src\sysmodul.h \
|
n:\python\python-1.5b2\pc\src\pythonru.h \
|
||||||
n:\python\python-1.5a1\pc\src\intrchec.h \
|
n:\python\python-1.5b2\pc\src\sysmodul.h \
|
||||||
n:\python\python-1.5a1\pc\src\import.h \
|
n:\python\python-1.5b2\pc\src\intrchec.h \
|
||||||
n:\python\python-1.5a1\pc\src\bltinmod.h \
|
n:\python\python-1.5b2\pc\src\import.h \
|
||||||
n:\python\python-1.5a1\pc\src\pystate.h \
|
n:\python\python-1.5b2\pc\src\abstract.h \
|
||||||
n:\python\python-1.5a1\pc\src\abstract.h \
|
n:\python\python-1.5b2\pc\src\pyfpe.h \
|
||||||
n:\python\python-1.5a1\pc\src\pyfpe.h
|
n:\python\python-1.5b2\pc\src\osdefs.h
|
||||||
|
|
||||||
|
|
||||||
GETOPT_DEP =
|
GETOPT_DEP =
|
||||||
|
|
||||||
SELECTMO_DEP = n:\python\python-1.5a1\pc\src\python.h \
|
SELECTMO_DEP = n:\python\python-1.5b2\pc\src\python.h \
|
||||||
n:\python\python-1.5a1\pc\src\config.h \
|
n:\python\python-1.5b2\pc\src\config.h \
|
||||||
n:\python\python-1.5a1\pc\src\myproto.h \
|
n:\python\python-1.5b2\pc\src\myproto.h \
|
||||||
n:\python\python-1.5a1\pc\src\object.h \
|
n:\python\python-1.5b2\pc\src\object.h \
|
||||||
n:\python\python-1.5a1\pc\src\objimpl.h \
|
n:\python\python-1.5b2\pc\src\objimpl.h \
|
||||||
n:\python\python-1.5a1\pc\src\pydebug.h \
|
n:\python\python-1.5b2\pc\src\pydebug.h \
|
||||||
n:\python\python-1.5a1\pc\src\intobjec.h \
|
n:\python\python-1.5b2\pc\src\intobjec.h \
|
||||||
n:\python\python-1.5a1\pc\src\longobje.h \
|
n:\python\python-1.5b2\pc\src\longobje.h \
|
||||||
n:\python\python-1.5a1\pc\src\floatobj.h \
|
n:\python\python-1.5b2\pc\src\floatobj.h \
|
||||||
n:\python\python-1.5a1\pc\src\complexo.h \
|
n:\python\python-1.5b2\pc\src\complexo.h \
|
||||||
n:\python\python-1.5a1\pc\src\rangeobj.h \
|
n:\python\python-1.5b2\pc\src\rangeobj.h \
|
||||||
n:\python\python-1.5a1\pc\src\stringob.h \
|
n:\python\python-1.5b2\pc\src\stringob.h \
|
||||||
n:\python\python-1.5a1\pc\src\tupleobj.h \
|
n:\python\python-1.5b2\pc\src\tupleobj.h \
|
||||||
n:\python\python-1.5a1\pc\src\listobje.h \
|
n:\python\python-1.5b2\pc\src\listobje.h \
|
||||||
n:\python\python-1.5a1\pc\src\mappingo.h \
|
n:\python\python-1.5b2\pc\src\dictobje.h \
|
||||||
n:\python\python-1.5a1\pc\src\methodob.h \
|
n:\python\python-1.5b2\pc\src\methodob.h \
|
||||||
n:\python\python-1.5a1\pc\src\moduleob.h \
|
n:\python\python-1.5b2\pc\src\moduleob.h \
|
||||||
n:\python\python-1.5a1\pc\src\funcobje.h \
|
n:\python\python-1.5b2\pc\src\funcobje.h \
|
||||||
n:\python\python-1.5a1\pc\src\classobj.h \
|
n:\python\python-1.5b2\pc\src\classobj.h \
|
||||||
n:\python\python-1.5a1\pc\src\fileobje.h \
|
n:\python\python-1.5b2\pc\src\fileobje.h \
|
||||||
n:\python\python-1.5a1\pc\src\cobject.h \
|
n:\python\python-1.5b2\pc\src\cobject.h \
|
||||||
n:\python\python-1.5a1\pc\src\tracebac.h \
|
n:\python\python-1.5b2\pc\src\tracebac.h \
|
||||||
n:\python\python-1.5a1\pc\src\sliceobj.h \
|
n:\python\python-1.5b2\pc\src\sliceobj.h \
|
||||||
n:\python\python-1.5a1\pc\src\pyerrors.h \
|
n:\python\python-1.5b2\pc\src\pyerrors.h \
|
||||||
n:\python\python-1.5a1\pc\src\mymalloc.h \
|
n:\python\python-1.5b2\pc\src\mymalloc.h \
|
||||||
n:\python\python-1.5a1\pc\src\modsuppo.h \
|
n:\python\python-1.5b2\pc\src\pystate.h \
|
||||||
n:\python\python-1.5a1\pc\src\ceval.h \
|
n:\python\python-1.5b2\pc\src\modsuppo.h \
|
||||||
n:\python\python-1.5a1\pc\src\pythonru.h \
|
n:\python\python-1.5b2\pc\src\ceval.h \
|
||||||
n:\python\python-1.5a1\pc\src\sysmodul.h \
|
n:\python\python-1.5b2\pc\src\pythonru.h \
|
||||||
n:\python\python-1.5a1\pc\src\intrchec.h \
|
n:\python\python-1.5b2\pc\src\sysmodul.h \
|
||||||
n:\python\python-1.5a1\pc\src\import.h \
|
n:\python\python-1.5b2\pc\src\intrchec.h \
|
||||||
n:\python\python-1.5a1\pc\src\bltinmod.h \
|
n:\python\python-1.5b2\pc\src\import.h \
|
||||||
n:\python\python-1.5a1\pc\src\pystate.h \
|
n:\python\python-1.5b2\pc\src\abstract.h \
|
||||||
n:\python\python-1.5a1\pc\src\abstract.h \
|
n:\python\python-1.5b2\pc\src\pyfpe.h \
|
||||||
n:\python\python-1.5a1\pc\src\pyfpe.h \
|
|
||||||
c:\msvc\include\winsock.h \
|
c:\msvc\include\winsock.h \
|
||||||
n:\python\python-1.5a1\pc\src\myselect.h \
|
n:\python\python-1.5b2\pc\src\myselect.h \
|
||||||
n:\python\python-1.5a1\pc\src\mytime.h
|
n:\python\python-1.5b2\pc\src\mytime.h
|
||||||
|
|
||||||
|
|
||||||
SOCKETMO_DEP = n:\python\python-1.5a1\pc\src\python.h \
|
SOCKETMO_DEP = n:\python\python-1.5b2\pc\src\python.h \
|
||||||
n:\python\python-1.5a1\pc\src\config.h \
|
n:\python\python-1.5b2\pc\src\config.h \
|
||||||
n:\python\python-1.5a1\pc\src\myproto.h \
|
n:\python\python-1.5b2\pc\src\myproto.h \
|
||||||
n:\python\python-1.5a1\pc\src\object.h \
|
n:\python\python-1.5b2\pc\src\object.h \
|
||||||
n:\python\python-1.5a1\pc\src\objimpl.h \
|
n:\python\python-1.5b2\pc\src\objimpl.h \
|
||||||
n:\python\python-1.5a1\pc\src\pydebug.h \
|
n:\python\python-1.5b2\pc\src\pydebug.h \
|
||||||
n:\python\python-1.5a1\pc\src\intobjec.h \
|
n:\python\python-1.5b2\pc\src\intobjec.h \
|
||||||
n:\python\python-1.5a1\pc\src\longobje.h \
|
n:\python\python-1.5b2\pc\src\longobje.h \
|
||||||
n:\python\python-1.5a1\pc\src\floatobj.h \
|
n:\python\python-1.5b2\pc\src\floatobj.h \
|
||||||
n:\python\python-1.5a1\pc\src\complexo.h \
|
n:\python\python-1.5b2\pc\src\complexo.h \
|
||||||
n:\python\python-1.5a1\pc\src\rangeobj.h \
|
n:\python\python-1.5b2\pc\src\rangeobj.h \
|
||||||
n:\python\python-1.5a1\pc\src\stringob.h \
|
n:\python\python-1.5b2\pc\src\stringob.h \
|
||||||
n:\python\python-1.5a1\pc\src\tupleobj.h \
|
n:\python\python-1.5b2\pc\src\tupleobj.h \
|
||||||
n:\python\python-1.5a1\pc\src\listobje.h \
|
n:\python\python-1.5b2\pc\src\listobje.h \
|
||||||
n:\python\python-1.5a1\pc\src\mappingo.h \
|
n:\python\python-1.5b2\pc\src\dictobje.h \
|
||||||
n:\python\python-1.5a1\pc\src\methodob.h \
|
n:\python\python-1.5b2\pc\src\methodob.h \
|
||||||
n:\python\python-1.5a1\pc\src\moduleob.h \
|
n:\python\python-1.5b2\pc\src\moduleob.h \
|
||||||
n:\python\python-1.5a1\pc\src\funcobje.h \
|
n:\python\python-1.5b2\pc\src\funcobje.h \
|
||||||
n:\python\python-1.5a1\pc\src\classobj.h \
|
n:\python\python-1.5b2\pc\src\classobj.h \
|
||||||
n:\python\python-1.5a1\pc\src\fileobje.h \
|
n:\python\python-1.5b2\pc\src\fileobje.h \
|
||||||
n:\python\python-1.5a1\pc\src\cobject.h \
|
n:\python\python-1.5b2\pc\src\cobject.h \
|
||||||
n:\python\python-1.5a1\pc\src\tracebac.h \
|
n:\python\python-1.5b2\pc\src\tracebac.h \
|
||||||
n:\python\python-1.5a1\pc\src\sliceobj.h \
|
n:\python\python-1.5b2\pc\src\sliceobj.h \
|
||||||
n:\python\python-1.5a1\pc\src\pyerrors.h \
|
n:\python\python-1.5b2\pc\src\pyerrors.h \
|
||||||
n:\python\python-1.5a1\pc\src\mymalloc.h \
|
n:\python\python-1.5b2\pc\src\mymalloc.h \
|
||||||
n:\python\python-1.5a1\pc\src\modsuppo.h \
|
n:\python\python-1.5b2\pc\src\pystate.h \
|
||||||
n:\python\python-1.5a1\pc\src\ceval.h \
|
n:\python\python-1.5b2\pc\src\modsuppo.h \
|
||||||
n:\python\python-1.5a1\pc\src\pythonru.h \
|
n:\python\python-1.5b2\pc\src\ceval.h \
|
||||||
n:\python\python-1.5a1\pc\src\sysmodul.h \
|
n:\python\python-1.5b2\pc\src\pythonru.h \
|
||||||
n:\python\python-1.5a1\pc\src\intrchec.h \
|
n:\python\python-1.5b2\pc\src\sysmodul.h \
|
||||||
n:\python\python-1.5a1\pc\src\import.h \
|
n:\python\python-1.5b2\pc\src\intrchec.h \
|
||||||
n:\python\python-1.5a1\pc\src\bltinmod.h \
|
n:\python\python-1.5b2\pc\src\import.h \
|
||||||
n:\python\python-1.5a1\pc\src\pystate.h \
|
n:\python\python-1.5b2\pc\src\abstract.h \
|
||||||
n:\python\python-1.5a1\pc\src\abstract.h \
|
n:\python\python-1.5b2\pc\src\pyfpe.h \
|
||||||
n:\python\python-1.5a1\pc\src\pyfpe.h \
|
n:\python\python-1.5b2\pc\src\mytime.h \
|
||||||
n:\python\python-1.5a1\pc\src\mytime.h \
|
|
||||||
c:\msvc\include\winsock.h
|
c:\msvc\include\winsock.h
|
||||||
|
|
||||||
|
|
||||||
|
PYTHON_DEP =
|
||||||
|
|
||||||
all: $(PROJ).EXE $(PROJ).BSC
|
all: $(PROJ).EXE $(PROJ).BSC
|
||||||
|
|
||||||
MAIN.OBJ: ..\SRC\MAIN.C $(MAIN_DEP)
|
MAIN.OBJ: ..\SRC\MAIN.C $(MAIN_DEP)
|
||||||
|
@ -189,13 +190,17 @@ SELECTMO.OBJ: ..\SRC\SELECTMO.C $(SELECTMO_DEP)
|
||||||
SOCKETMO.OBJ: ..\SRC\SOCKETMO.C $(SOCKETMO_DEP)
|
SOCKETMO.OBJ: ..\SRC\SOCKETMO.C $(SOCKETMO_DEP)
|
||||||
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\SRC\SOCKETMO.C
|
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\SRC\SOCKETMO.C
|
||||||
|
|
||||||
|
PYTHON.OBJ: ..\SRC\PYTHON.C $(PYTHON_DEP)
|
||||||
|
$(CC) $(CFLAGS) $(CUSEPCHFLAG) /c ..\SRC\PYTHON.C
|
||||||
|
|
||||||
$(PROJ).EXE:: MAIN.OBJ GETOPT.OBJ SELECTMO.OBJ SOCKETMO.OBJ $(OBJS_EXT) $(DEFFILE)
|
|
||||||
|
$(PROJ).EXE:: MAIN.OBJ GETOPT.OBJ SELECTMO.OBJ SOCKETMO.OBJ PYTHON.OBJ $(OBJS_EXT) $(DEFFILE)
|
||||||
echo >NUL @<<$(PROJ).CRF
|
echo >NUL @<<$(PROJ).CRF
|
||||||
MAIN.OBJ +
|
MAIN.OBJ +
|
||||||
GETOPT.OBJ +
|
GETOPT.OBJ +
|
||||||
SELECTMO.OBJ +
|
SELECTMO.OBJ +
|
||||||
SOCKETMO.OBJ +
|
SOCKETMO.OBJ +
|
||||||
|
PYTHON.OBJ +
|
||||||
$(OBJS_EXT)
|
$(OBJS_EXT)
|
||||||
$(PROJ).EXE
|
$(PROJ).EXE
|
||||||
$(MAPFILE)
|
$(MAPFILE)
|
||||||
|
|
236
PC/vc40.mak
236
PC/vc40.mak
|
@ -37,7 +37,7 @@ NULL=nul
|
||||||
!ENDIF
|
!ENDIF
|
||||||
################################################################################
|
################################################################################
|
||||||
# Begin Project
|
# Begin Project
|
||||||
# PROP Target_Last_Scanned "python15 - Win32 Debug"
|
# PROP Target_Last_Scanned "python15 - Win32 Release"
|
||||||
|
|
||||||
!IF "$(CFG)" == "python15 - Win32 Release"
|
!IF "$(CFG)" == "python15 - Win32 Release"
|
||||||
|
|
||||||
|
@ -464,8 +464,8 @@ DEF_FILE= \
|
||||||
LINK32_OBJS= \
|
LINK32_OBJS= \
|
||||||
"$(INTDIR)\_tkinter.obj" \
|
"$(INTDIR)\_tkinter.obj" \
|
||||||
"$(OUTDIR)\python15.lib" \
|
"$(OUTDIR)\python15.lib" \
|
||||||
"..\..\..\..\Program Files\Tcl\lib\tcl80vc.lib" \
|
"..\..\Program Files\Tcl\lib\tcl80vc.lib" \
|
||||||
"..\..\..\..\Program Files\Tcl\lib\tk80vc.lib"
|
"..\..\Program Files\Tcl\lib\tk80vc.lib"
|
||||||
|
|
||||||
"$(OUTDIR)\_tkinter.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
|
"$(OUTDIR)\_tkinter.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
|
||||||
$(LINK32) @<<
|
$(LINK32) @<<
|
||||||
|
@ -551,8 +551,8 @@ CLEAN :
|
||||||
-@erase "$(INTDIR)\parsetok.obj"
|
-@erase "$(INTDIR)\parsetok.obj"
|
||||||
-@erase "$(INTDIR)\pcremodule.obj"
|
-@erase "$(INTDIR)\pcremodule.obj"
|
||||||
-@erase "$(INTDIR)\posixmodule.obj"
|
-@erase "$(INTDIR)\posixmodule.obj"
|
||||||
-@erase "$(INTDIR)\pystate.obj"
|
|
||||||
-@erase "$(INTDIR)\pypcre.obj"
|
-@erase "$(INTDIR)\pypcre.obj"
|
||||||
|
-@erase "$(INTDIR)\pystate.obj"
|
||||||
-@erase "$(INTDIR)\python_nt.res"
|
-@erase "$(INTDIR)\python_nt.res"
|
||||||
-@erase "$(INTDIR)\pythonrun.obj"
|
-@erase "$(INTDIR)\pythonrun.obj"
|
||||||
-@erase "$(INTDIR)\rangeobject.obj"
|
-@erase "$(INTDIR)\rangeobject.obj"
|
||||||
|
@ -2387,22 +2387,55 @@ DEP_CPP_TIMEM=\
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=.\Python\thread.c
|
SOURCE=.\Python\thread.c
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "python15 - Win32 Release"
|
||||||
|
|
||||||
|
DEP_CPP_THREA=\
|
||||||
|
".\Include\thread.h"\
|
||||||
|
".\PC\config.h"\
|
||||||
|
".\Python\thread_cthread.h"\
|
||||||
|
".\Python\thread_foobar.h"\
|
||||||
|
".\Python\thread_lwp.h"\
|
||||||
|
".\Python\thread_nt.h"\
|
||||||
|
".\Python\thread_os2.h"\
|
||||||
|
".\Python\thread_pthread.h"\
|
||||||
|
".\Python\thread_sgi.h"\
|
||||||
|
".\Python\thread_solaris.h"\
|
||||||
|
{$(INCLUDE)}"\sys\TYPES.H"\
|
||||||
|
|
||||||
|
NODEP_CPP_THREA=\
|
||||||
|
"..\..\usr\include\thread.h"\
|
||||||
|
".\Python\os2.h"\
|
||||||
|
|
||||||
|
|
||||||
|
"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
|
||||||
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "python15 - Win32 Debug"
|
||||||
|
|
||||||
DEP_CPP_THREA=\
|
DEP_CPP_THREA=\
|
||||||
".\Include\thread.h"\
|
".\Include\thread.h"\
|
||||||
".\PC\config.h"\
|
".\PC\config.h"\
|
||||||
".\Python\thread_cthread.h"\
|
".\Python\thread_cthread.h"\
|
||||||
".\Python\thread_lwp.h"\
|
".\Python\thread_lwp.h"\
|
||||||
".\Python\thread_nt.h"\
|
".\Python\thread_nt.h"\
|
||||||
|
".\Python\thread_os2.h"\
|
||||||
".\Python\thread_pthread.h"\
|
".\Python\thread_pthread.h"\
|
||||||
".\Python\thread_sgi.h"\
|
".\Python\thread_sgi.h"\
|
||||||
".\Python\thread_solaris.h"\
|
".\Python\thread_solaris.h"\
|
||||||
{$(INCLUDE)}"\sys\TYPES.H"\
|
{$(INCLUDE)}"\sys\TYPES.H"\
|
||||||
|
|
||||||
|
NODEP_CPP_THREA=\
|
||||||
|
".\Python\os2.h"\
|
||||||
|
|
||||||
|
|
||||||
"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
|
"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
|
||||||
$(CPP) $(CPP_PROJ) $(SOURCE)
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
################################################################################
|
################################################################################
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
@ -2783,7 +2816,39 @@ DEP_CPP_RGBIM=\
|
||||||
|
|
||||||
SOURCE=.\Modules\regexpr.c
|
SOURCE=.\Modules\regexpr.c
|
||||||
DEP_CPP_REGEX=\
|
DEP_CPP_REGEX=\
|
||||||
|
".\Include\abstract.h"\
|
||||||
|
".\Include\ceval.h"\
|
||||||
|
".\Include\classobject.h"\
|
||||||
|
".\Include\cobject.h"\
|
||||||
|
".\Include\complexobject.h"\
|
||||||
|
".\Include\dictobject.h"\
|
||||||
|
".\Include\fileobject.h"\
|
||||||
|
".\Include\floatobject.h"\
|
||||||
|
".\Include\funcobject.h"\
|
||||||
|
".\Include\import.h"\
|
||||||
|
".\Include\intobject.h"\
|
||||||
|
".\Include\intrcheck.h"\
|
||||||
|
".\Include\listobject.h"\
|
||||||
|
".\Include\longobject.h"\
|
||||||
|
".\Include\methodobject.h"\
|
||||||
|
".\Include\modsupport.h"\
|
||||||
|
".\Include\moduleobject.h"\
|
||||||
|
".\Include\mymalloc.h"\
|
||||||
".\Include\myproto.h"\
|
".\Include\myproto.h"\
|
||||||
|
".\Include\object.h"\
|
||||||
|
".\Include\objimpl.h"\
|
||||||
|
".\Include\pydebug.h"\
|
||||||
|
".\Include\pyerrors.h"\
|
||||||
|
".\Include\pyfpe.h"\
|
||||||
|
".\Include\pystate.h"\
|
||||||
|
".\Include\Python.h"\
|
||||||
|
".\Include\pythonrun.h"\
|
||||||
|
".\Include\rangeobject.h"\
|
||||||
|
".\Include\sliceobject.h"\
|
||||||
|
".\Include\stringobject.h"\
|
||||||
|
".\Include\sysmodule.h"\
|
||||||
|
".\Include\traceback.h"\
|
||||||
|
".\Include\tupleobject.h"\
|
||||||
".\Modules\regexpr.h"\
|
".\Modules\regexpr.h"\
|
||||||
".\PC\config.h"\
|
".\PC\config.h"\
|
||||||
|
|
||||||
|
@ -3616,6 +3681,8 @@ DEP_CPP_IMPORT=\
|
||||||
".\Include\tupleobject.h"\
|
".\Include\tupleobject.h"\
|
||||||
".\PC\config.h"\
|
".\PC\config.h"\
|
||||||
".\Python\importdl.h"\
|
".\Python\importdl.h"\
|
||||||
|
{$(INCLUDE)}"\sys\STAT.H"\
|
||||||
|
{$(INCLUDE)}"\sys\TYPES.H"\
|
||||||
|
|
||||||
NODEP_CPP_IMPORT=\
|
NODEP_CPP_IMPORT=\
|
||||||
".\Python\macglue.h"\
|
".\Python\macglue.h"\
|
||||||
|
@ -3840,6 +3907,7 @@ DEP_CPP_MAIN_=\
|
||||||
".\Include\myproto.h"\
|
".\Include\myproto.h"\
|
||||||
".\Include\object.h"\
|
".\Include\object.h"\
|
||||||
".\Include\objimpl.h"\
|
".\Include\objimpl.h"\
|
||||||
|
".\Include\osdefs.h"\
|
||||||
".\Include\pydebug.h"\
|
".\Include\pydebug.h"\
|
||||||
".\Include\pyerrors.h"\
|
".\Include\pyerrors.h"\
|
||||||
".\Include\pyfpe.h"\
|
".\Include\pyfpe.h"\
|
||||||
|
@ -4057,6 +4125,9 @@ SOURCE=.\Modules\getbuildinfo.c
|
||||||
DEP_CPP_GETBU=\
|
DEP_CPP_GETBU=\
|
||||||
".\PC\config.h"\
|
".\PC\config.h"\
|
||||||
|
|
||||||
|
NODEP_CPP_GETBU=\
|
||||||
|
".\Modules\macbuildno.h"\
|
||||||
|
|
||||||
|
|
||||||
"$(INTDIR)\getbuildinfo.obj" : $(SOURCE) $(DEP_CPP_GETBU) "$(INTDIR)"
|
"$(INTDIR)\getbuildinfo.obj" : $(SOURCE) $(DEP_CPP_GETBU) "$(INTDIR)"
|
||||||
$(CPP) $(CPP_PROJ) $(SOURCE)
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
@ -4345,6 +4416,71 @@ DEP_CPP_GETPA=\
|
||||||
$(CPP) $(CPP_PROJ) $(SOURCE)
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
# End Source File
|
||||||
|
################################################################################
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=.\Modules\reopmodule.c
|
||||||
|
|
||||||
|
!IF "$(CFG)" == "python15 - Win32 Release"
|
||||||
|
|
||||||
|
DEP_CPP_REOPM=\
|
||||||
|
".\Include\abstract.h"\
|
||||||
|
".\Include\ceval.h"\
|
||||||
|
".\Include\classobject.h"\
|
||||||
|
".\Include\cobject.h"\
|
||||||
|
".\Include\complexobject.h"\
|
||||||
|
".\Include\dictobject.h"\
|
||||||
|
".\Include\fileobject.h"\
|
||||||
|
".\Include\floatobject.h"\
|
||||||
|
".\Include\funcobject.h"\
|
||||||
|
".\Include\import.h"\
|
||||||
|
".\Include\intobject.h"\
|
||||||
|
".\Include\intrcheck.h"\
|
||||||
|
".\Include\listobject.h"\
|
||||||
|
".\Include\longobject.h"\
|
||||||
|
".\Include\methodobject.h"\
|
||||||
|
".\Include\modsupport.h"\
|
||||||
|
".\Include\moduleobject.h"\
|
||||||
|
".\Include\mymalloc.h"\
|
||||||
|
".\Include\myproto.h"\
|
||||||
|
".\Include\object.h"\
|
||||||
|
".\Include\objimpl.h"\
|
||||||
|
".\Include\pydebug.h"\
|
||||||
|
".\Include\pyerrors.h"\
|
||||||
|
".\Include\pyfpe.h"\
|
||||||
|
".\Include\pystate.h"\
|
||||||
|
".\Include\Python.h"\
|
||||||
|
".\Include\pythonrun.h"\
|
||||||
|
".\Include\rangeobject.h"\
|
||||||
|
".\Include\sliceobject.h"\
|
||||||
|
".\Include\stringobject.h"\
|
||||||
|
".\Include\sysmodule.h"\
|
||||||
|
".\Include\traceback.h"\
|
||||||
|
".\Include\tupleobject.h"\
|
||||||
|
".\Modules\regexpr.h"\
|
||||||
|
".\PC\config.h"\
|
||||||
|
|
||||||
|
|
||||||
|
"$(INTDIR)\reopmodule.obj" : $(SOURCE) $(DEP_CPP_REOPM) "$(INTDIR)"
|
||||||
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ELSEIF "$(CFG)" == "python15 - Win32 Debug"
|
||||||
|
|
||||||
|
DEP_CPP_REOPM=\
|
||||||
|
".\Modules\regexpr.h"\
|
||||||
|
|
||||||
|
NODEP_CPP_REOPM=\
|
||||||
|
".\Modules\Python.h"\
|
||||||
|
|
||||||
|
|
||||||
|
"$(INTDIR)\reopmodule.obj" : $(SOURCE) $(DEP_CPP_REOPM) "$(INTDIR)"
|
||||||
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
|
!ENDIF
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
################################################################################
|
################################################################################
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
@ -4443,53 +4579,6 @@ DEP_CPP_PYPCR=\
|
||||||
$(CPP) $(CPP_PROJ) $(SOURCE)
|
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||||
|
|
||||||
|
|
||||||
# End Source File
|
|
||||||
################################################################################
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=.\Modules\reopmodule.c
|
|
||||||
DEP_CPP_REOPM=\
|
|
||||||
".\Include\abstract.h"\
|
|
||||||
".\Include\ceval.h"\
|
|
||||||
".\Include\classobject.h"\
|
|
||||||
".\Include\cobject.h"\
|
|
||||||
".\Include\complexobject.h"\
|
|
||||||
".\Include\dictobject.h"\
|
|
||||||
".\Include\fileobject.h"\
|
|
||||||
".\Include\floatobject.h"\
|
|
||||||
".\Include\funcobject.h"\
|
|
||||||
".\Include\import.h"\
|
|
||||||
".\Include\intobject.h"\
|
|
||||||
".\Include\intrcheck.h"\
|
|
||||||
".\Include\listobject.h"\
|
|
||||||
".\Include\longobject.h"\
|
|
||||||
".\Include\methodobject.h"\
|
|
||||||
".\Include\modsupport.h"\
|
|
||||||
".\Include\moduleobject.h"\
|
|
||||||
".\Include\mymalloc.h"\
|
|
||||||
".\Include\myproto.h"\
|
|
||||||
".\Include\object.h"\
|
|
||||||
".\Include\objimpl.h"\
|
|
||||||
".\Include\pydebug.h"\
|
|
||||||
".\Include\pyerrors.h"\
|
|
||||||
".\Include\pyfpe.h"\
|
|
||||||
".\Include\pystate.h"\
|
|
||||||
".\Include\Python.h"\
|
|
||||||
".\Include\pythonrun.h"\
|
|
||||||
".\Include\rangeobject.h"\
|
|
||||||
".\Include\sliceobject.h"\
|
|
||||||
".\Include\stringobject.h"\
|
|
||||||
".\Include\sysmodule.h"\
|
|
||||||
".\Include\traceback.h"\
|
|
||||||
".\Include\tupleobject.h"\
|
|
||||||
".\Modules\regexpr.h"\
|
|
||||||
".\PC\config.h"\
|
|
||||||
|
|
||||||
|
|
||||||
"$(INTDIR)\reopmodule.obj" : $(SOURCE) $(DEP_CPP_REOPM) "$(INTDIR)"
|
|
||||||
$(CPP) $(CPP_PROJ) $(SOURCE)
|
|
||||||
|
|
||||||
|
|
||||||
# End Source File
|
# End Source File
|
||||||
# End Target
|
# End Target
|
||||||
################################################################################
|
################################################################################
|
||||||
|
@ -4521,15 +4610,42 @@ SOURCE=.\Modules\python.c
|
||||||
|
|
||||||
SOURCE=.\Modules\_tkinter.c
|
SOURCE=.\Modules\_tkinter.c
|
||||||
DEP_CPP__TKIN=\
|
DEP_CPP__TKIN=\
|
||||||
"\Program Files\TCL\include\tcl.h"\
|
".\Include\abstract.h"\
|
||||||
"\Program Files\TCL\include\tk.h"\
|
".\Include\ceval.h"\
|
||||||
"\Program Files\TCL\include\X11\X.h"\
|
".\Include\classobject.h"\
|
||||||
"\Program Files\TCL\include\X11\Xfuncproto.h"\
|
".\Include\cobject.h"\
|
||||||
"\Program Files\TCL\include\X11\Xlib.h"\
|
".\Include\complexobject.h"\
|
||||||
|
".\Include\dictobject.h"\
|
||||||
NODEP_CPP__TKIN=\
|
".\Include\fileobject.h"\
|
||||||
".\Modules\myselect.h"\
|
".\Include\floatobject.h"\
|
||||||
".\Modules\Python.h"\
|
".\Include\funcobject.h"\
|
||||||
|
".\Include\import.h"\
|
||||||
|
".\Include\intobject.h"\
|
||||||
|
".\Include\intrcheck.h"\
|
||||||
|
".\Include\listobject.h"\
|
||||||
|
".\Include\longobject.h"\
|
||||||
|
".\Include\methodobject.h"\
|
||||||
|
".\Include\modsupport.h"\
|
||||||
|
".\Include\moduleobject.h"\
|
||||||
|
".\Include\mymalloc.h"\
|
||||||
|
".\Include\myproto.h"\
|
||||||
|
".\Include\myselect.h"\
|
||||||
|
".\Include\mytime.h"\
|
||||||
|
".\Include\object.h"\
|
||||||
|
".\Include\objimpl.h"\
|
||||||
|
".\Include\pydebug.h"\
|
||||||
|
".\Include\pyerrors.h"\
|
||||||
|
".\Include\pyfpe.h"\
|
||||||
|
".\Include\pystate.h"\
|
||||||
|
".\Include\Python.h"\
|
||||||
|
".\Include\pythonrun.h"\
|
||||||
|
".\Include\rangeobject.h"\
|
||||||
|
".\Include\sliceobject.h"\
|
||||||
|
".\Include\stringobject.h"\
|
||||||
|
".\Include\sysmodule.h"\
|
||||||
|
".\Include\traceback.h"\
|
||||||
|
".\Include\tupleobject.h"\
|
||||||
|
".\PC\config.h"\
|
||||||
|
|
||||||
|
|
||||||
"$(INTDIR)\_tkinter.obj" : $(SOURCE) $(DEP_CPP__TKIN) "$(INTDIR)"
|
"$(INTDIR)\_tkinter.obj" : $(SOURCE) $(DEP_CPP__TKIN) "$(INTDIR)"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue