diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-14 20:00:12 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-06-14 20:00:12 +0000 |
commit | e06a3afbe255226c27f480b83177014c2fe65464 (patch) | |
tree | ed706100c5d841441c355193a9a27f9d28cc3d00 /win32/makefile.mk | |
parent | 4d3be0c7dd56140382c75663158705a0e4495245 (diff) | |
download | perl-e06a3afbe255226c27f480b83177014c2fe65464.tar.gz |
Steps along the road toward Win32 building again.
p4raw-id: //depot/perlio@10591
Diffstat (limited to 'win32/makefile.mk')
-rw-r--r-- | win32/makefile.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/makefile.mk b/win32/makefile.mk index ccace2eaaa..e9b9b54567 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -671,6 +671,8 @@ MICROCORE_SRC = \ ..\universal.c \
..\utf8.c \
..\util.c \
+ ..\numeric.c \
+ ..\locale.c \
..\xsutils.c
EXTRACORE_SRC += perllib.c
|