Explorar el Código

Removed obsolete platform.

Branimir Karadžić hace 8 años
padre
commit
96fedd11b0
Se han modificado 2 ficheros con 3 adiciones y 22 borrados
  1. 3 4
      scripts/bgfx.lua
  2. 0 18
      scripts/genie.lua

+ 3 - 4
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"),
 			}
 

+ 0 - 18
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"