use ocamlfind to find include path for camlimages, lablGL and labgtk2 in in visu3d makefile

This commit is contained in:
lamestllama
2011-01-18 00:57:05 +10:30
parent ae3364a085
commit e4dbc49c5b
+1 -1
View File
@@ -1,5 +1,5 @@
OCAMLOPT0 = ocamlopt
OCAMLC = ocamlc -I +xml-light
OCAMLC = ocamlc $(shell ocamlfind query -r -i-format xml-light)
MLFLAGS = $(shell ocamlfind query -r -i-format lablGL) $(shell ocamlfind query -r -i-format lablgtk2) $(shell ocamlfind query -r -i-format camlimages) -I ../../lib/ocaml