From: Tim Peters Date: Mon, 22 Apr 2002 00:39:44 +0000 (+0000) Subject: Update the Windows makefile for 2.3. X-Git-Tag: v2.3c1~5847 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1c6192662da753cfefc12f05c6e2886ceb79fb72;p=python Update the Windows makefile for 2.3. --- diff --git a/Parser/grammar.mak b/Parser/grammar.mak index bbb83aa1c6..c4cc1b555b 100644 --- a/Parser/grammar.mak +++ b/Parser/grammar.mak @@ -7,12 +7,12 @@ # nmake /f grammar.mak clean # # I don't understand the maze of preprocessor #define's on Windows, and -# as a result this requires linking with python22.lib, so it's of no use +# as a result this requires linking with python23.lib, so it's of no use # for bootstrapping (the cause appears to be a useless-- in this # particular case --pragma in PC\pyconfig.h, which demands that -# python22.lib get linked in). +# python23.lib get linked in). -LIBS= ..\PCbuild\python22.lib +LIBS= ..\PCbuild\python23.lib CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL