Browse Source

[cs] Ignore sys.db.Sqlite / AdoNet from ImportAll

Cauê Waneck 10 years ago
parent
commit
7c4322ecb4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      extra/ImportAll.hx

+ 1 - 0
extra/ImportAll.hx

@@ -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) )