following Bill's labels patch, we add swiglabels.swg

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7015 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-02-28 23:59:12 +00:00
commit b5875c21bb
5 changed files with 165 additions and 184 deletions

View file

@ -294,6 +294,15 @@ static void SWIG_dump_runtime() {
}
Swig_banner(runtime);
s = Swig_include_sys("swiglabels.swg");
if (!s) {
Printf(stderr, "*** Unable to open 'swiglabels.swg'\n");
Close(runtime);
SWIG_exit(EXIT_FAILURE);
}
Printf(runtime, "%s", s);
Delete(s);
s = Swig_include_sys("swigrun.swg");
if (!s) {