Build and distrib tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-08-12 17:45:17 +00:00
parent 04c883f8c9
commit b817523b2b
3 changed files with 37 additions and 23 deletions

View File

@@ -873,14 +873,21 @@ if not GL_ONLY and BUILD_DLLWIDGET:
# Tools and scripts
#----------------------------------------------------------------------
TOOLS = [("wxPython/tools", glob.glob("tools/*.py")),
("wxPython/tools/XRCed", glob.glob("tools/XRCed/*.py") +
glob.glob("tools/XRCed/*.xrc") +
["tools/XRCed/CHANGES",
"tools/XRCed/TODO",
"tools/XRCed/README"]),
]
## TOOLS = [("wxPython/tools", glob.glob("tools/*.py")),
## ("wxPython/tools/XRCed", glob.glob("tools/XRCed/*.py") +
## glob.glob("tools/XRCed/*.xrc") +
## ["tools/XRCed/CHANGES",
## "tools/XRCed/TODO",
## "tools/XRCed/README"]),
## ]
SCRIPTS = ['scripts/img2png',
'scripts/img2xpm',
'scripts/img2py',
'scripts/xrced',
'scripts/pyshell',
'scripts/pycrust',
],
@@ -915,13 +922,7 @@ if __name__ == "__main__":
##data_files = TOOLS,
scripts = ['scripts/img2png',
'scripts/img2xpm',
'scripts/img2py',
'scripts/xrced',
'scripts/pyshell',
'scripts/pycrust',
],
scripts = SCRIPTS,
)
else: