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

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Tue Jun 8 16:33:27 EDT 2004


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

Modified Files:
	pythoncore.dsp 
Log Message:
Teach MSVC 6 about pystrtod.c.


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/VC6/pythoncore.dsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pythoncore.dsp	2 Jun 2004 18:58:44 -0000	1.10
--- pythoncore.dsp	8 Jun 2004 20:32:58 -0000	1.11
***************
*** 568,571 ****
--- 568,575 ----
  # Begin Source File
  
+ SOURCE=..\..\Python\pystrtod.c
+ # End Source File
+ # Begin Source File
+ 
  SOURCE=..\python_nt.rc
  # End Source File




More information about the Python-checkins mailing list