Ensure some data files get installed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1162,15 +1162,6 @@ if BUILD_ART2D:
|
||||
# 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"]),
|
||||
## ]
|
||||
|
||||
|
||||
if NO_SCRIPTS:
|
||||
SCRIPTS = None
|
||||
else:
|
||||
@@ -1185,6 +1176,13 @@ else:
|
||||
]
|
||||
|
||||
|
||||
DATA_FILES.append( ('wxPython/tools/XRCed', glob.glob('wxPython/tools/XRCed/*.txt') +
|
||||
[ 'wxPython/tools/XRCed/xrced.xrc']))
|
||||
|
||||
DATA_FILES.append( ('wxPython/lib/PyCrust', glob.glob('wxPython/lib/PyCrust/*.txt') +
|
||||
glob.glob('wxPython/lib/PyCrust/*.ico')))
|
||||
|
||||
|
||||
#----------------------------------------------------------------------
|
||||
# Do the Setup/Build/Install/Whatever
|
||||
#----------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user