Commit 73995e2e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Always link with uuid.

parent 7c55bc0c
...@@ -728,8 +728,8 @@ sub source_scan_directory ...@@ -728,8 +728,8 @@ sub source_scan_directory
$basename=$target_name; $basename=$target_name;
push @exe_list,$target; push @exe_list,$target;
} }
# This is the default link list of Visual Studio, except for uuid and # This is the default link list of Visual Studio, except odbccp32
# odbccp32 which we don't have in Wine. Also I add ntdll which seems # which we don't have in Wine. Also I add ntdll which seems
# necessary for Winelib. # 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); 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; @$target[$T_IMPORTS]=\@std_imports;
...@@ -2249,7 +2249,7 @@ then ...@@ -2249,7 +2249,7 @@ then
fi fi
CFLAGS="$CFLAGS -fPIC" 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(DLL_LINK)
AC_SUBST(LDSHARED) AC_SUBST(LDSHARED)
......
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