mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-12-26 10:24:14 +08:00
use the undocumented linker flag to prevent adding the MSVC Rich Header
This commit is contained in:
parent
40ef939ad9
commit
b69973a37d
@ -164,7 +164,7 @@ set "common_compiler_args_64=%common_compiler_args%"
|
|||||||
|
|
||||||
:: "win" variables are used to build .dll and /SUBSYTEM:WINDOWS applications,
|
:: "win" variables are used to build .dll and /SUBSYTEM:WINDOWS applications,
|
||||||
:: "exe" variables are used to build pure console 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_32=%common_linker_args%"
|
||||||
set "common_win_linker_args_64=%common_linker_args%"
|
set "common_win_linker_args_64=%common_linker_args%"
|
||||||
set "common_exe_linker_args_32=%common_linker_args%"
|
set "common_exe_linker_args_32=%common_linker_args%"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user