mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +00:00
ML native layer bugfixes
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
8e83f8d034
commit
7efe7a2c16
4 changed files with 113 additions and 72 deletions
7
examples/ml/Makefile
Normal file
7
examples/ml/Makefile
Normal file
|
@ -0,0 +1,7 @@
|
|||
# This is a temporary support file for emacs annotations.
|
||||
# It does not compile the Z3 ML example; this will be built
|
||||
# in the top-level build directory.
|
||||
|
||||
all:
|
||||
OCAML_COMPAT=c ocamlc -g -annot -o ml_example.byte -I ../../bld_dbg -I ../../bld_dbg/api/ml z3.cma ml_example.ml
|
||||
ocamlopt -g -annot -o ml_example -I ../../bld_dbg -I ../../bld_dbg/api/ml z3.cmxa ml_example.ml
|
Loading…
Add table
Add a link
Reference in a new issue