Files
upm/src/max44000/max44000.i

25 lines
515 B
OpenEdge ABL
Raw Normal View History

#ifdef SWIGPYTHON
%module (package="upm") max44000
#endif
%import "interfaces/interfaces.i"
%include "../common_top.i"
/* BEGIN Java syntax ------------------------------------------------------- */
#ifdef SWIGJAVA
%typemap(javaimports) SWIGTYPE %{
import upm_interfaces.*;
%}
JAVA_JNI_LOADLIBRARY(javaupm_max44000)
#endif
/* END Java syntax */
/* BEGIN Common SWIG syntax ------------------------------------------------- */
%{
#include "max44000.hpp"
%}
%include "max44000.hpp"
/* END Common SWIG syntax */