source: trunk/third/perl/cygwin32/ld2 @ 10724

Revision 10724, 154 bytes checked in by ghudson, 27 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r10723, which included commits to RCS files with non-trunk default branches.
Line 
1#!/bin/sh
2#
3# ld wrapper for building dynamic lib version of perl;
4#  passes all args to ld.
5#
6
7PERLPATH=/perl5.004
8
9$PERLPATH/perl $PERLPATH/perlld "$@"
Note: See TracBrowser for help on using the repository browser.