Merge commit

This commit is contained in:
/dev/urandom 2016-08-15 23:26:27 +02:00
commit 2530457eb6
No known key found for this signature in database
GPG Key ID: 41322B973E0F295E

View File

@ -195,6 +195,7 @@ workspace "iw4x"
project "iw4x"
kind "SharedLib"
language "C++"
flags { "C++14" }
files {
"./src/**.rc",
"./src/**.hpp",
@ -286,7 +287,10 @@ workspace "iw4x"
flags { "UndefinedIdentifiers", "ExtraWarnings" }
configuration "Release*"
flags { "FatalCompileWarnings" }
flags {
"FatalCompileWarnings",
"FatalLinkWarnings",
}
configuration {}
-- Generate source code from protobuf definitions