add xsubpp and libnetcfg to installed *.bat files for win32 builds
authorPrymmer/Kahn <pvhp@best.com>
Wed, 1 Aug 2001 09:07:13 +0000 (02:07 -0700)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 1 Aug 2001 16:00:45 +0000 (16:00 +0000)
Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>

p4raw-id: //depot/perl@11534

win32/Makefile
win32/makefile.mk

index 9f2f5fd..12e83bf 100644 (file)
@@ -457,6 +457,7 @@ UTILS               =                       \
                ..\utils\h2xs           \
                ..\utils\perldoc        \
                ..\utils\perlcc         \
+               ..\utils\libnetcfg      \
                ..\pod\checkpods        \
                ..\pod\pod2html         \
                ..\pod\pod2latex        \
@@ -467,6 +468,7 @@ UTILS               =                       \
                ..\pod\podselect        \
                ..\x2p\find2perl        \
                ..\x2p\s2p              \
+               ..\lib\ExtUtils\xsubpp  \
                bin\exetype.pl          \
                bin\runperl.pl          \
                bin\pl2bat.pl           \
index 7a30552..0aa4835 100644 (file)
@@ -593,6 +593,7 @@ UTILS               =                       \
                ..\utils\h2xs           \
                ..\utils\perldoc        \
                ..\utils\perlcc         \
+               ..\utils\libnetcfg      \
                ..\pod\checkpods        \
                ..\pod\pod2html         \
                ..\pod\pod2latex        \
@@ -603,6 +604,7 @@ UTILS               =                       \
                ..\pod\podselect        \
                ..\x2p\find2perl        \
                ..\x2p\s2p              \
+               ..\lib\ExtUtils\xsubpp  \
                bin\exetype.pl          \
                bin\runperl.pl          \
                bin\pl2bat.pl           \