Removed obsolete platform.

This commit is contained in:
Branimir Karadžić 2017-12-18 20:23:18 -08:00
parent b6351e9534
commit 96fedd11b0
2 changed files with 3 additions and 22 deletions

View File

@ -147,11 +147,10 @@ function bgfxProjectBase(_kind, _defines)
"-weak_framework MetalKit", "-weak_framework MetalKit",
} }
configuration { "not nacl", "not linux-steamlink", "not NX32", "not NX64" } configuration { "not linux-steamlink", "not NX32", "not NX64" }
includedirs { includedirs {
--nacl has GLES2 headers modified... -- steamlink has EGL headers modified...
--steamlink has EGL headers modified... -- NX has EGL headers modified...
--NX has EGL headers modified...
path.join(BGFX_DIR, "3rdparty/khronos"), path.join(BGFX_DIR, "3rdparty/khronos"),
} }

View File

@ -274,24 +274,6 @@ function exampleProjectDefaults()
"GLESv2", "GLESv2",
} }
configuration { "nacl*" }
kind "ConsoleApp"
targetextension ".nexe"
links {
"ppapi",
"ppapi_gles2",
"pthread",
}
configuration { "pnacl" }
kind "ConsoleApp"
targetextension ".pexe"
links {
"ppapi",
"ppapi_gles2",
"pthread",
}
configuration { "asmjs" } configuration { "asmjs" }
kind "ConsoleApp" kind "ConsoleApp"
targetextension ".bc" targetextension ".bc"