This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
missing integration in previous change
[perl5.git] / cygwin32 / ld2
1 #!/bin/sh
2 #
3 # ld wrapper for building dynamic lib version of perl;
4 #  passes all args to ld.
5 #
6
7 PERLPATH=/perl5.005
8
9 $PERLPATH/perl $PERLPATH/perlld -L$PERLPATH "$@"