浏览代码

fix all.hxml

Simon Krajewski 9 年之前
父节点
当前提交
b86a067436
共有 2 个文件被更改,包括 7 次插入1 次删除
  1. 3 1
      extra/ImportAll.hx
  2. 4 0
      extra/all.hxml

+ 3 - 1
extra/ImportAll.hx

@@ -46,7 +46,9 @@ class ImportAll {
 		case "cs":
 			if( !Context.defined("cs") ) return;
 		case "python":
-			if( !Context.defined("python") ) return;
+			if ( !Context.defined("python") ) return;
+		case "hl":
+			if( !Context.defined("hl") ) return;
 		case "tools":
 			return;
 		case "build-tool":

+ 4 - 0
extra/all.hxml

@@ -44,6 +44,10 @@
 -python all_python
 -xml python.xml
 
+--next
+-hl all_hl
+-xml hl.xml
+
 --next
 
 -xml cross.xml