]> git.saurik.com Git - wxWidgets.git/blame - utils/wxPython/modules/html/build.cfg
updates of some SWIG generated stuff
[wxWidgets.git] / utils / wxPython / modules / html / build.cfg
CommitLineData
5148fc8e
RD
1# -*- python -*-
2
3MODULE = 'htmlc'
0f66a9f3 4SWIGFILES = ['html.i', ] #'htmlhelp.i' ]
5148fc8e 5PYFILES = ['htmlhelper.py']
0f66a9f3
RD
6#SOURCES = ['helpsys.cpp']
7
8OTHERSWIGFLAGS = '-I../utils'
9
5ca24bf4
HH
10# include path for htmlhelp's xpm bitmaps
11OTHERCFLAGS = "-I%s/src/html" % (WXDIR,)
a65c6e14
RD
12
13# There are no platform differences so we don't need separate code directories
14GENCODEDIR='.'
e166644c 15SWIGTOOLKITFLAG=''