[WELCOME] Silence useless editbin warning LNK4241

This commit is contained in:
Hermès Bélusca-Maïto 2024-07-04 17:13:02 +02:00
parent 06b6833cf1
commit 5efe123d5f
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

View file

@ -18,7 +18,7 @@ if(ARCH STREQUAL "i386")
#
add_custom_command(
TARGET welcome POST_BUILD
COMMAND editbin.exe /NOLOGO /SUBSYSTEM:WINDOWS,4.00 $<TARGET_FILE:welcome>
COMMAND editbin.exe /NOLOGO /SUBSYSTEM:WINDOWS,4.00 $<TARGET_FILE:welcome> > NUL
VERBATIM)
else()
# The binutils linker does not set a lower limit on the subsystem.