mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-16 06:12:25 -08:00
src/cmp/cmpmain.lsp: silence the program "mt" that embeds the manifest in a Windows executable.
This commit is contained in:
parent
6d54621001
commit
fe000b075a
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ the environment variable TMPDIR to a different value." template)))
|
|||
(manifest (probe-file manifest-namestring)))
|
||||
(when manifest
|
||||
(safe-system
|
||||
(format nil "mt -manifest ~S \"-outputresource:~A;~D\""
|
||||
(format nil "mt -nologo -manifest ~S \"-outputresource:~A;~D\""
|
||||
manifest-namestring
|
||||
(namestring real-file)
|
||||
(ecase type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue