mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
17 lines
203 B
Batchfile
17 lines
203 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
|
|
pushd ml
|
|
call build.cmd 32
|
|
popd
|