From: Neal Norwitz Date: Fri, 18 Aug 2006 04:58:33 +0000 (+0000) Subject: Try to get Windows bots working again X-Git-Tag: v2.6a1~2782 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=094353c4840ca82d688902454bc7401096fa3ab1;p=python Try to get Windows bots working again --- diff --git a/PC/pyconfig.h b/PC/pyconfig.h index e0df67383b..4aedce73ac 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -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 */