3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 02:15:19 +00:00
z3/scripts
Leonardo de Moura 263fb48180 polishing VS build
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-10-26 16:59:22 -07:00
..
dead
config-debug.mk.in
config-release.mk.in
config-vs-debug-x64.mk
config-vs-debug.mk polishing VS build 2012-10-26 16:59:22 -07:00
config-vs-release-x64.mk
config-vs-release.mk
mk_exception.py
mk_make.py Moved Microsoft.Z3V3 to dead folder 2012-10-26 15:27:03 -07:00
mk_util.py move pdb file to build dir 2012-10-26 16:35:51 -07:00
README
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.