]> granicus.if.org Git - python/commitdiff
Link with the right C library! This has always been wrong (& my fault).
authorTim Peters <tim.peters@gmail.com>
Thu, 23 May 2002 19:25:59 +0000 (19:25 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 23 May 2002 19:25:59 +0000 (19:25 +0000)
Parser/grammar.mak

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