mirror of
https://github.com/eclipse/upm.git
synced 2025-07-04 19:01:21 +03:00
11 lines
125 B
OpenEdge ABL
11 lines
125 B
OpenEdge ABL
%module javaupm_rsc
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "rsc.hpp"
|
|
%}
|
|
|
|
%include "rsc.hpp"
|
|
|
|
JAVA_JNI_LOADLIBRARY(javaupm_rsc)
|