Commit graph

20 commits

Author SHA1 Message Date
Dave Beazley
94fa335b14 mzscheme patch.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5484 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-12-04 21:28:01 +00:00
Matthias Köppe
cf1cce4894 Add a generated script "preinst-swig", which can be used
to invoke SWIG before it has been installed.

Use it to build the runtime libs.  This enables out-of-source builds
again.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5381 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-23 21:50:27 +00:00
Matthias Köppe
1bee2e6aa5 Use swig -runtime also to generate the Guile libraries.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5380 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-23 20:31:32 +00:00
Dave Beazley
26b1c100d0 Minor fixes for Ruby, mzscheme, etc.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5366 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-22 22:38:25 +00:00
Art Yerkes
fb759ac282 Added -I for tcl, per5 and python runtime lib targets.
This problem might have gone unnoticed, since it disappears after the user
has done 'make install'.  It appears that the files are searched for in the
system include dir, but not the local one.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5365 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-21 22:48:04 +00:00
Dave Beazley
7d83b3627a Changes to way runtime libraries are built. swig -runtime -lang swigrun.i used to
generate a runtime module.  That module is then linked into a runtime library as
before.

Note:  This is probably only an interim solution for the 1.3.20 release.
The Runtime directory will be cleaned up later.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5358 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-20 21:25:19 +00:00
Dave Beazley
48ff6576ed Optional use of -no-undefined option to libtool.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5294 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-11 18:52:11 +00:00
Matthias Köppe
de27e32afb Use the preprocessor to rename external functions of the SWIG runtime
API to follow the naming convention SWIG_<language>_<function>.  This
should allow linking more than one interpreter into a program.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5242 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-02 13:48:17 +00:00
Matthias Köppe
9e81fc0ab5 Remove symbol clashes between runtime libraries.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5184 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-10-05 13:17:32 +00:00
Matthias Köppe
68473b02dd Fix chicken and guile runtime build
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4943 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-07-01 19:31:24 +00:00
Matthias Köppe
568be8990a Merged MzScheme changes contributed by John Lenz.
Minor build changes to fix MzScheme/C++ test cases.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4880 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-10 21:54:01 +00:00
Matthias Köppe
76841f5c1b [Guile] Only build runtime libraries for the flavors of the Guile
module that work with the chosen version of Guile.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4874 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-10 18:39:45 +00:00
Matthias Köppe
e5ac3696bc Merged first chunk of Guile changes contributed by John Lenz.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4858 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-06-03 22:12:50 +00:00
Art Yerkes
79785d403c Removed runtime lib. It's not needed anymore.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4798 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-19 17:59:31 +00:00
William S Fulton
a947ff8dde Fix for Solaris make
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4772 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-05-07 18:57:06 +00:00
William S Fulton
b4a0146efa Overwrite file rather than append to file fix
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4749 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-29 19:06:51 +00:00
Logan Johnson
360b2dae65 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4746 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-29 16:22:10 +00:00
Logan Johnson
9d2567b1f3 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4744 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-29 15:28:05 +00:00
William S Fulton
f9aaaf3b25 Added mzscheme runtime library to build (it doesn't and never has used libtool)
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4739 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-29 11:01:02 +00:00
William S Fulton
365cd49fb3 Automake is now used to build the runtime libraries in conjunction with libtool.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4726 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-04-28 22:42:27 +00:00