update swig on windows
This commit is contained in:
12
winx64/bin/swigwin-4.0.0/Examples/php/proxy/example.i
Normal file
12
winx64/bin/swigwin-4.0.0/Examples/php/proxy/example.i
Normal file
@@ -0,0 +1,12 @@
|
||||
/* File : example.i */
|
||||
%module example
|
||||
|
||||
%{
|
||||
#include "example.h"
|
||||
%}
|
||||
|
||||
/* Let's just grab the original header file here */
|
||||
|
||||
%newobject CircleFactory;
|
||||
%include "example.h"
|
||||
|
||||
Reference in New Issue
Block a user