[Python-checkins] python/dist/src/PCbuild pythoncore.vcproj, 1.9, 1.10

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Jun 13 21:05:49 EDT 2004


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25965

Modified Files:
	pythoncore.vcproj 
Log Message:
Teach pythoncore project about new pystrtod.c for VC7.1.  This was done
a long time ago for VC6.


Index: pythoncore.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.vcproj,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pythoncore.vcproj	2 Jun 2004 18:58:55 -0000	1.9
--- pythoncore.vcproj	14 Jun 2004 01:05:46 -0000	1.10
***************
*** 1835,1838 ****
--- 1835,1841 ----
  		</File>
  		<File
+ 			RelativePath="..\Python\pystrtod.c">
+ 		</File>
+ 		<File
  			RelativePath="..\PC\python_nt.rc">
  			<FileConfiguration




More information about the Python-checkins mailing list