3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-06 14:13:23 +00:00

Make python stuff live in a python directory in the build tree

This commit is contained in:
Andrew Dutcher 2016-09-10 11:41:04 -07:00
parent 704105306c
commit cb83c42100
3 changed files with 56 additions and 43 deletions

View file

@ -87,7 +87,8 @@ def init_project_def():
reexports=['api'],
dll_name='libz3',
static=build_static_lib(),
export_files=API_files)
export_files=API_files,
staging_link='python')
add_dot_net_dll('dotnet', ['api_dll'], 'api/dotnet', dll_name='Microsoft.Z3', assembly_info_dir='Properties', default_key_file='src/api/dotnet/Microsoft.Z3.snk')
add_java_dll('java', ['api_dll'], 'api/java', dll_name='libz3java', package_name="com.microsoft.z3", manifest_file='manifest')
add_ml_lib('ml', ['api_dll'], 'api/ml', lib_name='libz3ml')