]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/modules/html/build.cfg
added font encoding support
[wxWidgets.git] / utils / wxPython / modules / html / build.cfg
index 9bd08fcd18c5bcfa2de62557012865de6fb021d8..ecf970e3cf3f2e13b41c31e5c55d8e512aef7e29 100644 (file)
@@ -1,8 +1,9 @@
 # -*- 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'