mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-02 13:27:32 +08:00
use ocamlfind to find include path for camlimages, lablGL and labgtk2 in in visu3d makefile
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
OCAMLOPT0 = ocamlopt
|
OCAMLOPT0 = ocamlopt
|
||||||
OCAMLC = ocamlc -I +xml-light
|
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)
|
OCAMLOPT = $(OCAMLOPT0) $(OCAMLOPT_OPTIONS)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user