Browse Source

fix all.hxml

Simon Krajewski 9 years ago
parent
commit
b86a067436
2 changed files with 7 additions and 1 deletions
  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":
 		case "cs":
 			if( !Context.defined("cs") ) return;
 			if( !Context.defined("cs") ) return;
 		case "python":
 		case "python":
-			if( !Context.defined("python") ) return;
+			if ( !Context.defined("python") ) return;
+		case "hl":
+			if( !Context.defined("hl") ) return;
 		case "tools":
 		case "tools":
 			return;
 			return;
 		case "build-tool":
 		case "build-tool":

+ 4 - 0
extra/all.hxml

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