swig/SWIG/Examples/GIFPlot/Ocaml/full
Art Yerkes bebaa363c0 Added info about dynamic linking to doc
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
2003-02-27 09:25:00 +00:00
..
cmap The great merge 2002-11-30 22:01:28 +00:00
gifplot.i The great merge 2002-11-30 22:01:28 +00:00
Makefile Added info about dynamic linking to doc 2003-02-27 09:25:00 +00:00
README The great merge 2002-11-30 22:01:28 +00:00
runme.ml The great merge 2002-11-30 22:01:28 +00:00

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.