Commit graph

3 commits

Author SHA1 Message Date
Ian Abbott
8800748314 Adjust setup.py to link against libtool's lib/.libs/.
Patch from W. Trevor King.
2010-12-17 13:56:26 +00:00
Ian Abbott
d5e7c2a116 Revert previous commit, renaming comedi_wrap.c back to comedi_python_wrap.c.
Add "comedi_python.i" swig interface file which merely %includes the
"comedi.i" in the parent directory.  Fix paths in "setup.py" and set it up
to run swig directly (using "comedi_python.i" as the source).  Change
"_comedi.py" to "comedi.py" (but keep the underscore prefix on the .so
and .la files).
Based on a patch by W. Trevor King.
2010-12-16 16:03:35 +00:00
Frank Mori Hess
bc7a0262b2 moved SWIG code from python directory to new swig directory. Added
beginnings of support for ruby swig binding
2004-01-04 16:56:35 +00:00
Renamed from python/setup.py (Browse further)