From: Jarkko Hietaniemi Date: Tue, 14 Aug 2001 12:35:17 +0000 (+0000) Subject: Add sharedsv* to the DOSish platforms; plus add X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8a12a0aa1b3f4ae9e8561b7176eb9a1fae9324a3;p=p5sagit%2Fp5-mst-13.2.git Add sharedsv* to the DOSish platforms; plus add some WinCE files to the list of DOSish files. p4raw-id: //depot/perl@11667 --- diff --git a/NetWare/Makefile b/NetWare/Makefile index 10b3d23..01daccc 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) diff --git a/win32/Makefile b/win32/Makefile index e2f0824..b4d56ae 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -520,6 +520,7 @@ MICROCORE_SRC = \ ..\regexec.c \ ..\run.c \ ..\scope.c \ + ..\sharedsv.c \ ..\sv.c \ ..\taint.c \ ..\toke.c \ @@ -581,6 +582,7 @@ CORE_NOCFG_H = \ ..\proto.h \ ..\regexp.h \ ..\scope.h \ + ..\sharedsv.h \ ..\sv.h \ ..\thread.h \ ..\unixish.h \ diff --git a/win32/makefile.mk b/win32/makefile.mk index 6b045ef..b15e984 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -672,6 +672,7 @@ MICROCORE_SRC = \ ..\run.c \ ..\scope.c \ ..\sv.c \ + ..\sharedsv.c \ ..\taint.c \ ..\toke.c \ ..\universal.c \ @@ -732,6 +733,7 @@ CORE_NOCFG_H = \ ..\proto.h \ ..\regexp.h \ ..\scope.h \ + ..\sharedsv.h \ ..\sv.h \ ..\thread.h \ ..\unixish.h \ diff --git a/wince/Makefile.ce b/wince/Makefile.ce index 40dff94..dd2dbd6 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 \