premake5: Wiki copyblasta typo.

This commit is contained in:
/dev/urandom 2016-01-04 02:14:14 +01:00
parent 6274dc46d7
commit e6a7cf190f
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -70,12 +70,12 @@ solution "iw4x"
configuration "Debug"
defines { "DEBUG" }
flags { "MultiProcessorCompile", "Symbols", "UndefinedIndentifiers", "No64BitChecks" }
flags { "MultiProcessorCompile", "Symbols", "UndefinedIdentifiers", "No64BitChecks" }
optimize "Debug"
configuration "DebugStatic"
defines { "NDEBUG" }
flags { "MultiProcessorCompile", "Symbols", "UndefinedIndentifiers", "StaticRuntime", "No64BitChecks" }
flags { "MultiProcessorCompile", "Symbols", "UndefinedIdentifiers", "StaticRuntime", "No64BitChecks" }
optimize "Debug"
configuration "Release"