Alexandre Julliard : rundll.exe: Build with msvcrt.
Module: wine Branch: master Commit: 2e45ce1326bc9cffb140755b0503ff2a00cc887f URL: https://source.winehq.org/git/wine.git/?a=commit;h=2e45ce1326bc9cffb140755b0... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue May 21 17:54:15 2019 +0200 rundll.exe: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)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
participants (1)
-
Alexandre Julliard