diff options
author | Guido van Rossum <guido@python.org> | 1997-12-17 21:27:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-12-17 21:27:23 (GMT) |
commit | ffeb5938167a7f417c08cd63c8bf722fc61c88c5 (patch) | |
tree | 581b8fb413bcb1006b5f69ddde694cf10d17da2a /PC/vc40.mak | |
parent | b1d368c00d708b74765f0a6a604325ff8ad1fb4f (diff) | |
download | cpython-ffeb5938167a7f417c08cd63c8bf722fc61c88c5.zip cpython-ffeb5938167a7f417c08cd63c8bf722fc61c88c5.tar.gz cpython-ffeb5938167a7f417c08cd63c8bf722fc61c88c5.tar.bz2 |
Changes for older Win platforms by Jim Ahlstrom
Diffstat (limited to 'PC/vc40.mak')
-rw-r--r-- | PC/vc40.mak | 168 |
1 files changed, 142 insertions, 26 deletions
diff --git a/PC/vc40.mak b/PC/vc40.mak index e631258..a2ce7db 100644 --- a/PC/vc40.mak +++ b/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)
@@ -4349,8 +4420,11 @@ DEP_CPP_GETPA=\ ################################################################################
# Begin Source File
-SOURCE=.\Modules\pcremodule.c
-DEP_CPP_PCREM=\
+SOURCE=.\Modules\reopmodule.c
+
+!IF "$(CFG)" == "python15 - Win32 Release"
+
+DEP_CPP_REOPM=\
".\Include\abstract.h"\
".\Include\ceval.h"\
".\Include\classobject.h"\
@@ -4360,7 +4434,6 @@ DEP_CPP_PCREM=\ ".\Include\fileobject.h"\
".\Include\floatobject.h"\
".\Include\funcobject.h"\
- ".\Include\graminit.h"\
".\Include\import.h"\
".\Include\intobject.h"\
".\Include\intrcheck.h"\
@@ -4385,21 +4458,35 @@ DEP_CPP_PCREM=\ ".\Include\sysmodule.h"\
".\Include\traceback.h"\
".\Include\tupleobject.h"\
- ".\Modules\pcre-internal.h"\
- ".\Modules\pcre.h"\
+ ".\Modules\regexpr.h"\
".\PC\config.h"\
-"$(INTDIR)\pcremodule.obj" : $(SOURCE) $(DEP_CPP_PCREM) "$(INTDIR)"
+"$(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
-SOURCE=.\Modules\pypcre.c
-DEP_CPP_PYPCR=\
+SOURCE=.\Modules\pcremodule.c
+DEP_CPP_PCREM=\
".\Include\abstract.h"\
".\Include\ceval.h"\
".\Include\classobject.h"\
@@ -4439,7 +4526,7 @@ DEP_CPP_PYPCR=\ ".\PC\config.h"\
-"$(INTDIR)\pypcre.obj" : $(SOURCE) $(DEP_CPP_PYPCR) "$(INTDIR)"
+"$(INTDIR)\pcremodule.obj" : $(SOURCE) $(DEP_CPP_PCREM) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -4447,8 +4534,8 @@ DEP_CPP_PYPCR=\ ################################################################################
# Begin Source File
-SOURCE=.\Modules\reopmodule.c
-DEP_CPP_REOPM=\
+SOURCE=.\Modules\pypcre.c
+DEP_CPP_PYPCR=\
".\Include\abstract.h"\
".\Include\ceval.h"\
".\Include\classobject.h"\
@@ -4458,6 +4545,7 @@ DEP_CPP_REOPM=\ ".\Include\fileobject.h"\
".\Include\floatobject.h"\
".\Include\funcobject.h"\
+ ".\Include\graminit.h"\
".\Include\import.h"\
".\Include\intobject.h"\
".\Include\intrcheck.h"\
@@ -4482,11 +4570,12 @@ DEP_CPP_REOPM=\ ".\Include\sysmodule.h"\
".\Include\traceback.h"\
".\Include\tupleobject.h"\
- ".\Modules\regexpr.h"\
+ ".\Modules\pcre-internal.h"\
+ ".\Modules\pcre.h"\
".\PC\config.h"\
-"$(INTDIR)\reopmodule.obj" : $(SOURCE) $(DEP_CPP_REOPM) "$(INTDIR)"
+"$(INTDIR)\pypcre.obj" : $(SOURCE) $(DEP_CPP_PYPCR) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
@@ -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)"
|