Author: christian.heimes
Date: Fri Jan  4 13:57:11 2008
New Revision: 59708

Modified:
   python/branches/py3k/PC/VS7.1/pythoncore.vcproj
Log:
Fixed #1733: Maybe PC/VS7.1/pythoncore.vcproj is missing Modules/md5module.c

Modified: python/branches/py3k/PC/VS7.1/pythoncore.vcproj
==============================================================================
--- python/branches/py3k/PC/VS7.1/pythoncore.vcproj     (original)
+++ python/branches/py3k/PC/VS7.1/pythoncore.vcproj     Fri Jan  4 13:57:11 2008
@@ -625,6 +625,9 @@
                <File
                        RelativePath="..\..\Modules\mathmodule.c">
                </File>
+               <File
+                       RelativePath="..\..\Modules\md5module.c">
+               </File>
                <File
                        RelativePath="..\..\Parser\metagrammar.c">
                </File>
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to