3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 03:15:50 +00:00

other components

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2012-10-02 11:48:48 -07:00
parent e9eab22e5c
commit 68269c43a6
250 changed files with 70871 additions and 0 deletions

30
update_api.cmd Normal file
View file

@ -0,0 +1,30 @@
sd edit dll\z3.def
sd edit dll\z3_dbg.def
cd dll
python mk_def.py
cd ..
sd edit Microsoft.Z3\native.cs
sd edit Microsoft.Z3\enumerations.cs
sd edit lib\api_log_macros.h
sd edit lib\api_log_macros.cpp
sd edit lib\api_commands.cpp
sd edit python\z3core.py
sd edit ml\z3.mli
sd edit ml\z3.ml
sd edit ml\z3_stubs.c
pushd lib
python api.py
popd
pushd Microsoft.Z3
python mk_z3consts.py
popd
pushd python
sd edit z3consts.py
python mk_z3consts.py
sd edit z3tactics.py
python mk_z3tactics.py
popd
pushd ml
call build.cmd 32
popd
sd revert -a ...