]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/modules/html/build.cfg
New wxHtml stuff, including a TagHandler for placing wxPython widgets
[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,)
12
13 # There are no platform differences so we don't need separate code directories
14 GENCODEDIR='.'
15 SWIGTOOLKITFLAG=''