mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 00:32:16 +00:00
ML API: Cleanup
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
09aa02759f
commit
2af1f81ae1
4 changed files with 1159 additions and 1099 deletions
|
@ -3,5 +3,5 @@
|
|||
# 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
|
||||
OCAML_COMPAT=c C:/ocamlw32/bin/ocamlc -g -annot -o ml_example.byte -I ../../bld_dbg -I ../../bld_dbg/api/ml z3.cma ml_example.ml
|
||||
C:/ocamlw32/bin/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