Visual C++ project files for building native Windows runtime libraries
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4778 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
f0d0c4f2ba
commit
84d66f092b
23 changed files with 2578 additions and 3 deletions
16
Runtime/README
Normal file
16
Runtime/README
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue