[Python-3000-checkins] r59708 - python/branches/py3k/PC/VS7.1/pythoncore.vcproj

christian.heimes python-3000-checkins at python.org
Fri Jan 4 13:57:11 CET 2008


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>


More information about the Python-3000-checkins mailing list