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