[Python-checkins] python/dist/src/Parser grammar.mak,1.3,1.4

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Mon, 16 Jun 2003 17:05:55 -0700


Update of /cvsroot/python/python/dist/src/Parser
In directory sc8-pr-cvs1:/tmp/cvs-serv28956/Parser

Modified Files:
	grammar.mak 
Log Message:
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).


Index: grammar.mak
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/grammar.mak,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** grammar.mak	23 May 2002 19:25:59 -0000	1.3
--- grammar.mak	17 Jun 2003 00:05:53 -0000	1.4
***************
*** 3,6 ****
--- 3,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:
  #
***************
*** 15,19 ****
  LIBS= ..\PCbuild\python23.lib
  
! CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL /MD
  
  GRAMMAR_H= ..\Include\graminit.h
--- 18,22 ----
  LIBS= ..\PCbuild\python23.lib
  
! CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL /D PGEN /MD
  
  GRAMMAR_H= ..\Include\graminit.h