summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
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