Added _CRT_SECURE_NO_WARNINGS define to remove warnings for fopen
This commit is contained in:
parent
cf4068fde7
commit
c07678a37e
|
@ -6,6 +6,8 @@ solution "demboyz"
|
|||
configurations { "Debug", "Release" }
|
||||
platforms "x32"
|
||||
flags { "MultiProcessorCompile", "Symbols" }
|
||||
|
||||
defines "_CRT_SECURE_NO_WARNINGS"
|
||||
|
||||
-- GCC specific build options.
|
||||
configuration "gmake"
|
||||
|
|
Loading…
Reference in New Issue
Block a user