3
0
Fork 0
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:
Leonardo de Moura 2012-10-02 14:37:50 -07:00
parent 7b1aa09ff3
commit 1a8aa48f34
4 changed files with 8 additions and 5 deletions

View file

@ -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')