add java example and missing cvsignore files
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8137 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
24497eaf54
commit
bb84cbb4f6
9 changed files with 87 additions and 0 deletions
9
SWIG/Examples/ruby/java/example.i
Normal file
9
SWIG/Examples/ruby/java/example.i
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
%module example
|
||||
%include <gcj/cni.i>
|
||||
|
||||
%{
|
||||
#include "Example.h"
|
||||
%}
|
||||
|
||||
|
||||
%include Example.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue