Alexandre Julliard : version: Build with msvcrt.
25 Jun
2019
25 Jun
'19
10:25 p.m.
Module: wine Branch: master Commit: ecce06841d54c07a64e741297abbe8e73f2bb854 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ecce06841d54c07a64e741297... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jun 25 08:39:00 2019 +0200 version: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/version/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/version/Makefile.in b/dlls/version/Makefile.in index e26069e..56acecb 100644 --- a/dlls/version/Makefile.in +++ b/dlls/version/Makefile.in @@ -2,6 +2,8 @@ MODULE = version.dll IMPORTLIB = version IMPORTS = kernelbase +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ version.c
2459
Age (days ago)
2459
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard