Install tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-10-06 21:54:49 +00:00
parent f3d618fdde
commit b6536d60cf
2 changed files with 9 additions and 6 deletions

View File

@@ -655,10 +655,9 @@ else:
opj('scripts/pyshell'),
opj('scripts/pywrap'),
opj('scripts/pywrap'),
opj('scripts/pywxrc'),
opj('scripts/xrced'),
]
if INSTALL_WXRC:
SCRIPTS += [opj('scripts/wxrc')]
@@ -681,7 +680,7 @@ else:
if INSTALL_MULTIVERSION:
EXTRA_PATH = getExtraPath()
EXTRA_PATH = getExtraPath(addOpts=EP_ADD_OPTS)
open("src/wx.pth", "w").write(EXTRA_PATH)
CLEANUP.append("src/wx.pth")
else: