--- a/imgtools/romtools/rombuild/r_areaset.cpp Wed Jul 14 14:50:01 2010 +0100
+++ b/imgtools/romtools/rombuild/r_areaset.cpp Tue Jul 20 15:02:28 2010 +0800
@@ -303,8 +303,6 @@
iFirstPagedCode = normal[0];
Print(ELog,"\n");
- if(gGenDepGraph)
- WriteDependenceGraph();
return KErrNone;
}
@@ -313,7 +311,7 @@
TDepInfoList::iterator infoIt;
TStringList::iterator strIt;
TDepInfoList myDepInfoList;
- TRomBuilderEntry* e = iFirstPagedCode;
+ TRomBuilderEntry* e = iFiles;
char buffer[255];
TInt count = 0;
TStringList nameList;
@@ -332,7 +330,7 @@
e = e->iNextInArea;
count++;
}
- e = iFirstPagedCode;
+ e = iFiles;
count = 0;
while(e) {
TRomNode* rn = e->iRomNode;