[PATCH 0/5] MR11350: Prefer native for more DLLs.
From: Elizabeth Figura <zfigura@codeweavers.com> No known redistributable exists for this DLL, so there is no point automatically preferring native for it. --- dlls/acledit/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/acledit/Makefile.in b/dlls/acledit/Makefile.in index dc396f3e385..fe62cc1f57b 100644 --- a/dlls/acledit/Makefile.in +++ b/dlls/acledit/Makefile.in @@ -1,6 +1,4 @@ MODULE = acledit.dll -EXTRADLLFLAGS = -Wb,--prefer-native - SOURCES = \ main.c -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11350
From: Elizabeth Figura <zfigura@codeweavers.com> No known redistributable exists for this DLL, so there is no point automatically preferring native for it. --- dlls/avrt/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/avrt/Makefile.in b/dlls/avrt/Makefile.in index 19ce3034a98..a76c61ab953 100644 --- a/dlls/avrt/Makefile.in +++ b/dlls/avrt/Makefile.in @@ -2,7 +2,5 @@ MODULE = avrt.dll IMPORTLIB = avrt IMPORTS = user32 -EXTRADLLFLAGS = -Wb,--prefer-native - SOURCES = \ main.c -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11350
From: Elizabeth Figura <zfigura@codeweavers.com> No known redistributable exists for this DLL, so there is no point automatically preferring native for it. --- dlls/connect/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/connect/Makefile.in b/dlls/connect/Makefile.in index e9518ca3273..9e5a89f4906 100644 --- a/dlls/connect/Makefile.in +++ b/dlls/connect/Makefile.in @@ -1,6 +1,4 @@ MODULE = connect.dll -EXTRADLLFLAGS = -Wb,--prefer-native - SOURCES = \ main.c -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11350
From: Elizabeth Figura <zfigura@codeweavers.com> No known redistributable exists for this DLL, so there is no point automatically preferring native for it. --- dlls/inkobj/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/inkobj/Makefile.in b/dlls/inkobj/Makefile.in index bc9f90577a5..0fe13a27a14 100644 --- a/dlls/inkobj/Makefile.in +++ b/dlls/inkobj/Makefile.in @@ -1,6 +1,4 @@ MODULE = inkobj.dll -EXTRADLLFLAGS = -Wb,--prefer-native - SOURCES = \ inkobj.c -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11350
From: Elizabeth Figura <zfigura@codeweavers.com> No known redistributable exists for this DLL, so there is no point automatically preferring native for it. --- dlls/magnification/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/magnification/Makefile.in b/dlls/magnification/Makefile.in index c557e688b4b..78adf646338 100644 --- a/dlls/magnification/Makefile.in +++ b/dlls/magnification/Makefile.in @@ -1,6 +1,4 @@ MODULE = magnification.dll -EXTRADLLFLAGS = -Wb,--prefer-native - SOURCES = \ main.c -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11350
I think the title is supposed to be "Prefer builtin for more DLLs." -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11350#note_145244
I think the title is supposed to be "Prefer builtin for more DLLs."
Yes, I mistyped that one. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/11350#note_145308
participants (3)
-
Afif An Nafie (@YupItzAfi) -
Elizabeth Figura -
Elizabeth Figura (@zfigura)