Commit 8052c1a2 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winemaker: Add odbccp32 to default link list.

parent 7fe67b15
......@@ -807,9 +807,8 @@ sub source_scan_directory($$$$)
}
my $basename=$target_name;
$basename=~ s/\.(dll|exe)$//i;
# This is the default link list of Visual Studio, except odbccp32
# which we don't have in Wine.
my @std_imports=qw(odbc32 ole32 oleaut32 winspool);
# This is the default link list of Visual Studio
my @std_imports=qw(odbc32 ole32 oleaut32 winspool odbccp32);
my @std_libraries=qw(uuid);
if ((@$target[$T_FLAGS] & $TF_NODLLS) == 0) {
@$target[$T_DLLS]=\@std_imports;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment