Connect the usual targets to an output sink.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7356 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matthias Köppe 2005-08-09 14:57:48 +00:00
commit aad197e2d0

View file

@ -70,6 +70,12 @@ public:
SWIG_exit(EXIT_FAILURE);
}
}
String *f_sink = NewString("");
Swig_register_filebyname("header",f_sink);
Swig_register_filebyname("wrapper",f_sink);
Swig_register_filebyname("runtime",f_sink);
Swig_register_filebyname("init",f_sink);
Language::top(n);
Printf( out, ";;; Lisp parse tree produced by SWIG\n" );
print_circle_hash = DohNewHash();