upm/src/2jciebu01-usb/2jciebu01_usb.i

23 lines
489 B
OpenEdge ABL
Raw Normal View History

#ifdef SWIGPYTHON
%module (package="upm") 2jciebu01_usb
#endif
%include "../common_top.i"
/* BEGIN Java syntax ------------------------------------------------------- */
#ifdef SWIGJAVA
JAVA_JNI_LOADLIBRARY(javaupm_2jciebu01_usb)
#endif
/* END Java syntax */
/* BEGIN Common SWIG syntax ------------------------------------------------- */
%{
#include "2jciebu01_usb.hpp"
#include "2jciebu01.hpp"
%}
%include "2jciebu01_usb.hpp"
%include "2jciebu01.hpp"
/* END Common SWIG syntax */