Add a TODO

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-09-15 16:13:44 +00:00
parent 1a3be187ea
commit 526f484f79

View File

@@ -534,7 +534,9 @@ def build_py(options, args):
msw = getMSWSettings(options)
cfg = Config()
# NOTE: this will copy both debug and release DLLs if they both exist...
# NOTE: this will copy both debug and release DLLs if they both
# exist... TODO: It would probably be a good idea to filter out the
# debug files unless --debug is given.
ver = version3_nodot if unstable_series else version2_nodot
dlls = glob.glob(os.path.join(msw.dllDir, "wx*%s*.dll" % ver))
for dll in dlls: