Alexandre Julliard : fontsub: Build with msvcrt.
4 Jun
2019
4 Jun
'19
9:28 p.m.
Module: wine Branch: master Commit: d0416d9bc6d7def9279a707ae5b7a6e3ec26f805 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d0416d9bc6d7def9279a707ae... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jun 4 09:10:21 2019 +0200 fontsub: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/fontsub/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/fontsub/Makefile.in b/dlls/fontsub/Makefile.in index ac323b5..c1b36e6 100644 --- a/dlls/fontsub/Makefile.in +++ b/dlls/fontsub/Makefile.in @@ -1,4 +1,6 @@ MODULE = fontsub.dll +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ main.c
2479
Age (days ago)
2479
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard