]> git.saurik.com Git - wxWidgets.git/blame - 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
5148fc8e
RD
1# -*- python -*-
2
3MODULE = 'htmlc'
2f90df85
RD
4SWIGFILES = ['html.i', 'htmlhelp.i' ]
5
6#PYFILES = ['htmlhelper.py']
0f66a9f3
RD
7#SOURCES = ['helpsys.cpp']
8
9OTHERSWIGFLAGS = '-I../utils'
10
5ca24bf4 11# include path for htmlhelp's xpm bitmaps
6999b0d8 12#OTHERCFLAGS = "-I%s/src/html" % (WXDIR,)
a65c6e14
RD
13
14# There are no platform differences so we don't need separate code directories
15GENCODEDIR='.'
e166644c 16SWIGTOOLKITFLAG=''