mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
disable build.cmd from update_api.cmd
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
bf180f2792
commit
87dbd49b4c
11 changed files with 19018 additions and 19021 deletions
|
@ -1,16 +1,13 @@
|
|||
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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue