add tcl+java example
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8140 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ebcf1a041d
commit
b4e4fe23ca
10 changed files with 144 additions and 13 deletions
10
Examples/tcl/java/example.i
Normal file
10
Examples/tcl/java/example.i
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
%module example
|
||||
%include <gcj/cni.i>
|
||||
%include <jstring.i>
|
||||
|
||||
%{
|
||||
#include "Example.h"
|
||||
%}
|
||||
|
||||
|
||||
%include Example.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue