summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-09-07 17:25:07 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-09-07 17:25:07 +0000
commit349fd7b7286e5fa0d4cd22565b1943fa16790eac (patch)
tree36b7625b6d2a7eed7810513e861c6aa0eb085e45 /win32
parentf0cd5c3a554e4ef8e1237a87856de1d143ee3531 (diff)
downloadperl-349fd7b7286e5fa0d4cd22565b1943fa16790eac.tar.gz
various fixups for windows
p4raw-id: //depot/perl@4101
Diffstat (limited to 'win32')
-rw-r--r--win32/Makefile3
-rw-r--r--win32/makefile.mk3
2 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile
index 01159c7620..f700ada1b9 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -432,7 +432,8 @@ MICROCORE_SRC = \
..\toke.c \
..\universal.c \
..\utf8.c \
- ..\util.c
+ ..\util.c \
+ ..\xsutils.c
EXTRACORE_SRC = $(EXTRACORE_SRC) perllib.c
diff --git a/win32/makefile.mk b/win32/makefile.mk
index 01f0d7d615..23dde72392 100644
--- a/win32/makefile.mk
+++ b/win32/makefile.mk
@@ -546,7 +546,8 @@ MICROCORE_SRC = \
..\toke.c \
..\universal.c \
..\utf8.c \
- ..\util.c
+ ..\util.c \
+ ..\xsutils.c
EXTRACORE_SRC += perllib.c