Added helpviewer to list of scripts

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18549 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2003-01-03 18:58:25 +00:00
parent 1af2cfd4d8
commit 00c4f94c27

View File

@@ -1106,7 +1106,8 @@ if not GL_ONLY and BUILD_ART2D:
if NO_SCRIPTS:
SCRIPTS = None
else:
SCRIPTS = [opj('scripts/img2png'),
SCRIPTS = [opj('scripts/helpviewer'),
opj('scripts/img2png'),
opj('scripts/img2xpm'),
opj('scripts/img2py'),
opj('scripts/xrced'),