@@ -54,6 +54,8 @@ class ImportAll {
if( !Context.defined("cs") ) return;
case "tools":
return;
+ case "build-tool":
+ return;
}
for( p in Context.getClassPath() ) {
if( p == "/" )
@@ -90,4 +92,4 @@ class ImportAll {
-}
+}
@@ -47,6 +47,7 @@
-D unsafe
-xml cs.xml
-D xmldoc
+--macro exclude('haxe._Int64',true)
--next