Merge commit
This commit is contained in:
commit
2530457eb6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user