diff --git a/SWIG/CHANGES.current b/SWIG/CHANGES.current index 7043c4f69..a268e389b 100644 --- a/SWIG/CHANGES.current +++ b/SWIG/CHANGES.current @@ -1,6 +1,16 @@ Version 1.3.20 (In progress) ============================ +11/23/2003: mkoeppe (Matthias Koeppe) + Add a generated script "preinst-swig", which can be used + to invoke SWIG before it has been installed. It arranges + that the runtime libraries from the source directory are + used. + +11/23/2003: mkoeppe (Matthias Koeppe) + [Guile] In -gh mode, don't forget to call SWIG_Guile_Init. + Add a SWIG_contract_assert macro. + 11/23/2003: mkoeppe (Matthias Koeppe) [MzScheme] Update the configure check for the dynext object to work with MzScheme 205. diff --git a/SWIG/Runtime/.cvsignore b/SWIG/Runtime/.cvsignore index 59a9e8d75..4eecd03e4 100644 --- a/SWIG/Runtime/.cvsignore +++ b/SWIG/Runtime/.cvsignore @@ -1,16 +1,19 @@ .deps .libs +Debug Makefile Makefile.in +Release lib*.c -lib*.lo lib*.la -swig*.dsw +lib*.lo swig*.dll +swig*.dsw swig*.exp swig*.lib swig*.ncb swig*.opt swig*.plg -Release -Debug +swigrun.pm +swigrun.py +swigrun.scm