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_string_globals
#define have_Src_string_globals
extern mod_import_function char*dupstring _((const char*s));
extern mod_import_function char*ztrdup _((const char*s));
extern mod_import_function char*tricat _((char const*s1,char const*s2,char const*s3));
extern mod_import_function char*zhtricat _((char const*s1,char const*s2,char const*s3));
extern mod_import_function char*dyncat _((char*s1,char*s2));
extern mod_import_function char*bicat _((const char*s1,const char*s2));
extern mod_import_function char*dupstrpfx _((const char*s,int len));
extern mod_import_function char*ztrduppfx _((const char*s,int len));
extern mod_import_function char*appstr _((char*base,char const*append));
extern mod_import_function char*strend _((char*str));
#endif /* !have_Src_string_globals */