mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
New OCaml API
This commit is contained in:
parent
8fc58e1ace
commit
824169da0a
7 changed files with 2134 additions and 2537 deletions
|
@ -13,11 +13,9 @@ parse_options()
|
|||
check_eol()
|
||||
API_files = init_project_def()
|
||||
|
||||
update_version()
|
||||
mk_auto_src()
|
||||
#update_version()
|
||||
#mk_auto_src()
|
||||
mk_bindings(API_files)
|
||||
mk_vs_proj('z3', ['shell'])
|
||||
mk_vs_proj_dll('libz3', ['api_dll'])
|
||||
mk_makefile()
|
||||
|
||||
|
||||
#mk_vs_proj('z3', ['shell'])
|
||||
#mk_vs_proj_dll('libz3', ['api_dll'])
|
||||
#mk_makefile()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue