Merge commit
This commit is contained in:
commit
2530457eb6
@ -195,6 +195,7 @@ workspace "iw4x"
|
|||||||
project "iw4x"
|
project "iw4x"
|
||||||
kind "SharedLib"
|
kind "SharedLib"
|
||||||
language "C++"
|
language "C++"
|
||||||
|
flags { "C++14" }
|
||||||
files {
|
files {
|
||||||
"./src/**.rc",
|
"./src/**.rc",
|
||||||
"./src/**.hpp",
|
"./src/**.hpp",
|
||||||
@ -286,7 +287,10 @@ workspace "iw4x"
|
|||||||
flags { "UndefinedIdentifiers", "ExtraWarnings" }
|
flags { "UndefinedIdentifiers", "ExtraWarnings" }
|
||||||
|
|
||||||
configuration "Release*"
|
configuration "Release*"
|
||||||
flags { "FatalCompileWarnings" }
|
flags {
|
||||||
|
"FatalCompileWarnings",
|
||||||
|
"FatalLinkWarnings",
|
||||||
|
}
|
||||||
configuration {}
|
configuration {}
|
||||||
|
|
||||||
-- Generate source code from protobuf definitions
|
-- Generate source code from protobuf definitions
|
||||||
|
Loading…
Reference in New Issue
Block a user