Change 19068 by [EMAIL PROTECTED] on 2003/03/26 20:53:18

        Win32 counterpart of change #19065

Affected files ...

... //depot/perl/win32/Makefile#221 edit
... //depot/perl/win32/makefile.mk#242 edit

Differences ...

==== //depot/perl/win32/Makefile#221 (text) ====
Index: perl/win32/Makefile
--- perl/win32/Makefile#220~18327~      Tue Dec 17 18:08:12 2002
+++ perl/win32/Makefile Wed Mar 26 12:53:18 2003
@@ -454,6 +454,7 @@
                ..\utils\libnetcfg      \
                ..\utils\enc2xs         \
                ..\utils\piconv         \
+               ..\utils\cpan           \
                ..\pod\checkpods        \
                ..\pod\pod2html         \
                ..\pod\pod2latex        \
@@ -1049,7 +1050,7 @@
            podchecker podselect
        cd ..\utils
        -del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs perldoc perlivp \
-           dprofpp perlcc libnetcfg enc2xs piconv
+           dprofpp perlcc libnetcfg enc2xs piconv cpan
        -del /f *.bat
        cd ..\win32
        cd ..\x2p

==== //depot/perl/win32/makefile.mk#242 (text) ====
Index: perl/win32/makefile.mk
--- perl/win32/makefile.mk#241~18393~   Thu Jan  2 11:41:29 2003
+++ perl/win32/makefile.mk      Wed Mar 26 12:53:18 2003
@@ -591,6 +591,7 @@
                ..\utils\libnetcfg      \
                ..\utils\enc2xs         \
                ..\utils\piconv         \
+               ..\utils\cpan           \
                ..\pod\checkpods        \
                ..\pod\pod2html         \
                ..\pod\pod2latex        \
@@ -1191,7 +1192,7 @@
            perlwin32.pod 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 *.bat
+           perldoc perlivp dprofpp perlcc libnetcfg enc2xs piconv cpan *.bat
        -cd ..\x2p && del /f find2perl s2p psed *.bat
        -del /f ..\config.sh ..\splittree.pl perlmain.c dlutils.c config.h.new
        -del /f $(CONFIGPM)
End of Patch.

Reply via email to