Mailing List Archive

python/dist/src/Parser grammar.mak,1.1,1.2
Update of /cvsroot/python/python/dist/src/Parser
In directory usw-pr-cvs1:/tmp/cvs-serv3766

Modified Files:
grammar.mak
Log Message:
Update the Windows makefile for 2.3.


Index: grammar.mak
===================================================================
RCS file: /cvsroot/python/python/dist/src/Parser/grammar.mak,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** grammar.mak 13 Oct 2001 20:16:17 -0000 1.1
--- grammar.mak 22 Apr 2002 00:39:44 -0000 1.2
***************
*** 8,17 ****
#
# I don't understand the maze of preprocessor #define's on Windows, and
# for bootstrapping (the cause appears to be a useless-- in this
# particular case --pragma in PC\pyconfig.h, which demands that
! # python22.lib get linked in).

! LIBS= ..\PCbuild\python22.lib

CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL
--- 8,17 ----
#
# I don't understand the maze of preprocessor #define's on Windows, and
# for bootstrapping (the cause appears to be a useless-- in this
# particular case --pragma in PC\pyconfig.h, which demands that
! # python23.lib get linked in).

! LIBS= ..\PCbuild\python23.lib

CFLAGS= /I ..\Include /I ..\PC /D MS_NO_COREDLL