From de1254415ffeb03ba71a0802be6f212b10153304 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 6 Sep 2006 14:04:33 +0000 Subject: Remove perlcc and the byteloader p4raw-id: //depot/perl@28790 --- win32/Makefile | 3 +-- win32/makefile.mk | 3 +-- win32/pod.mak | 6 ------ 3 files changed, 2 insertions(+), 10 deletions(-) (limited to 'win32') diff --git a/win32/Makefile b/win32/Makefile index a449a4b7ac..2ab3254bff 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -545,7 +545,6 @@ UTILS = \ ..\utils\pstruct \ ..\utils\h2xs \ ..\utils\perldoc \ - ..\utils\perlcc \ ..\utils\perlivp \ ..\utils\libnetcfg \ ..\utils\enc2xs \ @@ -1237,7 +1236,7 @@ distclean: realclean pod2html pod2latex pod2man pod2text pod2usage \ podchecker podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ - perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat \ + perldoc perlivp dprofpp libnetcfg enc2xs piconv cpan *.bat \ xsubpp instmodsh prove ptar ptardiff shasum corelist config_data -cd ..\x2p && del /f find2perl s2p psed *.bat -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new diff --git a/win32/makefile.mk b/win32/makefile.mk index 84774013cd..bf05fc22e8 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -689,7 +689,6 @@ UTILS = \ ..\utils\pstruct \ ..\utils\h2xs \ ..\utils\perldoc \ - ..\utils\perlcc \ ..\utils\perlivp \ ..\utils\libnetcfg \ ..\utils\enc2xs \ @@ -1372,7 +1371,7 @@ distclean: realclean pod2html pod2latex pod2man pod2text pod2usage \ podchecker podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ - perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat \ + perldoc perlivp dprofpp libnetcfg enc2xs piconv cpan *.bat \ xsubpp instmodsh prove ptar ptardiff shasum corelist config_data -cd ..\x2p && del /f find2perl s2p psed *.bat -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new diff --git a/win32/pod.mak b/win32/pod.mak index 07181de036..8a27402b5d 100644 --- a/win32/pod.mak +++ b/win32/pod.mak @@ -541,9 +541,3 @@ podchecker: podchecker.PL ../lib/Config.pm podselect: podselect.PL ../lib/Config.pm $(PERL) -I ../lib podselect.PL - -compile: all - $(REALPERL) -I../lib ../utils/perlcc pod2latex -o pod2latex.exe -v 10 -log ../compilelog - $(REALPERL) -I../lib ../utils/perlcc pod2man -o pod2man.exe -v 10 -log ../compilelog - $(REALPERL) -I../lib ../utils/perlcc pod2text -o pod2text.exe -v 10 -log ../compilelog - $(REALPERL) -I../lib ../utils/perlcc checkpods -o checkpods.exe -v 10 -log ../compilelog -- cgit v1.2.1