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

removed comments

This commit is contained in:
Christoph M. Wintersteiger 2016-02-14 19:57:21 +00:00
parent b99fcb9c8a
commit 18c0a3bfaf

View file

@ -13,9 +13,9 @@ parse_options()
check_eol() check_eol()
API_files = init_project_def() API_files = init_project_def()
#update_version() update_version()
#mk_auto_src() mk_auto_src()
mk_bindings(API_files) mk_bindings(API_files)
#mk_vs_proj('z3', ['shell']) mk_vs_proj('z3', ['shell'])
#mk_vs_proj_dll('libz3', ['api_dll']) mk_vs_proj_dll('libz3', ['api_dll'])
#mk_makefile() mk_makefile()