Alexandre Julliard : security: Build in data-only mode.

Alexandre Julliard julliard at winehq.org
Wed Feb 16 15:30:24 CST 2022


Module: wine
Branch: master
Commit: 40611a65e73eee2ff8ff8ff647572f93a7ffd4ba
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=40611a65e73eee2ff8ff8ff647572f93a7ffd4ba

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Feb 16 16:11:42 2022 +0100

security: Build in data-only mode.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/security/Makefile.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dlls/security/Makefile.in b/dlls/security/Makefile.in
index aa321ee3e5e..ff4a5a7363a 100644
--- a/dlls/security/Makefile.in
+++ b/dlls/security/Makefile.in
@@ -1,2 +1,4 @@
 MODULE    = security.dll
 IMPORTS   = secur32
+
+EXTRADLLFLAGS = -Wb,--data-only




More information about the wine-cvs mailing list