tools/winemaker: add odbccp32 to default link list

André Hentschel nerv at dawncrow.de
Thu Feb 5 10:36:39 CST 2009


odbccp32 was excluded, but its available meanwhile like you can see in
http://source.winehq.org/source/dlls/odbccp32/
---
 tools/winemaker |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/tools/winemaker b/tools/winemaker
index 918cd2a..8c78987 100755
--- a/tools/winemaker
+++ b/tools/winemaker
@@ -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;
-- 
1.6.0.4


--------------090000010004030500030401--



More information about the wine-patches mailing list