]> granicus.if.org Git - python/commitdiff
Update the Windows makefile for 2.3.
authorTim Peters <tim.peters@gmail.com>
Mon, 22 Apr 2002 00:39:44 +0000 (00:39 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 22 Apr 2002 00:39:44 +0000 (00:39 +0000)
Parser/grammar.mak

index bbb83aa1c6a4d2d1cd9385167bae562a7d72a613..c4cc1b555b7be74fad2b25e0a31a94c5e3be38de 100644 (file)
@@ -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