[Python-checkins] python/dist/src/PC/VC6 pythoncore.dsp,1.17,1.18

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Wed Aug 24 02:28:31 CEST 2005


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

Modified Files:
	pythoncore.dsp 
Log Message:
Update the PC configuration and project files for sha256 and sha512.

Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/VC6/pythoncore.dsp,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- pythoncore.dsp	28 Feb 2005 19:39:44 -0000	1.17
+++ pythoncore.dsp	24 Aug 2005 00:28:21 -0000	1.18
@@ -539,6 +539,14 @@
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\Modules\sha256module.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\..\Modules\sha512module.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\Modules\signalmodule.c
 # End Source File
 # Begin Source File



More information about the Python-checkins mailing list