Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7651624

Browse files
committed
New VC++ 4.2 makefile, contributed by Gregor Schmid,
which adds the three missing files.
1 parent 71c0dec commit 7651624

1 file changed

Lines changed: 157 additions & 0 deletions

File tree

PC/vc40.mak

Lines changed: 157 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,16 @@ CLEAN :
116116
-@erase "$(INTDIR)\operator.obj"
117117
-@erase "$(INTDIR)\parser.obj"
118118
-@erase "$(INTDIR)\parsetok.obj"
119+
-@erase "$(INTDIR)\pcremodule.obj"
119120
-@erase "$(INTDIR)\posixmodule.obj"
121+
-@erase "$(INTDIR)\pypcre.obj"
120122
-@erase "$(INTDIR)\pystate.obj"
121123
-@erase "$(INTDIR)\python_nt.res"
122124
-@erase "$(INTDIR)\pythonrun.obj"
123125
-@erase "$(INTDIR)\rangeobject.obj"
124126
-@erase "$(INTDIR)\regexmodule.obj"
125127
-@erase "$(INTDIR)\regexpr.obj"
128+
-@erase "$(INTDIR)\reopmodule.obj"
126129
-@erase "$(INTDIR)\rgbimgmodule.obj"
127130
-@erase "$(INTDIR)\rotormodule.obj"
128131
-@erase "$(INTDIR)\selectmodule.obj"
@@ -265,13 +268,16 @@ LINK32_OBJS= \
265268
"$(INTDIR)\operator.obj" \
266269
"$(INTDIR)\parser.obj" \
267270
"$(INTDIR)\parsetok.obj" \
271+
"$(INTDIR)\pcremodule.obj" \
268272
"$(INTDIR)\posixmodule.obj" \
273+
"$(INTDIR)\pypcre.obj" \
269274
"$(INTDIR)\pystate.obj" \
270275
"$(INTDIR)\python_nt.res" \
271276
"$(INTDIR)\pythonrun.obj" \
272277
"$(INTDIR)\rangeobject.obj" \
273278
"$(INTDIR)\regexmodule.obj" \
274279
"$(INTDIR)\regexpr.obj" \
280+
"$(INTDIR)\reopmodule.obj" \
275281
"$(INTDIR)\rgbimgmodule.obj" \
276282
"$(INTDIR)\rotormodule.obj" \
277283
"$(INTDIR)\selectmodule.obj" \
@@ -543,13 +549,16 @@ CLEAN :
543549
-@erase "$(INTDIR)\operator.obj"
544550
-@erase "$(INTDIR)\parser.obj"
545551
-@erase "$(INTDIR)\parsetok.obj"
552+
-@erase "$(INTDIR)\pcremodule.obj"
546553
-@erase "$(INTDIR)\posixmodule.obj"
547554
-@erase "$(INTDIR)\pystate.obj"
555+
-@erase "$(INTDIR)\pypcre.obj"
548556
-@erase "$(INTDIR)\python_nt.res"
549557
-@erase "$(INTDIR)\pythonrun.obj"
550558
-@erase "$(INTDIR)\rangeobject.obj"
551559
-@erase "$(INTDIR)\regexmodule.obj"
552560
-@erase "$(INTDIR)\regexpr.obj"
561+
-@erase "$(INTDIR)\reopmodule.obj"
553562
-@erase "$(INTDIR)\rgbimgmodule.obj"
554563
-@erase "$(INTDIR)\rotormodule.obj"
555564
-@erase "$(INTDIR)\selectmodule.obj"
@@ -691,13 +700,16 @@ LINK32_OBJS= \
691700
"$(INTDIR)\operator.obj" \
692701
"$(INTDIR)\parser.obj" \
693702
"$(INTDIR)\parsetok.obj" \
703+
"$(INTDIR)\pcremodule.obj" \
694704
"$(INTDIR)\posixmodule.obj" \
705+
"$(INTDIR)\pypcre.obj" \
695706
"$(INTDIR)\pystate.obj" \
696707
"$(INTDIR)\python_nt.res" \
697708
"$(INTDIR)\pythonrun.obj" \
698709
"$(INTDIR)\rangeobject.obj" \
699710
"$(INTDIR)\regexmodule.obj" \
700711
"$(INTDIR)\regexpr.obj" \
712+
"$(INTDIR)\reopmodule.obj" \
701713
"$(INTDIR)\rgbimgmodule.obj" \
702714
"$(INTDIR)\rotormodule.obj" \
703715
"$(INTDIR)\selectmodule.obj" \
@@ -4333,6 +4345,151 @@ DEP_CPP_GETPA=\
43334345
$(CPP) $(CPP_PROJ) $(SOURCE)
43344346

43354347

4348+
# End Source File
4349+
################################################################################
4350+
# Begin Source File
4351+
4352+
SOURCE=.\Modules\pcremodule.c
4353+
DEP_CPP_PCREM=\
4354+
".\Include\abstract.h"\
4355+
".\Include\ceval.h"\
4356+
".\Include\classobject.h"\
4357+
".\Include\cobject.h"\
4358+
".\Include\complexobject.h"\
4359+
".\Include\dictobject.h"\
4360+
".\Include\fileobject.h"\
4361+
".\Include\floatobject.h"\
4362+
".\Include\funcobject.h"\
4363+
".\Include\graminit.h"\
4364+
".\Include\import.h"\
4365+
".\Include\intobject.h"\
4366+
".\Include\intrcheck.h"\
4367+
".\Include\listobject.h"\
4368+
".\Include\longobject.h"\
4369+
".\Include\methodobject.h"\
4370+
".\Include\modsupport.h"\
4371+
".\Include\moduleobject.h"\
4372+
".\Include\mymalloc.h"\
4373+
".\Include\myproto.h"\
4374+
".\Include\object.h"\
4375+
".\Include\objimpl.h"\
4376+
".\Include\pydebug.h"\
4377+
".\Include\pyerrors.h"\
4378+
".\Include\pyfpe.h"\
4379+
".\Include\pystate.h"\
4380+
".\Include\Python.h"\
4381+
".\Include\pythonrun.h"\
4382+
".\Include\rangeobject.h"\
4383+
".\Include\sliceobject.h"\
4384+
".\Include\stringobject.h"\
4385+
".\Include\sysmodule.h"\
4386+
".\Include\traceback.h"\
4387+
".\Include\tupleobject.h"\
4388+
".\Modules\pcre-internal.h"\
4389+
".\Modules\pcre.h"\
4390+
".\PC\config.h"\
4391+
4392+
4393+
"$(INTDIR)\pcremodule.obj" : $(SOURCE) $(DEP_CPP_PCREM) "$(INTDIR)"
4394+
$(CPP) $(CPP_PROJ) $(SOURCE)
4395+
4396+
4397+
# End Source File
4398+
################################################################################
4399+
# Begin Source File
4400+
4401+
SOURCE=.\Modules\pypcre.c
4402+
DEP_CPP_PYPCR=\
4403+
".\Include\abstract.h"\
4404+
".\Include\ceval.h"\
4405+
".\Include\classobject.h"\
4406+
".\Include\cobject.h"\
4407+
".\Include\complexobject.h"\
4408+
".\Include\dictobject.h"\
4409+
".\Include\fileobject.h"\
4410+
".\Include\floatobject.h"\
4411+
".\Include\funcobject.h"\
4412+
".\Include\graminit.h"\
4413+
".\Include\import.h"\
4414+
".\Include\intobject.h"\
4415+
".\Include\intrcheck.h"\
4416+
".\Include\listobject.h"\
4417+
".\Include\longobject.h"\
4418+
".\Include\methodobject.h"\
4419+
".\Include\modsupport.h"\
4420+
".\Include\moduleobject.h"\
4421+
".\Include\mymalloc.h"\
4422+
".\Include\myproto.h"\
4423+
".\Include\object.h"\
4424+
".\Include\objimpl.h"\
4425+
".\Include\pydebug.h"\
4426+
".\Include\pyerrors.h"\
4427+
".\Include\pyfpe.h"\
4428+
".\Include\pystate.h"\
4429+
".\Include\Python.h"\
4430+
".\Include\pythonrun.h"\
4431+
".\Include\rangeobject.h"\
4432+
".\Include\sliceobject.h"\
4433+
".\Include\stringobject.h"\
4434+
".\Include\sysmodule.h"\
4435+
".\Include\traceback.h"\
4436+
".\Include\tupleobject.h"\
4437+
".\Modules\pcre-internal.h"\
4438+
".\Modules\pcre.h"\
4439+
".\PC\config.h"\
4440+
4441+
4442+
"$(INTDIR)\pypcre.obj" : $(SOURCE) $(DEP_CPP_PYPCR) "$(INTDIR)"
4443+
$(CPP) $(CPP_PROJ) $(SOURCE)
4444+
4445+
4446+
# End Source File
4447+
################################################################################
4448+
# Begin Source File
4449+
4450+
SOURCE=.\Modules\reopmodule.c
4451+
DEP_CPP_REOPM=\
4452+
".\Include\abstract.h"\
4453+
".\Include\ceval.h"\
4454+
".\Include\classobject.h"\
4455+
".\Include\cobject.h"\
4456+
".\Include\complexobject.h"\
4457+
".\Include\dictobject.h"\
4458+
".\Include\fileobject.h"\
4459+
".\Include\floatobject.h"\
4460+
".\Include\funcobject.h"\
4461+
".\Include\import.h"\
4462+
".\Include\intobject.h"\
4463+
".\Include\intrcheck.h"\
4464+
".\Include\listobject.h"\
4465+
".\Include\longobject.h"\
4466+
".\Include\methodobject.h"\
4467+
".\Include\modsupport.h"\
4468+
".\Include\moduleobject.h"\
4469+
".\Include\mymalloc.h"\
4470+
".\Include\myproto.h"\
4471+
".\Include\object.h"\
4472+
".\Include\objimpl.h"\
4473+
".\Include\pydebug.h"\
4474+
".\Include\pyerrors.h"\
4475+
".\Include\pyfpe.h"\
4476+
".\Include\pystate.h"\
4477+
".\Include\Python.h"\
4478+
".\Include\pythonrun.h"\
4479+
".\Include\rangeobject.h"\
4480+
".\Include\sliceobject.h"\
4481+
".\Include\stringobject.h"\
4482+
".\Include\sysmodule.h"\
4483+
".\Include\traceback.h"\
4484+
".\Include\tupleobject.h"\
4485+
".\Modules\regexpr.h"\
4486+
".\PC\config.h"\
4487+
4488+
4489+
"$(INTDIR)\reopmodule.obj" : $(SOURCE) $(DEP_CPP_REOPM) "$(INTDIR)"
4490+
$(CPP) $(CPP_PROJ) $(SOURCE)
4491+
4492+
43364493
# End Source File
43374494
# End Target
43384495
################################################################################

0 commit comments

Comments
 (0)