# -*- python -*- MODULE = 'htmlc' SWIGFILES = ['html.i', ] PYFILES = ['htmlhelper.py'] SOURCES = ['helpsys.cpp'] # include path for htmlhelp's xpm bitmaps OTHERCFLAGS = "-I%s/src/html" % (WXDIR,)