mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 03:11:15 +03:00
10 lines
124 B
OpenEdge ABL
10 lines
124 B
OpenEdge ABL
%module javaupm_emg
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "emg.hpp"
|
|
%}
|
|
|
|
%include "emg.hpp"
|
|
|
|
JAVA_JNI_LOADLIBRARY(javaupm_emg) |