imgtools/romtools/rofsbuild/rofsbuild.cpp
changeset 671 ff8ff850b0cf
parent 662 60be34e1b006
child 691 9eeecb73a5d4
equal deleted inserted replaced
670:46ea84d14897 671:ff8ff850b0cf
    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=1;
    52 static const TInt RofsbuildPatchVersion=2;
    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;