mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +00:00
update_api script for Linux/OSX
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
c3d3f51f02
commit
ae15953609
14
update_api.sh
Executable file
14
update_api.sh
Executable file
|
@ -0,0 +1,14 @@
|
||||||
|
#!/bin/sh
|
||||||
|
cd dll
|
||||||
|
python mk_def.py
|
||||||
|
cd ..
|
||||||
|
cd lib
|
||||||
|
python api.py
|
||||||
|
cd ..
|
||||||
|
cd Microsoft.Z3
|
||||||
|
python mk_z3consts.py
|
||||||
|
cd ..
|
||||||
|
cd python
|
||||||
|
python mk_z3consts.py
|
||||||
|
python mk_z3tactics.py
|
||||||
|
cd ..
|
Loading…
Reference in a new issue