3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-07-31 19:24:00 +00:00
z3/scripts
Nuno Lopes 7ae68f003a dont use /LTCG on windows debug builds
Signed-off-by: Nuno Lopes <nlopes@microsoft.com>
2015-05-15 19:20:57 +01:00
..
mk_exception.py
mk_make.py
mk_project.py Merge branch 'opt' of https://github.com/Z3Prover/z3 into unstable 2015-05-14 12:11:17 +01:00
mk_unix_dist.py
mk_util.py dont use /LTCG on windows debug builds 2015-05-15 19:20:57 +01:00
mk_win_dist.py Python 3.x compatibility. 2015-05-12 10:29:37 +01:00
README
trackall.sh
update_api.py merge with unstable branch 2015-04-12 15:54:52 -07:00

Instructions for updating external Z3 API
-----------------------------------------

The python "macros": def_Type() and def_API() are used to add new types and function definitions to the Z3 API.
The .h files provided to `mk_bindings(API_files)` contain these definitions.
See src\api\z3_api.h for many examples.

The bindings for .Net and Python are generated when mk_make.py is invoked.