Added _CRT_SECURE_NO_WARNINGS define to remove warnings for fopen

This commit is contained in:
Jordan Cristiano 2015-06-14 17:27:21 -04:00
parent cf4068fde7
commit c07678a37e
1 changed files with 2 additions and 0 deletions

View File

@ -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"