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