[Premake] Fix project
This commit is contained in:
parent
b715c23134
commit
f891f1b503
@ -250,6 +250,7 @@ iw4mvm.setup
|
|||||||
}
|
}
|
||||||
|
|
||||||
workspace "iw4x"
|
workspace "iw4x"
|
||||||
|
startproject "iw4x"
|
||||||
location "./build"
|
location "./build"
|
||||||
objdir "%{wks.location}/obj"
|
objdir "%{wks.location}/obj"
|
||||||
targetdir "%{wks.location}/bin/%{cfg.buildcfg}"
|
targetdir "%{wks.location}/bin/%{cfg.buildcfg}"
|
||||||
@ -462,7 +463,7 @@ workspace "*"
|
|||||||
buildoptions {
|
buildoptions {
|
||||||
"/std:c++latest"
|
"/std:c++latest"
|
||||||
}
|
}
|
||||||
systemversion "10.0.17763.0"
|
systemversion "latest"
|
||||||
defines { "_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" }
|
defines { "_SILENCE_ALL_CXX17_DEPRECATION_WARNINGS" }
|
||||||
|
|
||||||
rule "ProtobufCompiler"
|
rule "ProtobufCompiler"
|
||||||
|
Loading…
Reference in New Issue
Block a user