Hi, i am trying to integrate Shiboken generated python binding into an SCons based build system. The nicer way to achieve this is to create an SCons tool for shiboken like the one available on the SCons wiki for SIP[1]. This way it will be easier for other people to work with PySide and SCons.
The missing element for the tool is to build an Emmitter, in SCons terms. That is a way to know in before hand which are the c++ files generated by the binding generator in a dry run (not generating them). For the equivalent scanner in sip we generated .sbf files that we parsed afterwards. It was slow but it worked. Is there any similar option in shiboken to get the list of generated files? If not, any idea on how to add it to shiboken? [1] http://old.nabble.com/Tool-for-SIP-td20107844.html David. _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
