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