Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c61926

Browse files
committed
Update the Windows makefile for 2.3.
1 parent 931625d commit 1c61926

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Parser/grammar.mak

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
# nmake /f grammar.mak clean
88
#
99
# 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
10+
# as a result this requires linking with python23.lib, so it's of no use
1111
# for bootstrapping (the cause appears to be a useless-- in this
1212
# particular case --pragma in PC\pyconfig.h, which demands that
13-
# python22.lib get linked in).
13+
# python23.lib get linked in).
1414

15-
LIBS= ..\PCbuild\python22.lib
15+
LIBS= ..\PCbuild\python23.lib
1616

1717
CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL
1818

0 commit comments

Comments
 (0)