]> 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 50db644b4aa9b2f988378896270ab1ed9222ac93..2ce9a59263a91204403beb5a00f476914fa3b05f 100644 (file)
@@ -1,11 +1,16 @@
 # -*- python -*-
 
 MODULE = 'htmlc'
-SWIGFILES = ['html.i', ] #'htmlhelp.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,)
+#OTHERCFLAGS = "-I%s/src/html" % (WXDIR,)
+
+# There are no platform differences so we don't need separate code directories
+GENCODEDIR='.'
+SWIGTOOLKITFLAG=''