Author: jrieks
Date: Thu Apr 14 11:48:08 2005
New Revision: 7834

Modified:
   trunk/config/gen/makefiles/dynclasses_pl.in
Log:
Attached hack adds ICU to the linkage of the dynclasses for MSWin32.
Otherwise the dynclasses won't link, the usual C<nmake> C<nmake test>
cycle broken.

This will suffice for now, as things are not linked properly anyway.

Courtesy of Ron Blaschke



Modified: trunk/config/gen/makefiles/dynclasses_pl.in
==============================================================================
--- trunk/config/gen/makefiles/dynclasses_pl.in (original)
+++ trunk/config/gen/makefiles/dynclasses_pl.in Thu Apr 14 11:48:08 2005
@@ -40,7 +40,7 @@
     $PATHQUOTE = '"';
     
     # Also need various libraries in the link line.
-    my $extraLibs = '${blib_lib_libparrot_a} ${libs}';
+    my $extraLibs = '${blib_lib_libparrot_a} ${libs} ${icu_shared}';
     $extraLibs =~ s/blib/..\\blib/g;
     $extraLibs =~ s/\Q$(A)\E/.lib/g;
     $LD_LOAD_FLAGS =~ s/(-def:)/$extraLibs $1..\\/;

Reply via email to