浏览代码

Added asmjs target.

Branimir Karadžić 11 年之前
父节点
当前提交
97edc7028e
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      premake/premake4.lua

+ 4 - 0
premake/premake4.lua

@@ -103,6 +103,10 @@ function exampleProject(_name, _uuid)
 			"pthread",
 			"pthread",
 		}
 		}
 
 
+	configuration { "asmjs" }
+		kind "ConsoleApp"
+		targetextension ".bc"
+
 	configuration { "linux-*" }
 	configuration { "linux-*" }
 		links {
 		links {
 			"X11",
 			"X11",