imgtools/romtools/rofsbuild/rofsbuild.cpp
changeset 609 f76e0f94b7ab
parent 607 378360dbbdba
child 617 3a747a240983
equal deleted inserted replaced
608:690cd13b97a9 609:f76e0f94b7ab
    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=0;
    50 static const TInt RofsbuildPatchVersion=2;
    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;