20 Jun
2019
20 Jun
'19
9:04 p.m.
Module: wine Branch: master Commit: 1ee679779e6b0d9353e794308be06bcd9accf5c8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1ee679779e6b0d9353e794308... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Jun 20 09:10:17 2019 +0200 sfc: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/sfc/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/sfc/Makefile.in b/dlls/sfc/Makefile.in index 1d4916e..942d801 100644 --- a/dlls/sfc/Makefile.in +++ b/dlls/sfc/Makefile.in @@ -2,4 +2,6 @@ MODULE = sfc.dll IMPORTLIB = sfc IMPORTS = sfc_os +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = sfc_main.c