update swig on windows
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
/* File : example.i */
|
||||
/* module name given on cmdline */
|
||||
|
||||
%feature("autodoc", 1);
|
||||
|
||||
%{
|
||||
#include "example.h"
|
||||
%}
|
||||
|
||||
extern "C" int ivar;
|
||||
|
||||
int ifunc();
|
||||
Reference in New Issue
Block a user