diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-18 12:20:50 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-18 12:20:50 +0000 |
commit | 53a624378bd76eb394925af6efec927264146177 (patch) | |
tree | 5443a9f3f69496e64896baa1be4333900711e391 /win32 | |
parent | addd17944a903a06ff703e464df3c19e25641a1a (diff) | |
download | perl-53a624378bd76eb394925af6efec927264146177.tar.gz |
Add the locale.c and numeric.c to the microperl sources.
p4raw-id: //depot/perl@10682
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile index 3418338906..0df7e295c4 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 \
|