summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-12-16 22:25:15 (GMT)
committerGuido van Rossum <guido@python.org>1997-12-16 22:25:15 (GMT)
commit7651624df8129cf16b2b27f73195c5db9fbdf474 (patch)
tree376821f133c98dfc2d565af7be99ecfcf9220785 /PC
parent71c0dece546bf31e2165d025d2ea69650e110018 (diff)
downloadcpython-7651624df8129cf16b2b27f73195c5db9fbdf474.zip
cpython-7651624df8129cf16b2b27f73195c5db9fbdf474.tar.gz
cpython-7651624df8129cf16b2b27f73195c5db9fbdf474.tar.bz2
New VC++ 4.2 makefile, contributed by Gregor Schmid,
which adds the three missing files.
Diffstat (limited to 'PC')
-rw-r--r--PC/vc40.mak157
1 files changed, 157 insertions, 0 deletions
diff --git a/PC/vc40.mak b/PC/vc40.mak
index a56e3d7..e631258 100644
--- a/PC/vc40.mak
+++ b/PC/vc40.mak
@@ -116,13 +116,16 @@ CLEAN :
-@erase "$(INTDIR)\operator.obj"
-@erase "$(INTDIR)\parser.obj"
-@erase "$(INTDIR)\parsetok.obj"
+ -@erase "$(INTDIR)\pcremodule.obj"
-@erase "$(INTDIR)\posixmodule.obj"
+ -@erase "$(INTDIR)\pypcre.obj"
-@erase "$(INTDIR)\pystate.obj"
-@erase "$(INTDIR)\python_nt.res"
-@erase "$(INTDIR)\pythonrun.obj"
-@erase "$(INTDIR)\rangeobject.obj"
-@erase "$(INTDIR)\regexmodule.obj"
-@erase "$(INTDIR)\regexpr.obj"
+ -@erase "$(INTDIR)\reopmodule.obj"
-@erase "$(INTDIR)\rgbimgmodule.obj"
-@erase "$(INTDIR)\rotormodule.obj"
-@erase "$(INTDIR)\selectmodule.obj"
@@ -265,13 +268,16 @@ LINK32_OBJS= \
"$(INTDIR)\operator.obj" \
"$(INTDIR)\parser.obj" \
"$(INTDIR)\parsetok.obj" \
+ "$(INTDIR)\pcremodule.obj" \
"$(INTDIR)\posixmodule.obj" \
+ "$(INTDIR)\pypcre.obj" \
"$(INTDIR)\pystate.obj" \
"$(INTDIR)\python_nt.res" \
"$(INTDIR)\pythonrun.obj" \
"$(INTDIR)\rangeobject.obj" \
"$(INTDIR)\regexmodule.obj" \
"$(INTDIR)\regexpr.obj" \
+ "$(INTDIR)\reopmodule.obj" \
"$(INTDIR)\rgbimgmodule.obj" \
"$(INTDIR)\rotormodule.obj" \
"$(INTDIR)\selectmodule.obj" \
@@ -543,13 +549,16 @@ CLEAN :
-@erase "$(INTDIR)\operator.obj"
-@erase "$(INTDIR)\parser.obj"
-@erase "$(INTDIR)\parsetok.obj"
+ -@erase "$(INTDIR)\pcremodule.obj"
-@erase "$(INTDIR)\posixmodule.obj"
-@erase "$(INTDIR)\pystate.obj"
+ -@erase "$(INTDIR)\pypcre.obj"
-@erase "$(INTDIR)\python_nt.res"
-@erase "$(INTDIR)\pythonrun.obj"
-@erase "$(INTDIR)\rangeobject.obj"
-@erase "$(INTDIR)\regexmodule.obj"
-@erase "$(INTDIR)\regexpr.obj"
+ -@erase "$(INTDIR)\reopmodule.obj"
-@erase "$(INTDIR)\rgbimgmodule.obj"
-@erase "$(INTDIR)\rotormodule.obj"
-@erase "$(INTDIR)\selectmodule.obj"
@@ -691,13 +700,16 @@ LINK32_OBJS= \
"$(INTDIR)\operator.obj" \
"$(INTDIR)\parser.obj" \
"$(INTDIR)\parsetok.obj" \
+ "$(INTDIR)\pcremodule.obj" \
"$(INTDIR)\posixmodule.obj" \
+ "$(INTDIR)\pypcre.obj" \
"$(INTDIR)\pystate.obj" \
"$(INTDIR)\python_nt.res" \
"$(INTDIR)\pythonrun.obj" \
"$(INTDIR)\rangeobject.obj" \
"$(INTDIR)\regexmodule.obj" \
"$(INTDIR)\regexpr.obj" \
+ "$(INTDIR)\reopmodule.obj" \
"$(INTDIR)\rgbimgmodule.obj" \
"$(INTDIR)\rotormodule.obj" \
"$(INTDIR)\selectmodule.obj" \
@@ -4334,6 +4346,151 @@ DEP_CPP_GETPA=\
# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\Modules\pcremodule.c
+DEP_CPP_PCREM=\
+ ".\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\graminit.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\pcre-internal.h"\
+ ".\Modules\pcre.h"\
+ ".\PC\config.h"\
+
+
+"$(INTDIR)\pcremodule.obj" : $(SOURCE) $(DEP_CPP_PCREM) "$(INTDIR)"
+ $(CPP) $(CPP_PROJ) $(SOURCE)
+
+
+# End Source File
+################################################################################
+# Begin Source File
+
+SOURCE=.\Modules\pypcre.c
+DEP_CPP_PYPCR=\
+ ".\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\graminit.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\pcre-internal.h"\
+ ".\Modules\pcre.h"\
+ ".\PC\config.h"\
+
+
+"$(INTDIR)\pypcre.obj" : $(SOURCE) $(DEP_CPP_PYPCR) "$(INTDIR)"
+ $(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
################################################################################
# Begin Target