Kaydet (Commit) b7f10537 authored tarafından Andrew M. Kuchling's avatar Andrew M. Kuchling

Added Python interface to Expat XML parser.

    The Setup.in entry is sort of a lie; it links with -lexpat, but
    Expat's Makefile doesn't actually build a libexpat.a.  I'll send
    Expat's author a patch to do that; if he doesn't accept it, this
    rule will have to list Expat's object files (ick!), or have a
    comment explaining how to build a .a file.
üst 6a6a77c6
...@@ -425,5 +425,9 @@ cPickle cPickle.c ...@@ -425,5 +425,9 @@ cPickle cPickle.c
# See http://www.cdrom.com/pub/infozip/zlib/ # See http://www.cdrom.com/pub/infozip/zlib/
#zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz #zlib zlibmodule.c -I$(prefix)/include -L$(exec_prefix)/lib -lz
# Interface to the Expat XML parser
#EXPAT_DIR=/usr/local/src/expat/
#pyexpat pyexpat.c -I$(EXPAT_DIR)/xmlparse -L$(EXPAT_DIR) -lexpat
# Example -- included for reference only: # Example -- included for reference only:
# xx xxmodule.c # xx xxmodule.c
This diff is collapsed.
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