Don't generate a .php wrapper file by default
It's now only generated if something to put in it is specified via: %pragma(php) include=... or %pragma(php) code=...
This commit is contained in:
parent
6e6d720d88
commit
32283991c5
101 changed files with 46 additions and 176 deletions
|
|
@ -4,8 +4,6 @@
|
|||
# created by SWIG. In this case, all of our C++ classes
|
||||
# get converted into function calls.
|
||||
|
||||
include("example.php");
|
||||
|
||||
# ----- Object creation -----
|
||||
|
||||
print "Creating some objects:\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue