Alexandre Julliard : rpcss: Build with msvcrt.

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


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

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

rpcss: Build with msvcrt.

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

---

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

diff --git a/programs/rpcss/Makefile.in b/programs/rpcss/Makefile.in
index 79895af..6ccb5e9 100644
--- a/programs/rpcss/Makefile.in
+++ b/programs/rpcss/Makefile.in
@@ -1,7 +1,8 @@
 MODULE    = rpcss.exe
-APPMODE   = -mconsole -municode
 IMPORTS   = rpcrt4 advapi32
 
+EXTRADLLFLAGS = -mconsole -municode -mno-cygwin
+
 C_SRCS = \
 	epmp.c \
 	irotp.c \




More information about the wine-cvs mailing list