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

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


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

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

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

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

---

 dlls/msvcrt40/Makefile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dlls/msvcrt40/Makefile.in b/dlls/msvcrt40/Makefile.in
index 57bca5b..aab9e21 100644
--- a/dlls/msvcrt40/Makefile.in
+++ b/dlls/msvcrt40/Makefile.in
@@ -1,6 +1,7 @@
 EXTRADEFS = -DUSE_MSVCRT_PREFIX
 MODULE    = msvcrt40.dll
-IMPORTS   = msvcrt
+
+EXTRADLLFLAGS = -mno-cygwin
 
 C_SRCS = \
 	msvcrt40.c




More information about the wine-cvs mailing list