diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-20 16:40:34 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-20 16:40:34 +0000 |
commit | b7491e57135e2ad2a84ac0cb80916ea08e497f99 (patch) | |
tree | dffad2c5f2f77c1e286c04cd7bee73ab1b126722 /wince | |
parent | ba14dd9ace5a84c9784d70e7ae3b0baccfea783d (diff) | |
download | perl-b7491e57135e2ad2a84ac0cb80916ea08e497f99.tar.gz |
Eradicate sharedsv.*
p4raw-id: //depot/perlio@14356
Diffstat (limited to 'wince')
-rw-r--r-- | wince/Makefile.ce | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/wince/Makefile.ce b/wince/Makefile.ce index 343095ed38..e5fefa9804 100644 --- a/wince/Makefile.ce +++ b/wince/Makefile.ce @@ -517,7 +517,6 @@ MICROCORE_SRC = \ ..\regexec.c \ ..\run.c \ ..\scope.c \ - ..\sharedsv.c \ ..\sv.c \ ..\taint.c \ ..\toke.c \ @@ -569,7 +568,6 @@ CORE_NOCFG_H = \ ..\proto.h \ ..\regexp.h \ ..\scope.h \ - ..\sharedsv.h \ ..\sv.h \ ..\thread.h \ ..\unixish.h \ @@ -966,7 +964,6 @@ $(DLLDIR)\regcomp.obj \ $(DLLDIR)\regexec.obj \ $(DLLDIR)\run.obj \ $(DLLDIR)\scope.obj \ -$(DLLDIR)\sharedsv.obj \ $(DLLDIR)\sv.obj \ $(DLLDIR)\taint.obj \ $(DLLDIR)\toke.obj \ |