Alexandre Julliard : normaliz: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Mon Jun 17 15:54:19 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jun 17 09:25:44 2019 +0200

normaliz: Build with msvcrt.

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

---

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

diff --git a/dlls/normaliz/Makefile.in b/dlls/normaliz/Makefile.in
index f5af896..444c168 100644
--- a/dlls/normaliz/Makefile.in
+++ b/dlls/normaliz/Makefile.in
@@ -1,5 +1,7 @@
 MODULE    = normaliz.dll
 IMPORTLIB = normaliz
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	normaliz.c




More information about the wine-cvs mailing list