2
0
Simon Krajewski 9 жил өмнө
parent
commit
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