From 53fcf8344082170bc61bcfe4b226720d372f97ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D1=80=D0=B0=D0=BD=D0=B8=D0=BC=D0=B8=D1=80=20=D0=9A?= =?UTF-8?q?=D0=B0=D1=80=D0=B0=D1=9F=D0=B8=D1=9B?= Date: Sat, 27 Apr 2019 07:40:12 -0700 Subject: [PATCH] Cleanup. --- scripts/texturev.lua | 18 ------------------ 1 file changed, 18 deletions(-) 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"