Change 11667 by jhi@alpha on 2001/08/14 12:35:17

        Add sharedsv* to the DOSish platforms; plus add
        some WinCE files to the list of DOSish files.

Affected files ...

... //depot/perl/NetWare/Makefile#7 edit
... //depot/perl/Porting/makerel#25 edit
... //depot/perl/win32/Makefile#191 edit
... //depot/perl/win32/makefile.mk#208 edit
... //depot/perl/wince/Makefile.ce#3 edit

Differences ...

==== //depot/perl/NetWare/Makefile#7 (text) ====
Index: perl/NetWare/Makefile
--- perl/NetWare/Makefile.~1~   Tue Aug 14 06:45:09 2001
+++ perl/NetWare/Makefile       Tue Aug 14 06:45:09 2001
@@ -721,6 +721,7 @@
                ..\regexec.c    \
                ..\run.c        \
                ..\scope.c      \
+               ..\sharedsv.c   \
                ..\sv.c         \
                ..\taint.c      \
                ..\toke.c       \
@@ -776,6 +777,7 @@
                ..\proto.h      \
                ..\regexp.h     \
                ..\scope.h      \
+               ..\sharedsv.h   \
                ..\sv.h         \
                ..\thread.h     \
                ..\unixish.h    \
@@ -786,8 +788,8 @@
                ..\EXTERN.h     \
                ..\perlvars.h   \
                ..\intrpvar.h   \
-               ..\thrdvar.h    \
-               
+               ..\thrdvar.h
+
 CORE_H         = $(CORE_NOCFG_H) .\config.h
 
 DLL_OBJ                = $(DLL_SRC:.c=.obj)

==== //depot/perl/Porting/makerel#25 (text) ====
==== //depot/perl/win32/Makefile#191 (text) ====
Index: perl/win32/Makefile
--- perl/win32/Makefile.~1~     Tue Aug 14 06:45:09 2001
+++ perl/win32/Makefile Tue Aug 14 06:45:09 2001
@@ -520,6 +520,7 @@
                ..\regexec.c    \
                ..\run.c        \
                ..\scope.c      \
+               ..\sharedsv.c   \
                ..\sv.c         \
                ..\taint.c      \
                ..\toke.c       \
@@ -581,6 +582,7 @@
                ..\proto.h      \
                ..\regexp.h     \
                ..\scope.h      \
+               ..\sharedsv.h   \
                ..\sv.h         \
                ..\thread.h     \
                ..\unixish.h    \

==== //depot/perl/win32/makefile.mk#208 (text) ====
Index: perl/win32/makefile.mk
--- perl/win32/makefile.mk.~1~  Tue Aug 14 06:45:09 2001
+++ perl/win32/makefile.mk      Tue Aug 14 06:45:09 2001
@@ -672,6 +672,7 @@
                ..\run.c        \
                ..\scope.c      \
                ..\sv.c         \
+               ..\sharedsv.c   \
                ..\taint.c      \
                ..\toke.c       \
                ..\universal.c  \
@@ -732,6 +733,7 @@
                ..\proto.h      \
                ..\regexp.h     \
                ..\scope.h      \
+               ..\sharedsv.h   \
                ..\sv.h         \
                ..\thread.h     \
                ..\unixish.h    \

==== //depot/perl/wince/Makefile.ce#3 (text) ====
Index: perl/wince/Makefile.ce
--- perl/wince/Makefile.ce.~1~  Tue Aug 14 06:45:09 2001
+++ perl/wince/Makefile.ce      Tue Aug 14 06:45:09 2001
@@ -530,6 +530,7 @@
                ..\regexec.c    \
                ..\run.c        \
                ..\scope.c      \
+               ..\sharedsv.c   \
                ..\sv.c         \
                ..\taint.c      \
                ..\toke.c       \
@@ -583,6 +584,7 @@
                ..\proto.h      \
                ..\regexp.h     \
                ..\scope.h      \
+               ..\sharedsv.h   \
                ..\sv.h         \
                ..\thread.h     \
                ..\unixish.h    \
@@ -978,6 +980,7 @@
 $(DLLDIR)\regexec.obj \
 $(DLLDIR)\run.obj \
 $(DLLDIR)\scope.obj \
+$(DLLDIR)\sharedsv.obj \
 $(DLLDIR)\sv.obj \
 $(DLLDIR)\taint.obj \
 $(DLLDIR)\toke.obj \
End of Patch.

Reply via email to