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:
parent
969859575f
commit
aad197e2d0
1 changed files with 6 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue