]>
Commit | Line | Data |
---|---|---|
5148fc8e RD |
1 | # -*- python -*- |
2 | ||
3 | MODULE = 'htmlc' | |
0f66a9f3 | 4 | SWIGFILES = ['html.i', ] #'htmlhelp.i' ] |
5148fc8e | 5 | PYFILES = ['htmlhelper.py'] |
0f66a9f3 RD |
6 | #SOURCES = ['helpsys.cpp'] |
7 | ||
8 | OTHERSWIGFLAGS = '-I../utils' | |
9 | ||
5ca24bf4 HH |
10 | # include path for htmlhelp's xpm bitmaps |
11 | OTHERCFLAGS = "-I%s/src/html" % (WXDIR,) | |
a65c6e14 RD |
12 | |
13 | # There are no platform differences so we don't need separate code directories | |
14 | GENCODEDIR='.' | |
e166644c | 15 | SWIGTOOLKITFLAG='' |