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

Skip to content

Commit 1ccb3ee

Browse files
committed
Link with the right C library! This has always been wrong (& my fault).
1 parent f547863 commit 1ccb3ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Parser/grammar.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
LIBS= ..\PCbuild\python23.lib
1616

17-
CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL
17+
CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL /MD
1818

1919
GRAMMAR_H= ..\Include\graminit.h
2020
GRAMMAR_C= ..\Python\graminit.c

0 commit comments

Comments
 (0)