From 73995e2e4c00b235e2082bc13d4536bd13777e47 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 15 Dec 2000 22:58:55 +0000 Subject: [PATCH] Always link with uuid. --- tools/winemaker | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/winemaker b/tools/winemaker index 65fd8a2f7f7..975a38aa96f 100755 --- a/tools/winemaker +++ b/tools/winemaker @@ -728,8 +728,8 @@ sub source_scan_directory $basename=$target_name; push @exe_list,$target; } - # This is the default link list of Visual Studio, except for uuid and - # odbccp32 which we don't have in Wine. Also I add ntdll which seems + # This is the default link list of Visual Studio, except odbccp32 + # which we don't have in Wine. Also I add ntdll which seems # necessary for Winelib. my @std_imports=qw(advapi32.dll comdlg32.dll gdi32.dll kernel32.dll ntdll.dll odbc32.dll ole32 oleaut32.dll shell32.dll user32.dll winspool.drv); @$target[$T_IMPORTS]=\@std_imports; @@ -2249,7 +2249,7 @@ then fi CFLAGS="$CFLAGS -fPIC" -DLL_LINK="\$(WINE_LIBRARY_PATH) \$(LIBRARY_PATH) \$(LIBRARIES:%=-l%) -lwine -lwine_unicode" +DLL_LINK="\$(WINE_LIBRARY_PATH) \$(LIBRARY_PATH) \$(LIBRARIES:%=-l%) -lwine -lwine_unicode -luuid" AC_SUBST(DLL_LINK) AC_SUBST(LDSHARED) -- 2.11.4.GIT