[Python-checkins] python/dist/src/Misc BeOS-setup.py,1.4,1.5
akuchling at users.sourceforge.net
akuchling at users.sourceforge.net
Wed Jun 2 13:42:59 EDT 2004
- Previous message: [Python-checkins] python/dist/src setup.py,1.186,1.187
- Next message: [Python-checkins] python/dist/src/Modules pcre-int.h, 2.5,
NONE pcre.h, 2.8, NONE pcremodule.c, 2.33, NONE pypcre.c, 2.26, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9216/Misc
Modified Files:
BeOS-setup.py
Log Message:
Don't build the pcre module any more
Index: BeOS-setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/BeOS-setup.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** BeOS-setup.py 17 Jan 2004 14:19:43 -0000 1.4
--- BeOS-setup.py 2 Jun 2004 17:42:56 -0000 1.5
***************
*** 178,182 ****
# Some modules that are normally always on:
exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) )
- exts.append( Extension('pcre', ['pcremodule.c', 'pypcre.c']) )
exts.append( Extension('_weakref', ['_weakref.c']) )
--- 178,181 ----
- Previous message: [Python-checkins] python/dist/src setup.py,1.186,1.187
- Next message: [Python-checkins] python/dist/src/Modules pcre-int.h, 2.5,
NONE pcre.h, 2.8, NONE pcremodule.c, 2.33, NONE pypcre.c, 2.26, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list