mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
modified scripts to be able to run them on Linux/OSX
This commit is contained in:
parent
7b1aa09ff3
commit
1a8aa48f34
4 changed files with 8 additions and 5 deletions
|
@ -22,8 +22,8 @@ from sets import Set
|
|||
log_h = open('api_log_macros.h', 'w')
|
||||
log_c = open('api_log_macros.cpp', 'w')
|
||||
exe_c = open('api_commands.cpp', 'w')
|
||||
core_py = open('..\\python\\z3core.py', 'w')
|
||||
dotnet_fileout = '..\\Microsoft.Z3\\Native.cs'
|
||||
core_py = open('..%spython%sz3core.py' % (os.sep, os.sep), 'w')
|
||||
dotnet_fileout = '..%sMicrosoft.Z3%sNative.cs' % (os.sep, os.sep)
|
||||
##
|
||||
log_h.write('// Automatically generated file, generator: api.py\n')
|
||||
log_h.write('#include\"z3.h\"\n')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue