From 96fedd11b0a6e5317e7768cac4ee98c20e508a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 18 Dec 2017 20:23:18 -0800 Subject: [PATCH] Removed obsolete platform. --- scripts/bgfx.lua | 7 +++---- scripts/genie.lua | 18 ------------------ 2 files changed, 3 insertions(+), 22 deletions(-) diff --git a/scripts/bgfx.lua b/scripts/bgfx.lua index 20ace6913..b8d21ff7f 100644 --- a/scripts/bgfx.lua +++ b/scripts/bgfx.lua @@ -147,11 +147,10 @@ function bgfxProjectBase(_kind, _defines) "-weak_framework MetalKit", } - configuration { "not nacl", "not linux-steamlink", "not NX32", "not NX64" } + configuration { "not linux-steamlink", "not NX32", "not NX64" } includedirs { - --nacl has GLES2 headers modified... - --steamlink has EGL headers modified... - --NX has EGL headers modified... + -- steamlink has EGL headers modified... + -- NX has EGL headers modified... path.join(BGFX_DIR, "3rdparty/khronos"), } diff --git a/scripts/genie.lua b/scripts/genie.lua index 78da3b6b2..fa2ab75c0 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -274,24 +274,6 @@ function exampleProjectDefaults() "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" } kind "ConsoleApp" targetextension ".bc"