disabled VS "security warnings" for functions like fopen
This commit is contained in:
parent
5aae7dd1a5
commit
d4d650c2c7
|
@ -5,7 +5,7 @@ workspace "Fencer-Template"
|
||||||
startproject "Game"
|
startproject "Game"
|
||||||
|
|
||||||
filter "system:windows"
|
filter "system:windows"
|
||||||
defines { "SDL_MAIN_HANDLED" }
|
defines { "SDL_MAIN_HANDLED", "_CRT_SECURE_NO_WARNINGS" }
|
||||||
buildoptions { "/EHsc", "/Zc:preprocessor" }
|
buildoptions { "/EHsc", "/Zc:preprocessor" }
|
||||||
|
|
||||||
OutputDir = "%{cfg.system}-%{cfg.architecture}/%{cfg.buildcfg}"
|
OutputDir = "%{cfg.system}-%{cfg.architecture}/%{cfg.buildcfg}"
|
||||||
|
|
Loading…
Reference in a new issue