Change 11534 by jhi@alpha on 2001/08/01 16:00:45
Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files
for win32 builds
From: Prymmer/Kahn <[EMAIL PROTECTED]>
Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/win32/Makefile#186 edit
... //depot/perl/win32/makefile.mk#203 edit
Differences ...
==== //depot/perl/win32/Makefile#186 (text) ====
Index: perl/win32/Makefile
--- perl/win32/Makefile.~1~ Wed Aug 1 10:15:05 2001
+++ perl/win32/Makefile Wed Aug 1 10:15:05 2001
@@ -457,6 +457,7 @@
..\utils\h2xs \
..\utils\perldoc \
..\utils\perlcc \
+ ..\utils\libnetcfg \
..\pod\checkpods \
..\pod\pod2html \
..\pod\pod2latex \
@@ -467,6 +468,7 @@
..\pod\podselect \
..\x2p\find2perl \
..\x2p\s2p \
+ ..\lib\ExtUtils\xsubpp \
bin\exetype.pl \
bin\runperl.pl \
bin\pl2bat.pl \
==== //depot/perl/win32/makefile.mk#203 (text) ====
Index: perl/win32/makefile.mk
--- perl/win32/makefile.mk.~1~ Wed Aug 1 10:15:05 2001
+++ perl/win32/makefile.mk Wed Aug 1 10:15:05 2001
@@ -593,6 +593,7 @@
..\utils\h2xs \
..\utils\perldoc \
..\utils\perlcc \
+ ..\utils\libnetcfg \
..\pod\checkpods \
..\pod\pod2html \
..\pod\pod2latex \
@@ -603,6 +604,7 @@
..\pod\podselect \
..\x2p\find2perl \
..\x2p\s2p \
+ ..\lib\ExtUtils\xsubpp \
bin\exetype.pl \
bin\runperl.pl \
bin\pl2bat.pl \
End of Patch.