mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
[WELCOME] Silence useless editbin warning LNK4241
This commit is contained in:
parent
06b6833cf1
commit
5efe123d5f
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue