Simple example of DISOWN typemap working correctly.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7411 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
7887e42df5
commit
595ecd02ea
6 changed files with 179 additions and 0 deletions
12
Examples/php4/disown/Makefile
Normal file
12
Examples/php4/disown/Makefile
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
CRUD=*.so *.o php_example.h *_wrap.c* example.php
|
||||
|
||||
all: check
|
||||
|
||||
check:
|
||||
./BUILD.sh
|
||||
|
||||
# This one is fun! How do we know what shouldn't be there?
|
||||
clean:
|
||||
rm -f $(CRUD)
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue