summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorBrandon Black <blblack@gmail.com>2007-04-17 08:14:36 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-04-19 14:48:20 +0000
commite1a479c5e0c08fb10925261f03573261c69ca0dc (patch)
tree09088fd1ef489ff5660300a532f799144ff7ae6a /win32
parent0a311364e00e9bf5b4fcb140ade49b02e46833dd (diff)
downloadperl-e1a479c5e0c08fb10925261f03573261c69ca0dc.tar.gz
Re: new C3 MRO patch
From: "Brandon Black" <blblack@gmail.com> Message-ID: <84621a60704171114k29b0460el5b08ce5185d55ed5@mail.gmail.com> p4raw-id: //depot/perl@30980
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile1
-rw-r--r--win32/Makefile.ce2
-rw-r--r--win32/makefile.mk1
3 files changed, 4 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile
index e1f15a48d7..d654faeebe 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -647,6 +647,7 @@ MICROCORE_SRC = \
..\dump.c \
..\globals.c \
..\gv.c \
+ ..\mro.c \
..\hv.c \
..\locale.c \
..\mathoms.c \
diff --git a/win32/Makefile.ce b/win32/Makefile.ce
index 4c2bc16a80..71aa2c1106 100644
--- a/win32/Makefile.ce
+++ b/win32/Makefile.ce
@@ -571,6 +571,7 @@ MICROCORE_SRC = \
..\dump.c \
..\globals.c \
..\gv.c \
+ ..\mro.c \
..\hv.c \
..\mg.c \
..\op.c \
@@ -790,6 +791,7 @@ $(DLLDIR)\doop.obj \
$(DLLDIR)\dump.obj \
$(DLLDIR)\globals.obj \
$(DLLDIR)\gv.obj \
+$(DLLDIR)\mro.obj \
$(DLLDIR)\hv.obj \
$(DLLDIR)\locale.obj \
$(DLLDIR)\mathoms.obj \
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 966aa7478b..d632b16a7f 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -816,6 +816,7 @@ MICROCORE_SRC = \
..\dump.c \
..\globals.c \
..\gv.c \
+ ..\mro.c \
..\hv.c \
..\locale.c \
..\mathoms.c \