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

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


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

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

shdoclc: Build in data-only mode.

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

---

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

diff --git a/dlls/shdoclc/Makefile.in b/dlls/shdoclc/Makefile.in
index 366368c09c9..33d975304d8 100644
--- a/dlls/shdoclc/Makefile.in
+++ b/dlls/shdoclc/Makefile.in
@@ -1,3 +1,5 @@
 MODULE    = shdoclc.dll
 
+EXTRADLLFLAGS = -Wb,--data-only
+
 RC_SRCS = shdoclc.rc




More information about the wine-cvs mailing list