[Zope-Checkins] CVS: Zope/inst - build_extensions.py:1.8

Casey Duncan casey@zope.com
Wed, 12 Jun 2002 11:45:15 -0400


Update of /cvs-repository/Zope/inst
In directory cvs.zope.org:/tmp/cvs-serv14129/inst

Modified Files:
	build_extensions.py 
Log Message:
Included ZCTextIndex in build extension script


=== Zope/inst/build_extensions.py 1.7 => 1.8 ===
 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.