3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00
z3/update_api.cmd
Leonardo de Moura 87dbd49b4c disable build.cmd from update_api.cmd
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2012-10-02 13:51:20 -07:00

14 lines
183 B
Batchfile

pushd dll
python mk_def.py
popd
pushd lib
python api.py
popd
pushd Microsoft.Z3
python mk_z3consts.py
popd
pushd python
python mk_z3consts.py
python mk_z3tactics.py
popd