Kaydet (Commit) 8ab2ec43 authored tarafından Tim Peters's avatar Tim Peters

SF bug 751956: graminit.[ch] don't build on windows

A change from Duncan Booth, to deal with changes in the way pgen gets
built.  Note that graminit.[ch] aren't normally built on Windows (they're
obtained from CVS).
üst 98a379ed
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
# #
# nmake /f grammar.mak # 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: # The intermediate files can be nuked afterwards:
# #
# nmake /f grammar.mak clean # nmake /f grammar.mak clean
...@@ -14,7 +17,7 @@ ...@@ -14,7 +17,7 @@
LIBS= ..\PCbuild\python23.lib 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_H= ..\Include\graminit.h
GRAMMAR_C= ..\Python\graminit.c GRAMMAR_C= ..\Python\graminit.c
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment