imgtools/romtools/rombuild/rombuild.cpp
changeset 710 44ac166bbdbc
parent 700 c22eff170fac
child 713 7b7f0409fc00
equal deleted inserted replaced
709:1ec2202bb75b 710:44ac166bbdbc
    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;