diff --git a/scripts/texturev.lua b/scripts/texturev.lua index f73a7295d..2bf9b99cd 100644 --- a/scripts/texturev.lua +++ b/scripts/texturev.lua @@ -117,24 +117,6 @@ project ("texturev") "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"