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:
Robin Dunn
2003-03-19 22:48:41 +00:00
parent 96e5c58555
commit 4932ae4a15

View File

@@ -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
#----------------------------------------------------------------------