]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/modules/html/build.cfg
Reverted wxString members to const wxChar * for struct BugsGridData
[wxWidgets.git] / utils / wxPython / modules / html / build.cfg
index 2fab7d3bbbf3dcd733a514dbcd8d6f467c39700a..2ce9a59263a91204403beb5a00f476914fa3b05f 100644 (file)
@@ -1,6 +1,16 @@
 # -*- python -*-
 
 MODULE = 'htmlc'
-SWIGFILES = ['html.i', ]
-PYFILES = ['htmlhelper.py']
+SWIGFILES = ['html.i', 'htmlhelp.i' ]
 
+#PYFILES = ['htmlhelper.py']
+#SOURCES = ['helpsys.cpp']
+
+OTHERSWIGFLAGS = '-I../utils'
+
+# include path for htmlhelp's xpm bitmaps
+#OTHERCFLAGS = "-I%s/src/html" % (WXDIR,)
+
+# There are no platform differences so we don't need separate code directories
+GENCODEDIR='.'
+SWIGTOOLKITFLAG=''