[svn:parrot] r48999 - trunk/config/init/hints

nwellnhof at svn.parrot.org nwellnhof at svn.parrot.org
Tue Sep 14 16:35:43 UTC 2010


Author: nwellnhof
Date: Tue Sep 14 16:35:42 2010
New Revision: 48999
URL: https://trac.parrot.org/parrot/changeset/48999

Log:
When using MSVC, always use lib.exe for static libraries

Modified:
   trunk/config/init/hints/mswin32.pm

Modified: trunk/config/init/hints/mswin32.pm
==============================================================================
--- trunk/config/init/hints/mswin32.pm	Tue Sep 14 14:27:41 2010	(r48998)
+++ trunk/config/init/hints/mswin32.pm	Tue Sep 14 16:35:42 2010	(r48999)
@@ -98,6 +98,7 @@
             libs                => 'kernel32.lib ws2_32.lib msvcrt.lib oldnames.lib ',
             libparrot_static    => 'libparrot' . $conf->data->get('a'),
             libparrot_shared    => "libparrot$share_ext",
+            ar                  => 'lib',
             ar_flags            => '',
             ar_out              => '-out:',
             slash               => '\\',


More information about the parrot-commits mailing list