|
@@ -84,6 +84,7 @@ class ImportAll {
|
|
|
case "haxe.macro.ExampleJSGenerator","haxe.macro.Context", "haxe.macro.Compiler": if( !Context.defined("neko") ) continue;
|
|
|
case "haxe.remoting.SocketWrapper": if( !Context.defined("flash") ) continue;
|
|
|
case "haxe.remoting.SyncSocketConnection": if( !(Context.defined("neko") || Context.defined("php") || Context.defined("cpp")) ) continue;
|
|
|
+ case "sys.db.Sqlite" | "sys.db.Mysql" | "cs.db.AdoNet": continue;
|
|
|
}
|
|
|
Context.getModule(cl);
|
|
|
} else if( sys.FileSystem.isDirectory(p + "/" + file) )
|