Alexandre Julliard : fntcache: Build with msvcrt.

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


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

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

fntcache: Build with msvcrt.

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

---

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

diff --git a/dlls/fntcache/Makefile.in b/dlls/fntcache/Makefile.in
index 4d5342c..8e791a3 100644
--- a/dlls/fntcache/Makefile.in
+++ b/dlls/fntcache/Makefile.in
@@ -1,5 +1,7 @@
 MODULE    = fntcache.dll
 IMPORTS   = advapi32
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	main.c




More information about the wine-cvs mailing list