[Zope-Checkins] CVS: Zope2 - build_extensions.py:1.3.28.2

Andreas Jung andreas@digicool.com
Tue, 29 May 2001 10:40:02 -0400


Update of /cvs-repository/Zope2/inst
In directory yetix:/work/sandboxes/ajung-dropin-registry/inst

Modified Files:
      Tag: ajung-dropin-registry
	build_extensions.py 
Log Message:
build of splitters changed



--- Updated File build_extensions.py in package Zope2 --
--- build_extensions.py	2001/05/15 17:31:55	1.3.28.1
+++ build_extensions.py	2001/05/29 14:40:00	1.3.28.2
@@ -105,7 +105,8 @@
 make('lib','python','BTrees')
 make('lib','python','SearchIndex')
 make('lib','python','Shared','DC','xml','pyexpat')
-make('lib','python','Products','PluginIndexes','TextIndex','Splitter')
+make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ZopeSplitter')
+make('lib','python','Products','PluginIndexes','TextIndex','Splitter','ISO_8859_1_Splitter')
 
 # Try to link/copy cPickle.so to BoboPOS to out-fox
 # stock Python cPickle if using Python 1.5.2.