summaryrefslogtreecommitdiffstats
path: root/Parser
diff options
context:
space:
mode:
Diffstat (limited to 'Parser')
-rw-r--r--Parser/grammar.mak5
1 files changed, 4 insertions, 1 deletions
diff --git a/Parser/grammar.mak b/Parser/grammar.mak
index 3463d64..a6f1abe 100644
--- a/Parser/grammar.mak
+++ b/Parser/grammar.mak
@@ -2,6 +2,9 @@
#
# nmake /f grammar.mak
#
+# You may also need to copy python23.dll into this directory, or get
+# it on your search path.
+#
# The intermediate files can be nuked afterwards:
#
# nmake /f grammar.mak clean
@@ -14,7 +17,7 @@
LIBS= ..\PCbuild\python23.lib
-CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL /MD
+CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL /D PGEN /MD
GRAMMAR_H= ..\Include\graminit.h
GRAMMAR_C= ..\Python\graminit.c