From 526f484f794f989a9b18c3aac2fe65cc2190f290 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 15 Sep 2011 16:13:44 +0000 Subject: [PATCH] Add a TODO git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69092 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.py b/build.py index b991ccd6..924911f0 100755 --- a/build.py +++ b/build.py @@ -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: