diff options
author | Prymmer/Kahn <pvhp@best.com> | 2001-08-01 02:07:13 -0700 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-01 16:00:45 +0000 |
commit | 016645fd335aeabf074865b298a577cb85fe6c4c (patch) | |
tree | f6ee885461a14415092db8280110e71c3ab8b43c /win32/Makefile | |
parent | 0ab780528073f06895a2098a912e0618adb3b12e (diff) | |
download | perl-016645fd335aeabf074865b298a577cb85fe6c4c.tar.gz |
add xsubpp and libnetcfg to installed *.bat files for win32 builds
Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
p4raw-id: //depot/perl@11534
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile index 9f2f5fdd51..12e83bf1a4 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -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 \ |