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_subst_globals
#define have_Src_subst_globals
extern char nulstring[];
extern mod_import_function void prefork _((LinkList list,int flags));
extern void quotesubst _((char*str));
extern mod_import_function void globlist _((LinkList list,int nountok));
extern mod_import_function void singsub _((char**s));
extern mod_import_function void filesub _((char**namptr,int assign));
extern mod_import_function int filesubstr _((char**namptr,int assign));
extern int strpcmp _((const void*a,const void*b));
extern int invstrpcmp _((const void*a,const void*b));
extern int cstrpcmp _((const void*a,const void*b));
extern int invcstrpcmp _((const void*a,const void*b));
extern int nstrpcmp _((const void*a,const void*b));
extern int invnstrpcmp _((const void*a,const void*b));
extern int instrpcmp _((const void*a,const void*b));
extern int invinstrpcmp _((const void*a,const void*b));
extern char*get_strarg _((char*s));
extern LinkNode paramsubst _((LinkList l,LinkNode n,char**str,int qt,int ssub));
extern void modify _((char**str,char**ptr));
#endif /* !have_Src_subst_globals */