]> git.saurik.com Git - wxWidgets.git/blame_incremental - utils/wxPython/modules/html/build.cfg
it is now possible to add custom buttons into wxHtmlHelpFrame's toolbar
[wxWidgets.git] / utils / wxPython / modules / html / build.cfg
... / ...
CommitLineData
1# -*- python -*-
2
3MODULE = 'htmlc'
4SWIGFILES = ['html.i', 'htmlhelp.i' ]
5
6#PYFILES = ['htmlhelper.py']
7#SOURCES = ['helpsys.cpp']
8
9OTHERSWIGFLAGS = '-I../utils'
10
11# include path for htmlhelp's xpm bitmaps
12#OTHERCFLAGS = "-I%s/src/html" % (WXDIR,)
13
14# There are no platform differences so we don't need separate code directories
15GENCODEDIR='.'
16SWIGTOOLKITFLAG=''