On windows use .pyd instead of .dll - Python-2.5 no longer works with dlls
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9571 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e1b7dc9de3
commit
d89fac038b
3 changed files with 5 additions and 4 deletions
|
|
@ -698,7 +698,7 @@ installation under "Additional include directories".
|
|||
<li>Finally, select the settings for the entire project and go to
|
||||
"Link Options". Add the Python library file to your link libraries.
|
||||
For example "python21.lib". Also, set the name of the output file to
|
||||
match the name of your Python module (ie. _example.dll).
|
||||
match the name of your Python module, ie. _example.pyd - Note that _example.dll also worked with Python-2.4 and earlier.
|
||||
|
||||
<li>Build your project.
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue