Remove reference to -dlname.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9126 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Olly Betts 2006-05-20 04:56:19 +00:00
commit 0cffcd8825

View file

@ -191,7 +191,6 @@ additional optional arguments:
<li><tt>-withlibs "&lt;libs&gt;"</tt> Links the libraries into the shared object.
<li><tt>-withc "&lt;files&gt;"</tt> Compiles and links the named C files into the shared object.
<li><tt>-withcxx "&lt;files&gt;"</tt> Compiles and links the named C++ files into the shared object,
<li><tt>-dlname "&lt;name&gt;"</tt> Changes the name of the generated shared object.
</ul>
<H3><a name="Php_nn1_2"></a>27.1.2 Building extensions into PHP</H3>