[Zope-Checkins] CVS: Zope/inst - build_extensions.py:1.7.64.1
Fred L. Drake, Jr.
fdrake@acm.org
Thu, 9 May 2002 16:06:55 -0400
Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv19273
Modified Files:
Tag: TextIndexDS9-branch
build_extensions.py
Log Message:
Add the ZCTextIndex directory to the list of directories that have C
extensions.
=== Zope/inst/build_extensions.py 1.7 => 1.7.64.1 ===
make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter')
make('lib','python','Products','PluginIndexes','TextIndex','Splitter','UnicodeSplitter')
+make('lib','python','Products','ZCTextIndex')
# Try to link/copy cPickle.so to BoboPOS to out-fox
# stock Python cPickle if using Python 1.5.2.