swig/SWIG/Lib/mzscheme
Hans Oesterholt-Dijkema 60aa816eec * mzscheme code can now dynamically load libraries, that are needed
at runtime. This allows for code to be generated at some site, and
  distributed without the need for SWIG.

  The distribution needs only the header filesfor which the code has been
   generated. Linking is done at runtime, by loading the dynamic libraries.

   Functions are resolved when needed.

   Though somewhat inefficient, it provides for a way to distribute code
   or binaries that are independent of the version of the installed libraries,

   which comes in especially handy for e.g. binding against Gtk.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9211 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2006-07-09 17:10:05 +00:00
..
Makefile Initial revision 2000-04-06 08:26:59 +00:00
mzrun.swg * mzscheme code can now dynamically load libraries, that are needed 2006-07-09 17:10:05 +00:00
mzscheme.swg Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
std_common.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
std_deque.i Each target language now has its own std_deque.i like the other STL wrappers. 2006-01-08 20:08:44 +00:00
std_map.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
std_pair.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
std_string.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
std_vector.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
stl.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00
typemaps.i Common template for head of each file detailing licence, distribution and authors information 2006-03-07 00:14:10 +00:00