3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 14:13:23 +00:00

auto gen VS project

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-26 13:34:53 -07:00
parent 2bdcc36526
commit cba78d220f
3 changed files with 127 additions and 37 deletions

View file

@ -71,6 +71,7 @@ set_python_dir('bindings/python')
update_version(4, 2, 0, 0)
mk_auto_src()
mk_bindings(API_files)
mk_vs_proj('z3', ['shell'])
mk_makefile()