imgtools/romtools/rofsbuild/rofsbuild.cpp
changeset 707 ccd52fece6ff
parent 671 ff8ff850b0cf
child 694 c3fbb20e86f0
equal deleted inserted replaced
690:c67de7b29582 707:ccd52fece6ff
    47 #define _alloca alloca
    47 #define _alloca alloca
    48 #endif
    48 #endif
    49 
    49 
    50 static const TInt RofsbuildMajorVersion=2;
    50 static const TInt RofsbuildMajorVersion=2;
    51 static const TInt RofsbuildMinorVersion=16;
    51 static const TInt RofsbuildMinorVersion=16;
    52 static const TInt RofsbuildPatchVersion=2;
    52 static const TInt RofsbuildPatchVersion=3;
    53 static TBool SizeSummary=EFalse;
    53 static TBool SizeSummary=EFalse;
    54 static TPrintType SizeWhere=EAlways;
    54 static TPrintType SizeWhere=EAlways;
    55 
    55 
    56 static TInt gHeaderType=1;			// EPOC header
    56 static TInt gHeaderType=1;			// EPOC header
    57 static TInt MAXIMUM_THREADS = 128;
    57 static TInt MAXIMUM_THREADS = 128;