Commit 32f0a33d authored by 's avatar

Fixed Setup for BTree component

parent a2c3f0ae
......@@ -12,11 +12,11 @@ Record ../Components/ExtensionClass/Record.c -I../Components/Ext
cStringIO ../Components/cPickle/cStringIO.c
cPickle ../Components/cPickle/cPickle.c
BTree ../Components/BTree/BTree.c -I../Components/ExtensionClass -I../Components/BTree
IIBTree ../Components/BTree/IIBTree.c -I../Components/ExtensionClass -I../Components/BTree
IOBTree ../Components/BTree/IOBTree.c -I../Components/ExtensionClass -I../Components/BTree
OIBTree ../Components/BTree/OIBTree.c -I../Components/ExtensionClass -I../Components/BTree
intSet ../Components/BTree/intSet.c -I../Components/ExtensionClass -I../Components/BTree
BTree ../Components/BTree/BTree.c -I../Components/ExtensionClass -I../Components/BTree -I./BoboPOS
IIBTree ../Components/BTree/IIBTree.c -I../Components/ExtensionClass -I../Components/BTree -I./BoboPOS
IOBTree ../Components/BTree/IOBTree.c -I../Components/ExtensionClass -I../Components/BTree -I./BoboPOS
OIBTree ../Components/BTree/OIBTree.c -I../Components/ExtensionClass -I../Components/BTree -I./BoboPOS
intSet ../Components/BTree/intSet.c -I../Components/ExtensionClass -I../Components/BTree -I./BoboPOS
zlib ../Components/zlib/zlib.c -I../Components/zlib ../Components/zlib/adler32.c ../Components/zlib/compress.c ../Components/zlib/crc32.c ../Components/zlib/gzio.c ../Components/zlib/uncompr.c ../Components/zlib/deflate.c ../Components/zlib/trees.c ../Components/zlib/zutil.c ../Components/zlib/inflate.c ../Components/zlib/infblock.c ../Components/zlib/inftrees.c ../Components/zlib/infcodes.c ../Components/zlib/infutil.c ../Components/zlib/inffast.c
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment