Windows example no longer uses prebuilt runtime DLL, rather it builds its own runtime DLL
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6031 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
392316f6d9
commit
de9c2d5040
24 changed files with 148 additions and 44 deletions
|
|
@ -34,8 +34,10 @@ Unix:
|
|||
|
||||
Windows:
|
||||
--------
|
||||
- Use the Visual C++ 6 workspace file (example.dsw). Build each project
|
||||
to create the 5 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.
|
||||
- Use the Visual C++ 6 workspace file (example.dsw). Build the runtime
|
||||
project DLL first followed by the other 4 DLLs as they all have a
|
||||
dependency on the runtime DLL. The Batch build option in the Build menu
|
||||
is usually the easiest way to do this. Only use the Release builds not
|
||||
the Debug builds.
|
||||
- Run the test as described above
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue