diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 1 | ||||
-rw-r--r-- | win32/makefile.mk | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index 0df7e295c4..38458ace80 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -511,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
|