cvsuser 04/10/08 08:01:12
Modified: config/init/hints mswin32.pl
Log:
one remaining so _ext change
Revision Changes Path
1.23 +6 -3 parrot/config/init/hints/mswin32.pl
Index: mswin32.pl
===================================================================
RCS file: /cvs/public/parrot/config/init/hints/mswin32.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -w -r1.22 -r1.23
--- mswin32.pl 8 Oct 2004 07:08:33 -0000 1.22
+++ mswin32.pl 8 Oct 2004 15:01:11 -0000 1.23
@@ -34,7 +34,8 @@
Configure::Data->set(
- so => '.dll',
+ share_ext => '.dll',
+ load_ext => '.dll',
a => '.lib',
o => '.obj',
cc_o_out => '-Fo',
@@ -67,7 +68,8 @@
}
elsif( $is_intel ) {
Configure::Data->set(
- so => '.dll',
+ share_ext => '.dll',
+ load_ext => '.dll',
a => '.lib',
o => '.obj',
cc_o_out => '-Fo',
@@ -105,7 +107,8 @@
Configure::Data->set(
o => '.obj',
a => '.lib',
- so => '.dll',
+ share_ext => '.dll',
+ load_ext => '.dll',
cc => ${cc},
ccflags => '-O2 -w-8066 -DWIN32 -DNO_STRICT -DNDEBUG
-D_CONSOLE',
cc_o_out => '-o',