mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-25 05:05:40 +00:00
premake: disabled SAFESEH
This commit is contained in:
parent
e952d3e624
commit
be7e94981a
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ project "re3"
|
||||||
targetdir "bin/%{cfg.buildcfg}"
|
targetdir "bin/%{cfg.buildcfg}"
|
||||||
targetextension ".dll"
|
targetextension ".dll"
|
||||||
characterset ("MBCS")
|
characterset ("MBCS")
|
||||||
|
linkoptions "/SAFESEH:NO"
|
||||||
|
|
||||||
filter "configurations:Debug"
|
filter "configurations:Debug"
|
||||||
defines { "DEBUG" }
|
defines { "DEBUG" }
|
||||||
|
|
Loading…
Reference in a new issue