[svn:parrot] r49117 - branches/gc_massacre/config/init/hints
bacek at svn.parrot.org
bacek at svn.parrot.org
Fri Sep 17 23:50:29 UTC 2010
Author: bacek
Date: Fri Sep 17 23:50:29 2010
New Revision: 49117
URL: https://trac.parrot.org/parrot/changeset/49117
Log:
When using MSVC, always use lib.exe for static libraries
Modified:
branches/gc_massacre/config/init/hints/mswin32.pm
Modified: branches/gc_massacre/config/init/hints/mswin32.pm
==============================================================================
--- branches/gc_massacre/config/init/hints/mswin32.pm Fri Sep 17 23:50:13 2010 (r49116)
+++ branches/gc_massacre/config/init/hints/mswin32.pm Fri Sep 17 23:50:29 2010 (r49117)
@@ -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