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