]> granicus.if.org Git - python/commitdiff
Try to get Windows bots working again
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 18 Aug 2006 04:58:33 +0000 (04:58 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 18 Aug 2006 04:58:33 +0000 (04:58 +0000)
PC/pyconfig.h

index e0df67383bd0fffcdcda37286dda4c3fbc8b3622..4aedce73ac42041f3e5bf3438083a05b5eb979ce 100644 (file)
@@ -280,9 +280,9 @@ Py_NO_ENABLE_SHARED to find out.  Also support MS_NO_COREDLL for b/w compat */
                        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 */