equal
deleted
inserted
replaced
31 const TInt KRomLoaderHeaderEPOC=1; |
31 const TInt KRomLoaderHeaderEPOC=1; |
32 const TInt KRomLoaderHeaderCOFF=2; |
32 const TInt KRomLoaderHeaderCOFF=2; |
33 |
33 |
34 static const TInt RombuildMajorVersion=2; |
34 static const TInt RombuildMajorVersion=2; |
35 static const TInt RombuildMinorVersion=18; |
35 static const TInt RombuildMinorVersion=18; |
36 static const TInt RombuildPatchVersion=3; |
36 static const TInt RombuildPatchVersion=4; |
37 static TBool SizeSummary=EFalse; |
37 static TBool SizeSummary=EFalse; |
38 static TPrintType SizeWhere=EAlways; |
38 static TPrintType SizeWhere=EAlways; |
39 static string compareROMName = ""; |
39 static string compareROMName = ""; |
40 static TInt MAXIMUM_THREADS = 128; |
40 static TInt MAXIMUM_THREADS = 128; |
41 static TInt DEFAULT_THREADS = 8; |
41 static TInt DEFAULT_THREADS = 8; |