It is based on the Python class example. The Makefile is based on the Makefile used in the OCaml shapes example.
9 lines
141 B
OpenEdge ABL
9 lines
141 B
OpenEdge ABL
/* File : example.i */
|
|
%module example
|
|
|
|
%{
|
|
#include "example.h"
|
|
%}
|
|
|
|
/* Let's just grab the original header file here */
|
|
%include "example.h"
|