Files
rdkit/Code/DataStructs/Jamfile
Greg Landrum 430a83bd96 merge in the jamfiles from the bjam branch;
various and sundry minor code cleanups;
this probably does not yet build on windows... that is next
2007-11-23 15:55:30 +00:00

13 lines
302 B
Plaintext

project DataStructs : : ;
lib DataStructs : BitVect.cpp SparseBitVect.cpp ExplicitBitVect.cpp Utils.cpp
base64.cpp BitOps.cpp DiscreteDistMat.cpp DiscreteValueVect.cpp : <link>static ;
exe test : testDatastructs.cpp DataStructs /RDKit//RDGeneral ;
install regrs : test : <location>testExecs ;