diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-19 08:18:18 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-19 08:18:18 +0000 |
commit | d68db9151d9143821835dfeeb5a616cc23d437d7 (patch) | |
tree | 653d233f36cc2424cfa0d19e3ef86cc8ed762178 /win32 | |
parent | 1076f1fdb19bacf64e54d08f4a34bbf8042caa24 (diff) | |
parent | ecb2f33519ba533cbb8a58944ee243527071ea13 (diff) | |
download | perl-d68db9151d9143821835dfeeb5a616cc23d437d7.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@10709
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 3 | ||||
-rw-r--r-- | win32/makefile.mk | 5 |
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
|