1 # Test some binaries which use ocaml-lablgl. This builds both the
2 # Linux native and Windows binaries, so you can compare them.
4 # Note that the demos themselves are non-free, written by Jon Harrop
5 # and available from his website here:
6 # http://www.ffconsultancy.com/ocaml/
8 all: balls.opt balls.exe
11 ocamlfind ocamlopt -I +lablGL unix.cmxa lablglut.cmxa lablgl.cmxa $< -o $@
14 OCAMLFIND_CONF=/etc/i686-pc-mingw32-ocamlfind.conf \
15 ocamlfind ocamlopt -I +lablGL unix.cmxa lablglut.cmxa lablgl.cmxa $< -o $@