Alexandre Julliard : uninstaller: Build with msvcrt.

Alexandre Julliard julliard at winehq.org
Wed May 1 16:37:06 CDT 2019


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed May  1 10:40:32 2019 +0200

uninstaller: Build with msvcrt.

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

---

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

diff --git a/programs/uninstaller/Makefile.in b/programs/uninstaller/Makefile.in
index c6ba39f..146e620 100644
--- a/programs/uninstaller/Makefile.in
+++ b/programs/uninstaller/Makefile.in
@@ -1,8 +1,9 @@
 MODULE    = uninstaller.exe
-APPMODE   = -mconsole -municode
 IMPORTS   = advapi32
 DELAYIMPORTS = shlwapi shell32 user32 gdi32
 
+EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
+
 C_SRCS = \
 	main.c
 




More information about the wine-cvs mailing list