imgtools/romtools/rombuild/rombuild.cpp
changeset 699 9ca650050cf0
parent 675 02e65118a746
child 700 c22eff170fac
equal deleted inserted replaced
693:9dfe674c217c 699:9ca650050cf0
    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=4;
    36 static const TInt RombuildPatchVersion=5;
    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;