Change 21029 by [EMAIL PROTECTED] on 2003/09/04 16:01:26

        Tiny perlcc tweaks.

Affected files ...

... //depot/perl/utils/perlcc.PL#29 edit

Differences ...

==== //depot/perl/utils/perlcc.PL#29 (text) ====
Index: perl/utils/perlcc.PL
--- perl/utils/perlcc.PL#28~20681~      Wed Aug 13 10:13:12 2003
+++ perl/utils/perlcc.PL        Thu Sep  4 09:01:26 2003
@@ -328,7 +328,7 @@
     $link .= " -libpath:".$_ for split /\s+/, opt(L);
     my @mods = split /-?u /, $stash;
     $link .= " ".ExtUtils::Embed::ldopts("-std", [EMAIL PROTECTED]);
-    $link .= " perl57.lib kernel32.lib msvcrt.lib";
+    $link .= " perl5$Config{PERL_VERSION}.lib kernel32.lib msvcrt.lib";
     vprint 3, "running $Config{cc} $compile";
     system("$Config{cc} $compile");
     vprint 3, "running $Config{ld} $link";
@@ -529,7 +529,7 @@
 sub _usage_and_die {
     _die(<<EOU);
 $0: Usage:
-$0 [-o executable] [-r] [-O|-B|-c|-S] [-log log] [source[.pl] | -e oneliner]
+$0 [-o executable] [-r] [-O|-B|-c|-S] [-I /foo] [-L /foo] [-log log] [source[.pl] | 
-e oneliner]
 EOU
 }
 
End of Patch.

Reply via email to