|
|
|
@ -100,6 +100,10 @@ function SetupNativeProject() |
|
|
|
filter { "system:windows" } |
|
|
|
filter { "system:windows" } |
|
|
|
defines { "WIN32", "_WINDOWS" } |
|
|
|
defines { "WIN32", "_WINDOWS" } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- For context: https://github.com/premake/premake-core/issues/935 |
|
|
|
|
|
|
|
filter {"system:windows", "action:vs*"} |
|
|
|
|
|
|
|
systemversion("latest") |
|
|
|
|
|
|
|
|
|
|
|
filter {} |
|
|
|
filter {} |
|
|
|
|
|
|
|
|
|
|
|
if os.istarget("linux") then |
|
|
|
if os.istarget("linux") then |
|
|
|
|