diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-14 12:35:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-14 12:35:17 +0000 |
commit | 8a12a0aa1b3f4ae9e8561b7176eb9a1fae9324a3 (patch) | |
tree | 3980a24a3b775a4ade0fc5b424ff91892c601a7c /win32 | |
parent | dd01ab4791255ab19503ed4259b84ece9699b967 (diff) | |
download | perl-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 'win32')
-rw-r--r-- | win32/Makefile | 2 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile index e2f082405a..b4d56aefe4 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 6b045ef8b3..b15e98405c 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 \ |