Alexandre Julliard : version: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Tue Jun 25 17:25:50 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jun 25 08:39:00 2019 +0200

version: Build with msvcrt.

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

---

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

diff --git a/dlls/version/Makefile.in b/dlls/version/Makefile.in
index e26069e..56acecb 100644
--- a/dlls/version/Makefile.in
+++ b/dlls/version/Makefile.in
@@ -2,6 +2,8 @@ MODULE    = version.dll
 IMPORTLIB = version
 IMPORTS   = kernelbase
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	version.c
 




More information about the wine-cvs mailing list