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

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


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

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

tzres: Build in data-only mode.

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

---

 dlls/tzres/Makefile.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dlls/tzres/Makefile.in b/dlls/tzres/Makefile.in
index 86e5bcdbf7b..8d4710e7b78 100644
--- a/dlls/tzres/Makefile.in
+++ b/dlls/tzres/Makefile.in
@@ -1,2 +1,5 @@
 MODULE = tzres.dll
+
+EXTRADLLFLAGS = -Wb,--data-only
+
 RC_SRCS = tzres.rc




More information about the wine-cvs mailing list