Changes for older Win platforms by Jim Ahlstrom
This commit is contained in:
parent
b1d368c00d
commit
ffeb593816
|
@ -4,8 +4,8 @@ projectIdent
|
|||
VpeMain
|
||||
1
|
||||
WRect
|
||||
64
|
||||
529
|
||||
0
|
||||
0
|
||||
9920
|
||||
8704
|
||||
2
|
||||
|
@ -42,22 +42,22 @@ WRect
|
|||
WFileName
|
||||
20
|
||||
wat_os2\pyth_os2.tgt
|
||||
70
|
||||
77
|
||||
9
|
||||
11
|
||||
VComponent
|
||||
12
|
||||
WRect
|
||||
25
|
||||
17
|
||||
5632
|
||||
4096
|
||||
1072
|
||||
576
|
||||
7792
|
||||
5568
|
||||
0
|
||||
0
|
||||
13
|
||||
WFileName
|
||||
20
|
||||
wat_dos\pyth_dos.tgt
|
||||
70
|
||||
72
|
||||
9
|
||||
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,
|
||||
set the environment variable PYTHONPATH to your Python search path.
|
||||
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
|
||||
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
|
||||
ORIGIN = MSVC
|
||||
ORIGIN_VER = 1.00
|
||||
PROJPATH = N:\PYTHON\PYTHON-1.5A1\PC\VC15_W31\
|
||||
PROJPATH = N:\PYTHON\PYTHON-1.5B2\PC\VC15_W31\
|
||||
USEMFC = 0
|
||||
CC = cl
|
||||
CPP = cl
|
||||
|
@ -40,141 +40,142 @@ LFLAGS = $(LFLAGS_D_WTTY)
|
|||
LIBS = $(LIBS_D_WTTY)
|
||||
MAPFILE = nul
|
||||
RCDEFINES = $(D_RCDEFINES)
|
||||
DEFFILE=N:\PYTHON\PYTHON-1.5A1\PC\PYTH_W31.DEF
|
||||
DEFFILE=N:\PYTHON\PYTHON-1.5B2\PC\PYTH_W31.DEF
|
||||
!else
|
||||
CFLAGS = $(CFLAGS_R_WTTY)
|
||||
LFLAGS = $(LFLAGS_R_WTTY)
|
||||
LIBS = $(LIBS_R_WTTY)
|
||||
MAPFILE = nul
|
||||
RCDEFINES = $(R_RCDEFINES)
|
||||
DEFFILE=N:\PYTHON\PYTHON-1.5A1\PC\PYTH_W31.DEF
|
||||
DEFFILE=N:\PYTHON\PYTHON-1.5B2\PC\PYTH_W31.DEF
|
||||
!endif
|
||||
!if [if exist MSVC.BND del MSVC.BND]
|
||||
!endif
|
||||
SBRS = MAIN.SBR \
|
||||
GETOPT.SBR \
|
||||
SELECTMO.SBR \
|
||||
SOCKETMO.SBR
|
||||
SOCKETMO.SBR \
|
||||
PYTHON.SBR
|
||||
|
||||
|
||||
MAIN_DEP = n:\python\python-1.5a1\pc\src\python.h \
|
||||
n:\python\python-1.5a1\pc\src\config.h \
|
||||
n:\python\python-1.5a1\pc\src\myproto.h \
|
||||
n:\python\python-1.5a1\pc\src\object.h \
|
||||
n:\python\python-1.5a1\pc\src\objimpl.h \
|
||||
n:\python\python-1.5a1\pc\src\pydebug.h \
|
||||
n:\python\python-1.5a1\pc\src\intobjec.h \
|
||||
n:\python\python-1.5a1\pc\src\longobje.h \
|
||||
n:\python\python-1.5a1\pc\src\floatobj.h \
|
||||
n:\python\python-1.5a1\pc\src\complexo.h \
|
||||
n:\python\python-1.5a1\pc\src\rangeobj.h \
|
||||
n:\python\python-1.5a1\pc\src\stringob.h \
|
||||
n:\python\python-1.5a1\pc\src\tupleobj.h \
|
||||
n:\python\python-1.5a1\pc\src\listobje.h \
|
||||
n:\python\python-1.5a1\pc\src\mappingo.h \
|
||||
n:\python\python-1.5a1\pc\src\methodob.h \
|
||||
n:\python\python-1.5a1\pc\src\moduleob.h \
|
||||
n:\python\python-1.5a1\pc\src\funcobje.h \
|
||||
n:\python\python-1.5a1\pc\src\classobj.h \
|
||||
n:\python\python-1.5a1\pc\src\fileobje.h \
|
||||
n:\python\python-1.5a1\pc\src\cobject.h \
|
||||
n:\python\python-1.5a1\pc\src\tracebac.h \
|
||||
n:\python\python-1.5a1\pc\src\sliceobj.h \
|
||||
n:\python\python-1.5a1\pc\src\pyerrors.h \
|
||||
n:\python\python-1.5a1\pc\src\mymalloc.h \
|
||||
n:\python\python-1.5a1\pc\src\modsuppo.h \
|
||||
n:\python\python-1.5a1\pc\src\ceval.h \
|
||||
n:\python\python-1.5a1\pc\src\pythonru.h \
|
||||
n:\python\python-1.5a1\pc\src\sysmodul.h \
|
||||
n:\python\python-1.5a1\pc\src\intrchec.h \
|
||||
n:\python\python-1.5a1\pc\src\import.h \
|
||||
n:\python\python-1.5a1\pc\src\bltinmod.h \
|
||||
n:\python\python-1.5a1\pc\src\pystate.h \
|
||||
n:\python\python-1.5a1\pc\src\abstract.h \
|
||||
n:\python\python-1.5a1\pc\src\pyfpe.h
|
||||
MAIN_DEP = n:\python\python-1.5b2\pc\src\python.h \
|
||||
n:\python\python-1.5b2\pc\src\config.h \
|
||||
n:\python\python-1.5b2\pc\src\myproto.h \
|
||||
n:\python\python-1.5b2\pc\src\object.h \
|
||||
n:\python\python-1.5b2\pc\src\objimpl.h \
|
||||
n:\python\python-1.5b2\pc\src\pydebug.h \
|
||||
n:\python\python-1.5b2\pc\src\intobjec.h \
|
||||
n:\python\python-1.5b2\pc\src\longobje.h \
|
||||
n:\python\python-1.5b2\pc\src\floatobj.h \
|
||||
n:\python\python-1.5b2\pc\src\complexo.h \
|
||||
n:\python\python-1.5b2\pc\src\rangeobj.h \
|
||||
n:\python\python-1.5b2\pc\src\stringob.h \
|
||||
n:\python\python-1.5b2\pc\src\tupleobj.h \
|
||||
n:\python\python-1.5b2\pc\src\listobje.h \
|
||||
n:\python\python-1.5b2\pc\src\dictobje.h \
|
||||
n:\python\python-1.5b2\pc\src\methodob.h \
|
||||
n:\python\python-1.5b2\pc\src\moduleob.h \
|
||||
n:\python\python-1.5b2\pc\src\funcobje.h \
|
||||
n:\python\python-1.5b2\pc\src\classobj.h \
|
||||
n:\python\python-1.5b2\pc\src\fileobje.h \
|
||||
n:\python\python-1.5b2\pc\src\cobject.h \
|
||||
n:\python\python-1.5b2\pc\src\tracebac.h \
|
||||
n:\python\python-1.5b2\pc\src\sliceobj.h \
|
||||
n:\python\python-1.5b2\pc\src\pyerrors.h \
|
||||
n:\python\python-1.5b2\pc\src\mymalloc.h \
|
||||
n:\python\python-1.5b2\pc\src\pystate.h \
|
||||
n:\python\python-1.5b2\pc\src\modsuppo.h \
|
||||
n:\python\python-1.5b2\pc\src\ceval.h \
|
||||
n:\python\python-1.5b2\pc\src\pythonru.h \
|
||||
n:\python\python-1.5b2\pc\src\sysmodul.h \
|
||||
n:\python\python-1.5b2\pc\src\intrchec.h \
|
||||
n:\python\python-1.5b2\pc\src\import.h \
|
||||
n:\python\python-1.5b2\pc\src\abstract.h \
|
||||
n:\python\python-1.5b2\pc\src\pyfpe.h \
|
||||
n:\python\python-1.5b2\pc\src\osdefs.h
|
||||
|
||||
|
||||
GETOPT_DEP =
|
||||
|
||||
SELECTMO_DEP = n:\python\python-1.5a1\pc\src\python.h \
|
||||
n:\python\python-1.5a1\pc\src\config.h \
|
||||
n:\python\python-1.5a1\pc\src\myproto.h \
|
||||
n:\python\python-1.5a1\pc\src\object.h \
|
||||
n:\python\python-1.5a1\pc\src\objimpl.h \
|
||||
n:\python\python-1.5a1\pc\src\pydebug.h \
|
||||
n:\python\python-1.5a1\pc\src\intobjec.h \
|
||||
n:\python\python-1.5a1\pc\src\longobje.h \
|
||||
n:\python\python-1.5a1\pc\src\floatobj.h \
|
||||
n:\python\python-1.5a1\pc\src\complexo.h \
|
||||
n:\python\python-1.5a1\pc\src\rangeobj.h \
|
||||
n:\python\python-1.5a1\pc\src\stringob.h \
|
||||
n:\python\python-1.5a1\pc\src\tupleobj.h \
|
||||
n:\python\python-1.5a1\pc\src\listobje.h \
|
||||
n:\python\python-1.5a1\pc\src\mappingo.h \
|
||||
n:\python\python-1.5a1\pc\src\methodob.h \
|
||||
n:\python\python-1.5a1\pc\src\moduleob.h \
|
||||
n:\python\python-1.5a1\pc\src\funcobje.h \
|
||||
n:\python\python-1.5a1\pc\src\classobj.h \
|
||||
n:\python\python-1.5a1\pc\src\fileobje.h \
|
||||
n:\python\python-1.5a1\pc\src\cobject.h \
|
||||
n:\python\python-1.5a1\pc\src\tracebac.h \
|
||||
n:\python\python-1.5a1\pc\src\sliceobj.h \
|
||||
n:\python\python-1.5a1\pc\src\pyerrors.h \
|
||||
n:\python\python-1.5a1\pc\src\mymalloc.h \
|
||||
n:\python\python-1.5a1\pc\src\modsuppo.h \
|
||||
n:\python\python-1.5a1\pc\src\ceval.h \
|
||||
n:\python\python-1.5a1\pc\src\pythonru.h \
|
||||
n:\python\python-1.5a1\pc\src\sysmodul.h \
|
||||
n:\python\python-1.5a1\pc\src\intrchec.h \
|
||||
n:\python\python-1.5a1\pc\src\import.h \
|
||||
n:\python\python-1.5a1\pc\src\bltinmod.h \
|
||||
n:\python\python-1.5a1\pc\src\pystate.h \
|
||||
n:\python\python-1.5a1\pc\src\abstract.h \
|
||||
n:\python\python-1.5a1\pc\src\pyfpe.h \
|
||||
SELECTMO_DEP = n:\python\python-1.5b2\pc\src\python.h \
|
||||
n:\python\python-1.5b2\pc\src\config.h \
|
||||
n:\python\python-1.5b2\pc\src\myproto.h \
|
||||
n:\python\python-1.5b2\pc\src\object.h \
|
||||
n:\python\python-1.5b2\pc\src\objimpl.h \
|
||||
n:\python\python-1.5b2\pc\src\pydebug.h \
|
||||
n:\python\python-1.5b2\pc\src\intobjec.h \
|
||||
n:\python\python-1.5b2\pc\src\longobje.h \
|
||||
n:\python\python-1.5b2\pc\src\floatobj.h \
|
||||
n:\python\python-1.5b2\pc\src\complexo.h \
|
||||
n:\python\python-1.5b2\pc\src\rangeobj.h \
|
||||
n:\python\python-1.5b2\pc\src\stringob.h \
|
||||
n:\python\python-1.5b2\pc\src\tupleobj.h \
|
||||
n:\python\python-1.5b2\pc\src\listobje.h \
|
||||
n:\python\python-1.5b2\pc\src\dictobje.h \
|
||||
n:\python\python-1.5b2\pc\src\methodob.h \
|
||||
n:\python\python-1.5b2\pc\src\moduleob.h \
|
||||
n:\python\python-1.5b2\pc\src\funcobje.h \
|
||||
n:\python\python-1.5b2\pc\src\classobj.h \
|
||||
n:\python\python-1.5b2\pc\src\fileobje.h \
|
||||
n:\python\python-1.5b2\pc\src\cobject.h \
|
||||
n:\python\python-1.5b2\pc\src\tracebac.h \
|
||||
n:\python\python-1.5b2\pc\src\sliceobj.h \
|
||||
n:\python\python-1.5b2\pc\src\pyerrors.h \
|
||||
n:\python\python-1.5b2\pc\src\mymalloc.h \
|
||||
n:\python\python-1.5b2\pc\src\pystate.h \
|
||||
n:\python\python-1.5b2\pc\src\modsuppo.h \
|
||||
n:\python\python-1.5b2\pc\src\ceval.h \
|
||||
n:\python\python-1.5b2\pc\src\pythonru.h \
|
||||
n:\python\python-1.5b2\pc\src\sysmodul.h \
|
||||
n:\python\python-1.5b2\pc\src\intrchec.h \
|
||||
n:\python\python-1.5b2\pc\src\import.h \
|
||||
n:\python\python-1.5b2\pc\src\abstract.h \
|
||||
n:\python\python-1.5b2\pc\src\pyfpe.h \
|
||||
c:\msvc\include\winsock.h \
|
||||
n:\python\python-1.5a1\pc\src\myselect.h \
|
||||
n:\python\python-1.5a1\pc\src\mytime.h
|
||||
n:\python\python-1.5b2\pc\src\myselect.h \
|
||||
n:\python\python-1.5b2\pc\src\mytime.h
|
||||
|
||||
|
||||
SOCKETMO_DEP = n:\python\python-1.5a1\pc\src\python.h \
|
||||
n:\python\python-1.5a1\pc\src\config.h \
|
||||
n:\python\python-1.5a1\pc\src\myproto.h \
|
||||
n:\python\python-1.5a1\pc\src\object.h \
|
||||
n:\python\python-1.5a1\pc\src\objimpl.h \
|
||||
n:\python\python-1.5a1\pc\src\pydebug.h \
|
||||
n:\python\python-1.5a1\pc\src\intobjec.h \
|
||||
n:\python\python-1.5a1\pc\src\longobje.h \
|
||||
n:\python\python-1.5a1\pc\src\floatobj.h \
|
||||
n:\python\python-1.5a1\pc\src\complexo.h \
|
||||
n:\python\python-1.5a1\pc\src\rangeobj.h \
|
||||
n:\python\python-1.5a1\pc\src\stringob.h \
|
||||
n:\python\python-1.5a1\pc\src\tupleobj.h \
|
||||
n:\python\python-1.5a1\pc\src\listobje.h \
|
||||
n:\python\python-1.5a1\pc\src\mappingo.h \
|
||||
n:\python\python-1.5a1\pc\src\methodob.h \
|
||||
n:\python\python-1.5a1\pc\src\moduleob.h \
|
||||
n:\python\python-1.5a1\pc\src\funcobje.h \
|
||||
n:\python\python-1.5a1\pc\src\classobj.h \
|
||||
n:\python\python-1.5a1\pc\src\fileobje.h \
|
||||
n:\python\python-1.5a1\pc\src\cobject.h \
|
||||
n:\python\python-1.5a1\pc\src\tracebac.h \
|
||||
n:\python\python-1.5a1\pc\src\sliceobj.h \
|
||||
n:\python\python-1.5a1\pc\src\pyerrors.h \
|
||||
n:\python\python-1.5a1\pc\src\mymalloc.h \
|
||||
n:\python\python-1.5a1\pc\src\modsuppo.h \
|
||||
n:\python\python-1.5a1\pc\src\ceval.h \
|
||||
n:\python\python-1.5a1\pc\src\pythonru.h \
|
||||
n:\python\python-1.5a1\pc\src\sysmodul.h \
|
||||
n:\python\python-1.5a1\pc\src\intrchec.h \
|
||||
n:\python\python-1.5a1\pc\src\import.h \
|
||||
n:\python\python-1.5a1\pc\src\bltinmod.h \
|
||||
n:\python\python-1.5a1\pc\src\pystate.h \
|
||||
n:\python\python-1.5a1\pc\src\abstract.h \
|
||||
n:\python\python-1.5a1\pc\src\pyfpe.h \
|
||||
n:\python\python-1.5a1\pc\src\mytime.h \
|
||||
SOCKETMO_DEP = n:\python\python-1.5b2\pc\src\python.h \
|
||||
n:\python\python-1.5b2\pc\src\config.h \
|
||||
n:\python\python-1.5b2\pc\src\myproto.h \
|
||||
n:\python\python-1.5b2\pc\src\object.h \
|
||||
n:\python\python-1.5b2\pc\src\objimpl.h \
|
||||
n:\python\python-1.5b2\pc\src\pydebug.h \
|
||||
n:\python\python-1.5b2\pc\src\intobjec.h \
|
||||
n:\python\python-1.5b2\pc\src\longobje.h \
|
||||
n:\python\python-1.5b2\pc\src\floatobj.h \
|
||||
n:\python\python-1.5b2\pc\src\complexo.h \
|
||||
n:\python\python-1.5b2\pc\src\rangeobj.h \
|
||||
n:\python\python-1.5b2\pc\src\stringob.h \
|
||||
n:\python\python-1.5b2\pc\src\tupleobj.h \
|
||||
n:\python\python-1.5b2\pc\src\listobje.h \
|
||||
n:\python\python-1.5b2\pc\src\dictobje.h \
|
||||
n:\python\python-1.5b2\pc\src\methodob.h \
|
||||
n:\python\python-1.5b2\pc\src\moduleob.h \
|
||||
n:\python\python-1.5b2\pc\src\funcobje.h \
|
||||
n:\python\python-1.5b2\pc\src\classobj.h \
|
||||
n:\python\python-1.5b2\pc\src\fileobje.h \
|
||||
n:\python\python-1.5b2\pc\src\cobject.h \
|
||||
n:\python\python-1.5b2\pc\src\tracebac.h \
|
||||
n:\python\python-1.5b2\pc\src\sliceobj.h \
|
||||
n:\python\python-1.5b2\pc\src\pyerrors.h \
|
||||
n:\python\python-1.5b2\pc\src\mymalloc.h \
|
||||
n:\python\python-1.5b2\pc\src\pystate.h \
|
||||
n:\python\python-1.5b2\pc\src\modsuppo.h \
|
||||
n:\python\python-1.5b2\pc\src\ceval.h \
|
||||
n:\python\python-1.5b2\pc\src\pythonru.h \
|
||||
n:\python\python-1.5b2\pc\src\sysmodul.h \
|
||||
n:\python\python-1.5b2\pc\src\intrchec.h \
|
||||
n:\python\python-1.5b2\pc\src\import.h \
|
||||
n:\python\python-1.5b2\pc\src\abstract.h \
|
||||
n:\python\python-1.5b2\pc\src\pyfpe.h \
|
||||
n:\python\python-1.5b2\pc\src\mytime.h \
|
||||
c:\msvc\include\winsock.h
|
||||
|
||||
|
||||
PYTHON_DEP =
|
||||
|
||||
all: $(PROJ).EXE $(PROJ).BSC
|
||||
|
||||
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)
|
||||
$(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
|
||||
MAIN.OBJ +
|
||||
GETOPT.OBJ +
|
||||
SELECTMO.OBJ +
|
||||
SOCKETMO.OBJ +
|
||||
PYTHON.OBJ +
|
||||
$(OBJS_EXT)
|
||||
$(PROJ).EXE
|
||||
$(MAPFILE)
|
||||
|
|
236
PC/vc40.mak
236
PC/vc40.mak
|
@ -37,7 +37,7 @@ NULL=nul
|
|||
!ENDIF
|
||||
################################################################################
|
||||
# Begin Project
|
||||
# PROP Target_Last_Scanned "python15 - Win32 Debug"
|
||||
# PROP Target_Last_Scanned "python15 - Win32 Release"
|
||||
|
||||
!IF "$(CFG)" == "python15 - Win32 Release"
|
||||
|
||||
|
@ -464,8 +464,8 @@ DEF_FILE= \
|
|||
LINK32_OBJS= \
|
||||
"$(INTDIR)\_tkinter.obj" \
|
||||
"$(OUTDIR)\python15.lib" \
|
||||
"..\..\..\..\Program Files\Tcl\lib\tcl80vc.lib" \
|
||||
"..\..\..\..\Program Files\Tcl\lib\tk80vc.lib"
|
||||
"..\..\Program Files\Tcl\lib\tcl80vc.lib" \
|
||||
"..\..\Program Files\Tcl\lib\tk80vc.lib"
|
||||
|
||||
"$(OUTDIR)\_tkinter.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
|
||||
$(LINK32) @<<
|
||||
|
@ -551,8 +551,8 @@ CLEAN :
|
|||
-@erase "$(INTDIR)\parsetok.obj"
|
||||
-@erase "$(INTDIR)\pcremodule.obj"
|
||||
-@erase "$(INTDIR)\posixmodule.obj"
|
||||
-@erase "$(INTDIR)\pystate.obj"
|
||||
-@erase "$(INTDIR)\pypcre.obj"
|
||||
-@erase "$(INTDIR)\pystate.obj"
|
||||
-@erase "$(INTDIR)\python_nt.res"
|
||||
-@erase "$(INTDIR)\pythonrun.obj"
|
||||
-@erase "$(INTDIR)\rangeobject.obj"
|
||||
|
@ -2387,22 +2387,55 @@ DEP_CPP_TIMEM=\
|
|||
# Begin Source File
|
||||
|
||||
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=\
|
||||
".\Include\thread.h"\
|
||||
".\PC\config.h"\
|
||||
".\Python\thread_cthread.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=\
|
||||
".\Python\os2.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\thread.obj" : $(SOURCE) $(DEP_CPP_THREA) "$(INTDIR)"
|
||||
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
@ -2783,7 +2816,39 @@ DEP_CPP_RGBIM=\
|
|||
|
||||
SOURCE=.\Modules\regexpr.c
|
||||
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\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"\
|
||||
|
||||
|
@ -3616,6 +3681,8 @@ DEP_CPP_IMPORT=\
|
|||
".\Include\tupleobject.h"\
|
||||
".\PC\config.h"\
|
||||
".\Python\importdl.h"\
|
||||
{$(INCLUDE)}"\sys\STAT.H"\
|
||||
{$(INCLUDE)}"\sys\TYPES.H"\
|
||||
|
||||
NODEP_CPP_IMPORT=\
|
||||
".\Python\macglue.h"\
|
||||
|
@ -3840,6 +3907,7 @@ DEP_CPP_MAIN_=\
|
|||
".\Include\myproto.h"\
|
||||
".\Include\object.h"\
|
||||
".\Include\objimpl.h"\
|
||||
".\Include\osdefs.h"\
|
||||
".\Include\pydebug.h"\
|
||||
".\Include\pyerrors.h"\
|
||||
".\Include\pyfpe.h"\
|
||||
|
@ -4057,6 +4125,9 @@ SOURCE=.\Modules\getbuildinfo.c
|
|||
DEP_CPP_GETBU=\
|
||||
".\PC\config.h"\
|
||||
|
||||
NODEP_CPP_GETBU=\
|
||||
".\Modules\macbuildno.h"\
|
||||
|
||||
|
||||
"$(INTDIR)\getbuildinfo.obj" : $(SOURCE) $(DEP_CPP_GETBU) "$(INTDIR)"
|
||||
$(CPP) $(CPP_PROJ) $(SOURCE)
|
||||
|
@ -4345,6 +4416,71 @@ DEP_CPP_GETPA=\
|
|||
$(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
|
||||
################################################################################
|
||||
# Begin Source File
|
||||
|
@ -4443,53 +4579,6 @@ DEP_CPP_PYPCR=\
|
|||
$(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 Target
|
||||
################################################################################
|
||||
|
@ -4521,15 +4610,42 @@ SOURCE=.\Modules\python.c
|
|||
|
||||
SOURCE=.\Modules\_tkinter.c
|
||||
DEP_CPP__TKIN=\
|
||||
"\Program Files\TCL\include\tcl.h"\
|
||||
"\Program Files\TCL\include\tk.h"\
|
||||
"\Program Files\TCL\include\X11\X.h"\
|
||||
"\Program Files\TCL\include\X11\Xfuncproto.h"\
|
||||
"\Program Files\TCL\include\X11\Xlib.h"\
|
||||
|
||||
NODEP_CPP__TKIN=\
|
||||
".\Modules\myselect.h"\
|
||||
".\Modules\Python.h"\
|
||||
".\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\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)"
|
||||
|
|
Loading…
Reference in New Issue