imgtools/romtools/rofsbuild/rofsbuild.cpp
changeset 617 3a747a240983
parent 609 f76e0f94b7ab
child 626 ac03b93ca9c4
equal deleted inserted replaced
616:24e4ef208cca 617:3a747a240983
    45 #define _alloca alloca
    45 #define _alloca alloca
    46 #endif
    46 #endif
    47 
    47 
    48 static const TInt RofsbuildMajorVersion=2;
    48 static const TInt RofsbuildMajorVersion=2;
    49 static const TInt RofsbuildMinorVersion=12;
    49 static const TInt RofsbuildMinorVersion=12;
    50 static const TInt RofsbuildPatchVersion=2;
    50 static const TInt RofsbuildPatchVersion=4;
    51 static TBool SizeSummary=EFalse;
    51 static TBool SizeSummary=EFalse;
    52 static TPrintType SizeWhere=EAlways;
    52 static TPrintType SizeWhere=EAlways;
    53 
    53 
    54 static TInt gHeaderType=1;			// EPOC header
    54 static TInt gHeaderType=1;			// EPOC header
    55 static TInt MAXIMUM_THREADS = 128;
    55 static TInt MAXIMUM_THREADS = 128;