3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-08-09 15:31:20 +00:00
z3/scripts
Leonardo de Moura 75f96f0b9b added hack for nmake limitation
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-12-12 18:12:04 -08:00
..
mk_exception.py
mk_make.py
mk_project.py
mk_util.py added hack for nmake limitation 2012-12-12 18:12:04 -08:00
mk_win_dist.py
README
trackall.sh Added script for tracking all remote branches 2012-12-12 08:58:10 -08:00
update_api.py

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.