Start of porting to newest sip. Not quite ready yet…

This commit is contained in:
Robin Dunn
2015-03-13 18:28:33 -07:00
parent 2c3b7a813d
commit db20285f49
15 changed files with 2451 additions and 333 deletions

View File

@@ -120,7 +120,7 @@ class Configuration(object):
self.SIPOPTS = ' '.join(['-w', # enable warnings
'-o', # turn on auto-docstrings
#'-e', # turn on exceptions support
'-T', # turn off writing the timestamp to the generated files '-g', # always release and reaquire the GIL
#'-T', # turn off writing the timestamp to the generated files '-g', # always release and reaquire the GIL
#'-r', # turn on function call tracing
'-I', os.path.join(phoenixDir(), 'src'),
'-I', os.path.join(phoenixDir(), 'sip', 'gen'),