mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 01:53:48 +08:00
use ocamlfind to find include path for camlimages, lablGL and labgtk2 in in visu3d makefile
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
OCAMLOPT0 = ocamlopt
|
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
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user