[PATCH 0/5] MR11047: Prefer builtin for more DLLs.
From: Elizabeth Figura <zfigura@codeweavers.com> Native cannot possibly work anyway. --- dlls/directmanipulation/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/directmanipulation/Makefile.in b/dlls/directmanipulation/Makefile.in index af884c3842b..144e893852d 100644 --- a/dlls/directmanipulation/Makefile.in +++ b/dlls/directmanipulation/Makefile.in @@ -1,8 +1,6 @@ MODULE = directmanipulation.dll IMPORTS = uuid -EXTRADLLFLAGS = -Wb,--prefer-native - SOURCES = \ directmanip.idl \ directmanipulation.c -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11047
From: Elizabeth Figura <zfigura@codeweavers.com> Native cannot possibly work anyway. --- dlls/feclient/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/feclient/Makefile.in b/dlls/feclient/Makefile.in index ce3fb7e491e..1895d5a7c7d 100644 --- a/dlls/feclient/Makefile.in +++ b/dlls/feclient/Makefile.in @@ -1,3 +1 @@ MODULE = feclient.dll - -EXTRADLLFLAGS = -Wb,--prefer-native -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11047
From: Elizabeth Figura <zfigura@codeweavers.com> Native cannot possibly work anyway. --- dlls/d3d8thk/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/d3d8thk/Makefile.in b/dlls/d3d8thk/Makefile.in index bb7fd643922..978094131af 100644 --- a/dlls/d3d8thk/Makefile.in +++ b/dlls/d3d8thk/Makefile.in @@ -1,6 +1,4 @@ MODULE = d3d8thk.dll -EXTRADLLFLAGS = -Wb,--prefer-native - VER_FILEDESCRIPTION_STR = "Wine d3d8thk" VER_PRODUCTVERSION = 5,3,2600,5512 -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11047
From: Elizabeth Figura <zfigura@codeweavers.com> Native cannot possibly work anyway. --- dlls/shcore/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/shcore/Makefile.in b/dlls/shcore/Makefile.in index fd07a9e1b51..ab438e8c191 100644 --- a/dlls/shcore/Makefile.in +++ b/dlls/shcore/Makefile.in @@ -3,7 +3,5 @@ IMPORTLIB = shcore IMPORTS = advapi32 DELAYIMPORTS = user32 ole32 -EXTRADLLFLAGS = -Wb,--prefer-native - SOURCES = \ main.c -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11047
From: Elizabeth Figura <zfigura@codeweavers.com> Native cannot possibly work anyway. --- dlls/userenv/Makefile.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlls/userenv/Makefile.in b/dlls/userenv/Makefile.in index 193232e9428..aa94f7bc96c 100644 --- a/dlls/userenv/Makefile.in +++ b/dlls/userenv/Makefile.in @@ -3,7 +3,5 @@ MODULE = userenv.dll IMPORTS = advapi32 IMPORTLIB = userenv -EXTRADLLFLAGS = -Wb,--prefer-native - SOURCES = \ userenv_main.c -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/11047
participants (2)
-
Elizabeth Figura -
Elizabeth Figura (@zfigura)