summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
Diffstat (limited to 'Parser')
-rw-r--r--Parser/grammar.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Parser/grammar.mak b/Parser/grammar.mak
index c4cc1b5..3463d64 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