Alexandre Julliard : apphelp: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Mon May 27 14:50:21 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon May 27 15:51:01 2019 +0200

apphelp: Build with msvcrt.

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

---

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

diff --git a/dlls/apphelp/Makefile.in b/dlls/apphelp/Makefile.in
index 84f1133..b3c4de7 100644
--- a/dlls/apphelp/Makefile.in
+++ b/dlls/apphelp/Makefile.in
@@ -1,3 +1,5 @@
 MODULE = apphelp.dll
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = apphelp.c




More information about the wine-cvs mailing list