Alexandre Julliard : fontsub: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Tue Jun 4 16:28:12 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun  4 09:10:21 2019 +0200

fontsub: Build with msvcrt.

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

---

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

diff --git a/dlls/fontsub/Makefile.in b/dlls/fontsub/Makefile.in
index ac323b5..c1b36e6 100644
--- a/dlls/fontsub/Makefile.in
+++ b/dlls/fontsub/Makefile.in
@@ -1,4 +1,6 @@
 MODULE = fontsub.dll
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	main.c




More information about the wine-cvs mailing list