Added dynamic targets to example makefiles Added ocaml_dynamic and ocaml_dynamic_cpp targets to Examples/Makefile.in Added OCAMLFIND and OCAMLDLGEN AC_SUBST lines in configure.in Currently, dynamic linking relies on ocamlfind and Gerd Stolpmann's Dl package, as well as some tricky elf linking. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4413 626c5289-ae23-0410-ae9c-e8d60b6d4f22 |
||
|---|---|---|
| .. | ||
| cmap | ||
| gifplot.i | ||
| Makefile | ||
| README | ||
| runme.ml | ||
This example runs the entire gifplot.h header file through SWIG without any changes. The ocaml program 'runme.ml' does something a little more interesting. You'll have to go look at the header file to get a complete listing of the functions.