private IRTSDefine.Error onCompileBuild(IRTSEngine lib) { if (mCompileList.length() > 0) { IRTSLinker l = mCompileList.removeLast(); mTempLinker = l; if (l != null) { return(l.onCompile(mCompileList)); } else { return(0); } } else { mCompile = false; return(0); } }