Huw Davies : shell32: On macOS don't link against CoreServices.
Module: wine Branch: master Commit: 4da35deaa28c7dfea2c783a98bb94b307e7b0990 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4da35deaa28c7dfea2c783a98... Author: Huw Davies <huw(a)codeweavers.com> Date: Mon Jul 15 15:04:16 2019 +0100 shell32: On macOS don't link against CoreServices. This has not been required since commit efac5d0672728f1b6d85d28aafced14223aecf16. Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/shell32/Makefile.in | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in index 20365b9..fe49bf0 100644 --- a/dlls/shell32/Makefile.in +++ b/dlls/shell32/Makefile.in @@ -3,7 +3,6 @@ MODULE = shell32.dll IMPORTLIB = shell32 IMPORTS = uuid shlwapi user32 gdi32 advapi32 DELAYIMPORTS = ole32 oleaut32 shdocvw version comctl32 gdiplus -EXTRALIBS = $(CORESERVICES_LIBS) # AUTHORS file is in the top-level directory EXTRAINCL = -I$(top_srcdir)
participants (1)
-
Alexandre Julliard