mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-06 20:10:08 +01:00
Another TODO
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69053 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
11
TODO.txt
11
TODO.txt
@@ -76,6 +76,17 @@ build.py
|
||||
items on the command line then use a default set of waf
|
||||
commands.
|
||||
|
||||
* Add a little code around the running of SIP that tells it to
|
||||
write the generated C++ and etc. files to a tempokrary location,
|
||||
and then will compare those files with the existing set in the
|
||||
sip/cpp folder. If a file has changed then the new one is
|
||||
copied over it, otherwise it is not touched. This will help
|
||||
speed up builds by not rebuilding a file that doesn't need it.
|
||||
* Maybe optionally this could also strip out the lines starting
|
||||
with "#line". Those are handy when we need to step through code
|
||||
in the debugger, but could cause differences in files that are
|
||||
otherwise identical to their prior version.
|
||||
|
||||
|
||||
|
||||
etg/pen.py
|
||||
|
||||
Reference in New Issue
Block a user