Files
wxWidgets/utils/wxPython/modules/html/build.cfg
1999-08-31 23:22:34 +00:00

9 lines
197 B
Python

# -*- 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,)