swig/Runtime
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
..
.cvsignore *** empty log message *** 2003-11-23 21:59:41 +00:00
Makefile.am mzscheme patch. 2003-12-04 21:28:01 +00:00
README Clearer instructions 2003-11-25 21:11:42 +00:00
swigpl.dsp Mods for the new way of building the runtime libraries using the swig executable 2003-11-25 21:09:39 +00:00
swigpy.dsp Mods for the new way of building the runtime libraries using the swig executable 2003-11-25 21:09:39 +00:00
swigrb.dsp Mods for the new way of building the runtime libraries using the swig executable 2003-11-25 21:09:39 +00:00
swigtcl8.dsp Mods for the new way of building the runtime libraries using the swig executable 2003-11-25 21:09:39 +00:00

Runtime Libraries
-----------------

The SWIG runtime libraries are built in this directory.

Unix
----
Run make. This can also be done from the top level directory by running
'make runtime' and is automatically done when building the swig executable.

Windows
-------
See Doc\Manual\Windows.html for environment variables to set and further information.
Choose which runtime library needs building and load the Visual Studio 6
project file and build it. For example, use swigpy.dsp for Python.