Visual C++ project files for building native Windows runtime libraries
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4778 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ad52eea817
commit
01911224c6
23 changed files with 2578 additions and 3 deletions
|
|
@ -23,6 +23,18 @@ correctly and type checking will work correctly. The
|
|||
example requires the use of the SWIG run-time libraries
|
||||
which must be built and properly installed.
|
||||
|
||||
Unix:
|
||||
-----
|
||||
- Run make
|
||||
- Make sure the SWIG runtime library is built and the path to it is
|
||||
in LD_LIBRARY_PATH
|
||||
- Run the test as described above
|
||||
|
||||
|
||||
Windows:
|
||||
--------
|
||||
- Use the Visual C++ 6 workspace file (example.dsw). Build each project
|
||||
to create the 4 DLLs. The Batch build option in the Build menu is the
|
||||
easiest way to do this. Only use the Release builds not the Debug builds.
|
||||
- Make sure the SWIG runtime library is built and in your path
|
||||
- Run the test as described above
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue