]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/modules/html/build.cfg
Added sh-bang
[wxWidgets.git] / utils / wxPython / modules / html / build.cfg
CommitLineData
5148fc8e
RD
1# -*- python -*-
2
3MODULE = 'htmlc'
4SWIGFILES = ['html.i', ]
5PYFILES = ['htmlhelper.py']
5ca24bf4
HH
6SOURCES = ['helpsys.cpp']
7# include path for htmlhelp's xpm bitmaps
8OTHERCFLAGS = "-I%s/src/html" % (WXDIR,)