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