Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 931625d commit 1c61926Copy full SHA for 1c61926
1 file changed
Parser/grammar.mak
@@ -7,12 +7,12 @@
7
# nmake /f grammar.mak clean
8
#
9
# I don't understand the maze of preprocessor #define's on Windows, and
10
-# 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
11
# for bootstrapping (the cause appears to be a useless-- in this
12
# particular case --pragma in PC\pyconfig.h, which demands that
13
-# python22.lib get linked in).
+# python23.lib get linked in).
14
15
-LIBS= ..\PCbuild\python22.lib
+LIBS= ..\PCbuild\python23.lib
16
17
CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL
18
0 commit comments