[Python-checkins] r51357 - python/trunk/PC/pyconfig.h

neal.norwitz python-checkins at python.org
Fri Aug 18 06:58:33 CEST 2006


Author: neal.norwitz
Date: Fri Aug 18 06:58:33 2006
New Revision: 51357

Modified:
   python/trunk/PC/pyconfig.h
Log:
Try to get Windows bots working again

Modified: python/trunk/PC/pyconfig.h
==============================================================================
--- python/trunk/PC/pyconfig.h	(original)
+++ python/trunk/PC/pyconfig.h	Fri Aug 18 06:58:33 2006
@@ -280,9 +280,9 @@
 			their Makefile (other compilers are generally
 			taken care of by distutils.) */
 #			ifdef _DEBUG
-#				pragma comment(lib,"python25_d.lib")
+#				pragma comment(lib,"python26_d.lib")
 #			else
-#				pragma comment(lib,"python25.lib")
+#				pragma comment(lib,"python26.lib")
 #			endif /* _DEBUG */
 #		endif /* _MSC_VER */
 #	endif /* Py_BUILD_CORE */


More information about the Python-checkins mailing list