mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-08-03 22:25:33 +02:00
use the undocumented linker flag to prevent adding the MSVC Rich Header
This commit is contained in:
parent
40ef939ad9
commit
b69973a37d
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ set "common_compiler_args_64=%common_compiler_args%"
|
|||
|
||||
:: "win" variables are used to build .dll and /SUBSYTEM:WINDOWS applications,
|
||||
:: "exe" variables are used to build pure console applications
|
||||
set "common_linker_args=/DYNAMICBASE /ERRORREPORT:NONE /NOLOGO"
|
||||
set "common_linker_args=/DYNAMICBASE /ERRORREPORT:NONE /NOLOGO /emittoolversioninfo:no"
|
||||
set "common_win_linker_args_32=%common_linker_args%"
|
||||
set "common_win_linker_args_64=%common_linker_args%"
|
||||
set "common_exe_linker_args_32=%common_linker_args%"
|
||||
|
|
Loading…
Add table
Reference in a new issue