Alexandre Julliard : olepro32: Build with msvcrt.
Module: wine Branch: master Commit: 7e2df6ed13cc716554851c1a297766a8fbe92724 URL: https://source.winehq.org/git/wine.git/?a=commit;h=7e2df6ed13cc716554851c1a2... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jun 18 09:00:17 2019 +0200 olepro32: Build with msvcrt. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/olepro32/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/olepro32/Makefile.in b/dlls/olepro32/Makefile.in index 032fdbd..4ff5afc 100644 --- a/dlls/olepro32/Makefile.in +++ b/dlls/olepro32/Makefile.in @@ -2,6 +2,8 @@ MODULE = olepro32.dll IMPORTLIB = olepro32 IMPORTS = oleaut32 +EXTRADLLFLAGS = -mno-cygwin + C_SRCS = olepro32stubs.c IDL_SRCS = olepro.idl
participants (1)
-
Alexandre Julliard