Alexandre Julliard : msvcp80: Use the standard -mno-cygwin build flag.

Alexandre Julliard julliard at winehq.org
Thu May 16 16:26:57 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu May 16 14:52:56 2019 +0200

msvcp80: Use the standard -mno-cygwin build flag.

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

---

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

diff --git a/dlls/msvcp80/Makefile.in b/dlls/msvcp80/Makefile.in
index c541c1b..22a18fc 100644
--- a/dlls/msvcp80/Makefile.in
+++ b/dlls/msvcp80/Makefile.in
@@ -3,6 +3,8 @@ IMPORTS   = msvcr80
 EXTRADEFS = -D_MSVCP_VER=80
 PARENTSRC = ../msvcp90
 
+EXTRADLLFLAGS = -mno-cygwin
+
 C_SRCS = \
 	exception.c \
 	ios.c \




More information about the wine-cvs mailing list