[Python-checkins] python/dist/src/PC/VC6 pythoncore.dsp,1.6,1.7

theller at users.sourceforge.net theller at users.sourceforge.net
Thu Apr 22 14:30:20 EDT 2004


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

Modified Files:
	pythoncore.dsp 
Log Message:
Remove the Modules/heaqmodule.c, and add Modules/_heapmodule.c, so
that the project compiles again with VC6.


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/VC6/pythoncore.dsp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pythoncore.dsp	29 Jan 2004 06:37:52 -0000	1.6
--- pythoncore.dsp	22 Apr 2004 18:30:17 -0000	1.7
***************
*** 146,149 ****
--- 146,153 ----
  # Begin Source File
  
+ SOURCE=..\..\Modules\_heapmodule.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=..\..\Modules\_hotshot.c
  # End Source File
***************
*** 403,410 ****
  # Begin Source File
  
- SOURCE=..\..\Modules\heapqmodule.c
- # End Source File
- # Begin Source File
- 
  SOURCE=..\..\Modules\imageop.c
  # End Source File
--- 407,410 ----




More information about the Python-checkins mailing list