summaryrefslogtreecommitdiff
path: root/NetWare
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 /NetWare
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 'NetWare')
-rw-r--r--NetWare/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/NetWare/Makefile b/NetWare/Makefile
index 10b3d23b82..01daccc44c 100644
--- a/NetWare/Makefile
+++ b/NetWare/Makefile
@@ -721,6 +721,7 @@ MICROCORE_SRC = \
..\regexec.c \
..\run.c \
..\scope.c \
+ ..\sharedsv.c \
..\sv.c \
..\taint.c \
..\toke.c \
@@ -776,6 +777,7 @@ CORE_NOCFG_H = \
..\proto.h \
..\regexp.h \
..\scope.h \
+ ..\sharedsv.h \
..\sv.h \
..\thread.h \
..\unixish.h \
@@ -786,8 +788,8 @@ CORE_NOCFG_H = \
..\EXTERN.h \
..\perlvars.h \
..\intrpvar.h \
- ..\thrdvar.h \
-
+ ..\thrdvar.h
+
CORE_H = $(CORE_NOCFG_H) .\config.h
DLL_OBJ = $(DLL_SRC:.c=.obj)