mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 00:17:30 +03:00
20 lines
413 B
OpenEdge ABL
20 lines
413 B
OpenEdge ABL
![]() |
#ifdef SWIGPYTHON
|
||
|
%module (package="upm") 2smpb02e
|
||
|
#endif
|
||
|
|
||
|
%include "../common_top.i"
|
||
|
|
||
|
/* BEGIN Java syntax ------------------------------------------------------- */
|
||
|
#ifdef SWIGJAVA
|
||
|
JAVA_JNI_LOADLIBRARY(javaupm_d6t)
|
||
|
#endif
|
||
|
/* END Java syntax */
|
||
|
|
||
|
/* BEGIN Common SWIG syntax ------------------------------------------------- */
|
||
|
%{
|
||
|
#include "2smpb02e.hpp"
|
||
|
%}
|
||
|
|
||
|
%include "2smpb02e.hpp"
|
||
|
/* END Common SWIG syntax */
|