Update to SWIG 1.3.22.

* wrap/python/libpy.c: Delete.
* wrap/python/swigpy.i: New file.
* wrap/python/Makefile.am (swigpy_wrap.c): Build this from swigpy.i
and use it instead of libpy.c.
This commit is contained in:
Alexandre Duret-Lutz 2004-09-20 16:35:46 +00:00
parent b4065d9083
commit f0aa58034c
5 changed files with 26 additions and 750 deletions

View file

@ -1,5 +1,11 @@
2004-09-20 Alexandre Duret-Lutz <adl@src.lip6.fr>
Update to SWIG 1.3.22.
* wrap/python/libpy.c: Delete.
* wrap/python/swigpy.i: New file.
* wrap/python/Makefile.am (swigpy_wrap.c): Build this from swigpy.i
and use it instead of libpy.c.
* INSTALL, lbtt/INSTALL: New upstream version.
2004-09-14 Thomas Martinez <martinez@src.lip6.fr>