[Python-checkins] python/dist/src/PC/VC6 pythoncore.dsp, 1.16.2.1, 1.16.2.2

jhylton@users.sourceforge.net jhylton at users.sourceforge.net
Sun Oct 16 07:24:09 CEST 2005


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

Modified Files:
      Tag: ast-branch
	pythoncore.dsp 
Log Message:
Merge head to branch (for the last time)


Index: pythoncore.dsp
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/VC6/pythoncore.dsp,v
retrieving revision 1.16.2.1
retrieving revision 1.16.2.2
diff -u -d -r1.16.2.1 -r1.16.2.2
--- pythoncore.dsp	7 Jan 2005 07:04:13 -0000	1.16.2.1
+++ pythoncore.dsp	16 Oct 2005 05:24:05 -0000	1.16.2.2
@@ -301,6 +301,10 @@
 # End Source File
 # Begin Source File
 
+SOURCE=..\..\Modules\functionalmodule.c
+# End Source File
+# Begin Source File
+
 SOURCE=..\..\Python\future.c
 # End Source File
 # Begin Source File
@@ -535,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