[PyKDE] How to contribute to sip ?
Nigel Stewart
ns at fluent.com
Tue Feb 28 20:49:13 GMT 2006
>>> Experimenting here with diff and patch...
>>> diff -ruN out tmp | patch -d out
> We don't have any Python dependency in our
> build toolchain. Maybe I'll just add another
> step to strip out the lines with timestamps...
Here is what we're using as a non-Python alternative...
(We use Cygwin for building on win32/64)
sed "s/ \* Generated by SIP.*/ \*/" -i tmp/*.h tmp/*.cpp
diff -ruN src tmp | patch -d src
Nigel
More information about the PyQt
mailing list