summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-18 12:20:50 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-18 12:20:50 +0000
commit53a624378bd76eb394925af6efec927264146177 (patch)
tree5443a9f3f69496e64896baa1be4333900711e391 /win32
parentaddd17944a903a06ff703e464df3c19e25641a1a (diff)
downloadperl-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/Makefile2
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 \