From: Tim Peters Date: Thu, 23 May 2002 19:25:59 +0000 (+0000) Subject: Link with the right C library! This has always been wrong (& my fault). X-Git-Tag: v2.3c1~5602 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ccb3eeb7b7cac85fc97d94717ae41ac7ea14112;p=python Link with the right C library! This has always been wrong (& my fault). --- diff --git a/Parser/grammar.mak b/Parser/grammar.mak index c4cc1b555b..3463d64602 100644 --- a/Parser/grammar.mak +++ b/Parser/grammar.mak @@ -14,7 +14,7 @@ LIBS= ..\PCbuild\python23.lib -CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL +CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL /MD GRAMMAR_H= ..\Include\graminit.h GRAMMAR_C= ..\Python\graminit.c