Alexandre Julliard : rundll.exe: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Tue May 21 16:45:20 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue May 21 17:54:15 2019 +0200

rundll.exe: Build with msvcrt.

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

---

 programs/rundll.exe16/Makefile.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/programs/rundll.exe16/Makefile.in b/programs/rundll.exe16/Makefile.in
index 4ea0fe9..4abce90 100644
--- a/programs/rundll.exe16/Makefile.in
+++ b/programs/rundll.exe16/Makefile.in
@@ -1,4 +1,5 @@
 MODULE    = rundll.exe16
-APPMODE   = -mconsole -m16
+
+EXTRADLLFLAGS = -mconsole -m16 -mno-cygwin
 
 C_SRCS = rundll.c




More information about the wine-cvs mailing list