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:55:49 +10:30
parent 7971bf6747
commit ae3364a085
+1 -1
View File
@@ -1,7 +1,7 @@
OCAMLOPT0 = ocamlopt
OCAMLC = ocamlc -I +xml-light
MLFLAGS = -I +lablgtk2 -I +lablGL -I +camlimages -I ../../lib/ocaml
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
OCAMLOPT = $(OCAMLOPT0) $(OCAMLOPT_OPTIONS)