mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 11:21:12 +03:00
11 lines
153 B
OpenEdge ABL
11 lines
153 B
OpenEdge ABL
%module javaupm_smartdrive
|
|
%include "../upm.i"
|
|
|
|
%{
|
|
#include "smartdrive.hpp"
|
|
%}
|
|
|
|
%include "smartdrive.hpp"
|
|
|
|
JAVA_JNI_LOADLIBRARY(javaupm_smartdrive)
|