mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-10 13:57:08 +01:00
Also copy .pdb files for debug builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69310 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
2
build.py
2
build.py
@@ -543,6 +543,8 @@ def build_py(options, args):
|
||||
# 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))
|
||||
if options.debug:
|
||||
dlls += glob.glob(os.path.join(msw.dllDir, "wx*%s*.pdb" % ver))
|
||||
for dll in dlls:
|
||||
shutil.copyfile(dll, posixjoin(phoenixDir(), cfg.PKGDIR, os.path.basename(dll)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user