Removed support for -dlname (use -module instead). Fixed
naming of PHP extension module to be consistent with PHP conventions (no "php_" prefix on Unix; on PHP >= 4.3.0, handle Unix platforms which use something other than ".so" as the extension.) git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@9125 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
e5398e9c1e
commit
8a9da3c42e
3 changed files with 25 additions and 31 deletions
|
|
@ -12,7 +12,7 @@ top_builddir = @top_builddir@
|
|||
include $(srcdir)/../common.mk
|
||||
|
||||
# Overridden variables here
|
||||
TARGETPREFIX = php_
|
||||
TARGETPREFIX =# Should be php_ for Windows, empty otherwise
|
||||
|
||||
makecpptests:
|
||||
@bash -ec 'for test in $(CPP_TEST_CASES) ; do make clean && make $${test}.cpptest; done'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue