mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 11:30:06 +01:00
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:
4
build.py
4
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:
|
||||
|
||||
Reference in New Issue
Block a user