From 35b19a4e71a79c623268a387482cd0dd4c121e94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20K=C3=B6ppe?= Date: Sun, 23 Nov 2003 21:59:41 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5382 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- CHANGES.current | 10 ++++++++++ Runtime/.cvsignore | 11 +++++++---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGES.current b/CHANGES.current index 7043c4f69..a268e389b 100644 --- a/CHANGES.current +++ b/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/Runtime/.cvsignore b/Runtime/.cvsignore index 59a9e8d75..4eecd03e4 100644 --- a/Runtime/.cvsignore +++ b/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