summaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-08-14 12:35:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-14 12:35:17 +0000
commit8a12a0aa1b3f4ae9e8561b7176eb9a1fae9324a3 (patch)
tree3980a24a3b775a4ade0fc5b424ff91892c601a7c /wince
parentdd01ab4791255ab19503ed4259b84ece9699b967 (diff)
downloadperl-8a12a0aa1b3f4ae9e8561b7176eb9a1fae9324a3.tar.gz
Add sharedsv* to the DOSish platforms; plus add
some WinCE files to the list of DOSish files. p4raw-id: //depot/perl@11667
Diffstat (limited to 'wince')
-rw-r--r--wince/Makefile.ce3
1 files changed, 3 insertions, 0 deletions
diff --git a/wince/Makefile.ce b/wince/Makefile.ce
index 40dff94f3d..dd2dbd66e7 100644
--- a/wince/Makefile.ce
+++ b/wince/Makefile.ce
@@ -530,6 +530,7 @@ MICROCORE_SRC = \
..\regexec.c \
..\run.c \
..\scope.c \
+ ..\sharedsv.c \
..\sv.c \
..\taint.c \
..\toke.c \
@@ -583,6 +584,7 @@ CORE_NOCFG_H = \
..\proto.h \
..\regexp.h \
..\scope.h \
+ ..\sharedsv.h \
..\sv.h \
..\thread.h \
..\unixish.h \
@@ -978,6 +980,7 @@ $(DLLDIR)\regcomp.obj \
$(DLLDIR)\regexec.obj \
$(DLLDIR)\run.obj \
$(DLLDIR)\scope.obj \
+$(DLLDIR)\sharedsv.obj \
$(DLLDIR)\sv.obj \
$(DLLDIR)\taint.obj \
$(DLLDIR)\toke.obj \