[Zope-Checkins] CVS: Zope/inst - build_extensions.py:1.6
Andreas Jung
andreas@zope.com
Thu, 11 Oct 2001 14:27:15 -0400
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv9777
Modified Files:
build_extensions.py
Log Message:
added UnicodeSplitter
=== Zope/inst/build_extensions.py 1.5 => 1.6 ===
make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ZopeSplitter')
make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter')
+make('lib','python','Products','PluginIndexes','TextIndex','Splitter','UnicodeSplitter')
# Try to link/copy cPickle.so to BoboPOS to out-fox
# stock Python cPickle if using Python 1.5.2.