swig/Runtime
Matthias Köppe 35b19a4e71 *** empty log message ***
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5382 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-11-23 21:59:41 +00:00
..
.cvsignore *** empty log message *** 2003-11-23 21:59:41 +00:00
Makefile.am Add a generated script "preinst-swig", which can be used 2003-11-23 21:50:27 +00:00
README Visual C++ project files for building native Windows runtime libraries 2003-05-08 15:19:10 +00:00
swigpl.dsp Missing quotes for environment variables 2003-05-21 21:50:02 +00:00
swigpy.dsp Visual C++ project files for building native Windows runtime libraries 2003-05-08 15:19:10 +00:00
swigrb.dsp Visual C++ project files for building native Windows runtime libraries 2003-05-08 15:19:10 +00:00
swigtcl8.dsp Visual C++ project files for building native Windows runtime libraries 2003-05-08 15:19:10 +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
-------
Choose which runtime library needs building and load the Visual Studio 6
project file and build it. For example, use swigpy.dsp for Python. The 
runtime libraries can also be built using Cygwin.