Skip to content

Commit

Permalink
update_api script for Linux/OSX
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo de Moura <[email protected]>
  • Loading branch information
leodemoura committed Oct 2, 2012
1 parent c3d3f51 commit ae15953
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions update_api.sh
Original file line number Diff line number Diff line change
@@ -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 ..

0 comments on commit ae15953

Please sign in to comment.