[Python-checkins] python/dist/src/PC/VC6 pythoncore.dsp,1.9,1.10

theller at users.sourceforge.net theller at users.sourceforge.net
Wed Jun 2 14:58:46 EDT 2004


Update of /cvsroot/python/python/dist/src/PC/VC6
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26557

Modified Files:
	pythoncore.dsp 
Log Message:
Remove the pcre module.


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/VC6/pythoncore.dsp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pythoncore.dsp	1 Jun 2004 16:29:57 -0000	1.9
--- pythoncore.dsp	2 Jun 2004 18:58:44 -0000	1.10
***************
*** 556,563 ****
  # Begin Source File
  
- SOURCE=..\..\Modules\pcremodule.c
- # End Source File
- # Begin Source File
- 
  SOURCE=..\..\Modules\posixmodule.c
  # End Source File
--- 556,559 ----
***************
*** 568,575 ****
  # Begin Source File
  
- SOURCE=..\..\Modules\pypcre.c
- # End Source File
- # Begin Source File
- 
  SOURCE=..\..\Python\pystate.c
  # End Source File
--- 564,567 ----




More information about the Python-checkins mailing list