diff options
author | Steve Hay <SteveHay@planit.com> | 2006-06-30 13:46:06 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-06-30 13:46:06 +0000 |
commit | 007018781f8447ed48dee6b5394b6d00745d543b (patch) | |
tree | 857103209ed0460ef4f704f7612295e65cf16344 /win32/config_sh.PL | |
parent | 625dac9da817af72bb35414c226dadeb2d915f21 (diff) | |
download | perl-007018781f8447ed48dee6b5394b6d00745d543b.tar.gz |
Add Win32API::File to the core
For discussions, see the thread starting here:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2006-06/msg00710.html
p4raw-id: //depot/perl@28460
Diffstat (limited to 'win32/config_sh.PL')
-rw-r--r-- | win32/config_sh.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config_sh.PL b/win32/config_sh.PL index db4eb56a68..1d9a831839 100644 --- a/win32/config_sh.PL +++ b/win32/config_sh.PL @@ -43,6 +43,7 @@ while (@{$optref} && $optref->[0] =~ /^([\w_]+)=(.*)$/) { } FindExt::scan_ext("../ext"); +FindExt::scan_ext("ext"); FindExt::set_static_extensions(split ' ', $opt{'static_ext'}); my @dynamic_ext = grep(!/Thread/,FindExt::dynamic_ext()); |