[Python-checkins] python/dist/src/PCbuild pythoncore.vcproj, 1.2, 1.3

theller at users.sourceforge.net theller at users.sourceforge.net
Tue Jan 6 14:27:41 EST 2004


Update of /cvsroot/python/python/dist/src/PCbuild
In directory sc8-pr-cvs1:/tmp/cvs-serv11327

Modified Files:
	pythoncore.vcproj 
Log Message:
Add the _bisectmodule.c source file to the pythoncore project - seems to have been forgotten.


Index: pythoncore.vcproj
===================================================================
RCS file: /cvsroot/python/python/dist/src/PCbuild/pythoncore.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pythoncore.vcproj	4 Jan 2004 09:58:33 -0000	1.2
--- pythoncore.vcproj	6 Jan 2004 19:27:38 -0000	1.3
***************
*** 155,158 ****
--- 155,161 ----
  	<Files>
  		<File
+ 			RelativePath="..\Modules\_bisectmodule.c">
+ 		</File>
+ 		<File
  			RelativePath="..\Modules\_codecsmodule.c">
  			<FileConfiguration





More information about the Python-checkins mailing list