Add CHICKEN code to the things that need to be built.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4317 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
28acc3cfbc
commit
1f7c52d5a1
6 changed files with 177 additions and 6 deletions
|
|
@ -47,6 +47,7 @@ extern "C" {
|
|||
Language *swig_pike(void);
|
||||
Language *swig_sexp(void);
|
||||
Language *swig_xml(void);
|
||||
Language *swig_chicken(void);
|
||||
}
|
||||
|
||||
struct swig_module {
|
||||
|
|
@ -60,6 +61,7 @@ struct swig_module {
|
|||
list sorted alphabetically. */
|
||||
|
||||
swig_module modules[] = {
|
||||
{"-chicken", swig_chicken, "CHICKEN"},
|
||||
{"-guile", swig_guile, "Guile"},
|
||||
{"-java", swig_java, "Java"},
|
||||
{"-mzscheme", swig_mzscheme, "Mzscheme"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue