jvr df9c02960b removed obsolete unix makefile support: distutils takes care
of that now (see setup.py in fonttools/).


git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@142 4cde692c-a291-49d1-8350-778aa11640f8
2001-08-09 19:06:39 +00:00
..

eexecOp is imported by the fontTools.misc.eexec module, and the latter
provides a (slow) Python implementation in case eexecOp isn't there.
It is designed to be a shared library, to be placed in 
    FontTools/Lib/fontTools/misc/
but it should also work as a (possibly statically linked) top level module.

It is built automatically when you run

   python setup.py build
or
   python setup.py install

in the top level FontTools directory.

Just