]> git.saurik.com Git - wxWidgets.git/blob - utils/wxPython/modules/html/build.cfg
Fixed a deadlock problem when using threads
[wxWidgets.git] / utils / wxPython / modules / html / build.cfg
1 # -*- python -*-
2
3 MODULE = 'htmlc'
4 SWIGFILES = ['html.i', 'htmlhelp.i' ]
5
6 #PYFILES = ['htmlhelper.py']
7 #SOURCES = ['helpsys.cpp']
8
9 OTHERSWIGFLAGS = '-I../utils'
10
11 # include path for htmlhelp's xpm bitmaps
12 OTHERCFLAGS = "-I%s/src/html" % (WXDIR,)
13
14 # There are no platform differences so we don't need separate code directories
15 GENCODEDIR='.'
16 SWIGTOOLKITFLAG=''