[Python-checkins] python/dist/src/PC/os2emx Makefile,1.15,1.16

aimacintyre at users.sourceforge.net aimacintyre at users.sourceforge.net
Thu Dec 25 08:25:22 EST 2003


Update of /cvsroot/python/python/dist/src/PC/os2emx
In directory sc8-pr-cvs1:/tmp/cvs-serv6053

Modified Files:
	Makefile 
Log Message:
add definitions required for expat 1.95.7

Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2emx/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** Makefile	2 Dec 2003 12:21:20 -0000	1.15
--- Makefile	25 Dec 2003 13:25:20 -0000	1.16
***************
*** 471,475 ****
  EXPAT.INC=	-I../../Modules/expat
  EXPAT.DEF=	-DHAVE_EXPAT_H -DXML_NS=1 -DXML_DTD=1 -DXML_BYTE_ORDER=12 \
! 		-DXML_CONTENT_BYTES=1024
  EXPAT.SRC=	$(addprefix ../../Modules/expat/, \
  		xmlparse.c \
--- 471,475 ----
  EXPAT.INC=	-I../../Modules/expat
  EXPAT.DEF=	-DHAVE_EXPAT_H -DXML_NS=1 -DXML_DTD=1 -DXML_BYTE_ORDER=12 \
! 		-DXML_CONTENT_BYTES=1024 -DHAVE_MEMMOVE=1 -DHAVE_BCOPY=1
  EXPAT.SRC=	$(addprefix ../../Modules/expat/, \
  		xmlparse.c \





More information about the Python-checkins mailing list