Added configuration file for Guile.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@713 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Matthias Köppe 2000-08-29 08:50:34 +00:00
commit 2fd0d3f570
2 changed files with 9 additions and 1 deletions

7
Lib/guile/guile.i Normal file
View file

@ -0,0 +1,7 @@
/* SWIG Configuration File for Guile.
This file is parsed by SWIG before reading any other interface
file. */
/* Read in standard typemaps. */
%include "typemaps.i"

View file

@ -147,9 +147,10 @@ GUILE::parse_args (int argc, char *argv[])
}
/* Add a symbol for this module */
Preprocessor_define ((void *) "SWIGGUILE",0);
/* Read in default typemaps */
SWIG_config_file("guile.i");
}
// --------------------------------------------------------------------