[PATCH 0/1] MR3580: cscript: Build as CUI application.
16 Aug
16 Aug
2:08 p.m.
New subject: [PATCH 1/1] cscript: Build as CUI application.
From: Jacek Caban <jacek(a)codeweavers.com> --- programs/cscript/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/cscript/Makefile.in b/programs/cscript/Makefile.in index d87a28fcc54..7d3e74768f3 100644 --- a/programs/cscript/Makefile.in +++ b/programs/cscript/Makefile.in @@ -3,7 +3,7 @@ IMPORTS = uuid shell32 oleaut32 ole32 user32 advapi32 EXTRADEFS = -DCSCRIPT_BUILD PARENTSRC = ../wscript -EXTRADLLFLAGS = -mwindows -municode +EXTRADLLFLAGS = -mconsole -municode C_SRCS = \ arguments.c \ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/3580
857
Age (days ago)
857
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jacek Caban -
Jacek Caban (@jacek)