summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-06-19 08:18:18 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-06-19 08:18:18 +0000
commitd68db9151d9143821835dfeeb5a616cc23d437d7 (patch)
tree653d233f36cc2424cfa0d19e3ef86cc8ed762178 /win32
parent1076f1fdb19bacf64e54d08f4a34bbf8042caa24 (diff)
parentecb2f33519ba533cbb8a58944ee243527071ea13 (diff)
downloadperl-d68db9151d9143821835dfeeb5a616cc23d437d7.tar.gz
Integrate mainline
p4raw-id: //depot/perlio@10709
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile3
-rw-r--r--win32/makefile.mk5
2 files changed, 6 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 3418338906..38458ace80 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -501,7 +501,9 @@ MICROCORE_SRC = \
..\globals.c \
..\gv.c \
..\hv.c \
+ ..\locale.c \
..\mg.c \
+ ..\numeric.c \
..\op.c \
..\perl.c \
..\perlapi.c \
@@ -509,6 +511,7 @@ MICROCORE_SRC = \
..\pp.c \
..\pp_ctl.c \
..\pp_hot.c \
+ ..\pp_pack.c \
..\pp_sys.c \
..\regcomp.c \
..\regexec.c \
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 3fd644f39f..f99b4ce668 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -652,7 +652,9 @@ MICROCORE_SRC = \
..\globals.c \
..\gv.c \
..\hv.c \
+ ..\locale.c \
..\mg.c \
+ ..\numeric.c \
..\op.c \
..\perl.c \
..\perlapi.c \
@@ -660,6 +662,7 @@ MICROCORE_SRC = \
..\pp.c \
..\pp_ctl.c \
..\pp_hot.c \
+ ..\pp_pack.c \
..\pp_sys.c \
..\regcomp.c \
..\regexec.c \
@@ -671,8 +674,6 @@ MICROCORE_SRC = \
..\universal.c \
..\utf8.c \
..\util.c \
- ..\numeric.c \
- ..\locale.c \
..\xsutils.c
EXTRACORE_SRC += perllib.c