Alexandre Julliard : control: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Mon Apr 29 16:08:49 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Apr 29 10:46:34 2019 +0200

control: Build with msvcrt.

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

---

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

diff --git a/programs/control/Makefile.in b/programs/control/Makefile.in
index 6efa1e5..c90fca4 100644
--- a/programs/control/Makefile.in
+++ b/programs/control/Makefile.in
@@ -1,5 +1,6 @@
 MODULE    = control.exe
-APPMODE   = -mwindows -municode
 IMPORTS   = shell32 user32
 
+EXTRADLLFLAGS = -mwindows -municode -mno-cygwin
+
 C_SRCS = control.c




More information about the wine-cvs mailing list