Rework addition of Symbian splash screen to reduce the source impact (uses SVG from Bug 2414)
Notes: by using the OPTION SOURCEDIR parameter in the mifconv extension instructions, I can
arrange to use the same source file name in sfimage, without having to export over the original
Nokia file. This means that the name inside splashscreen.mbg is the same, which removes the need
for the conditional compilation in SplashScreen.cpp, and gets rid of sf_splashscreen.mmp.
/* Generated automatically */
#ifndef have_Src_options_globals
#define have_Src_options_globals
extern int emulation;
extern mod_import_variable char opts[OPT_SIZE];
extern mod_import_variable HashTable optiontab;
extern void createoptiontable _((void));
extern void emulate _((const char*zsh_name,int fully));
extern int bin_setopt _((char*nam,char**args,UNUSED(Options ops),int isun));
extern mod_import_function int optlookup _((char const*name));
extern int optlookupc _((char c));
extern mod_import_function int dosetopt _((int optno,int value,int force));
extern char*dashgetfn _((UNUSED(Param pm)));
extern void printoptionstates _((int hadplus));
extern void printoptionlist _((void));
#endif /* !have_Src_options_globals */