[Python-checkins] python/dist/src/Demo/embed Makefile,1.11,1.12
fdrake@users.sourceforge.net
fdrake@users.sourceforge.net
Thu, 25 Jul 2002 09:23:23 -0700
Update of /cvsroot/python/python/dist/src/Demo/embed
In directory usw-pr-cvs1:/tmp/cvs-serv5482
Modified Files:
Makefile
Log Message:
- Make number in comment match the targets in that section of the
Makefile.
- Update the Python version number so we're using the library built
from the current working sources.
Index: Makefile
===================================================================
RCS file: /cvsroot/python/python/dist/src/Demo/embed/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** Makefile 17 Nov 2001 06:28:08 -0000 1.11
--- Makefile 25 Jul 2002 16:23:21 -0000 1.12
***************
*** 11,15 ****
# Python version
! VERSION= 2.2
# Compiler flags
--- 11,15 ----
# Python version
! VERSION= 2.3
# Compiler flags
***************
*** 29,33 ****
ALLLIBS= $(LIBPYTHON) $(MODLIBS) $(LIBS) $(SYSLIBS)
! # Build the demo application
all: demo loop importexc
demo: demo.o
--- 29,33 ----
ALLLIBS= $(LIBPYTHON) $(MODLIBS) $(LIBS) $(SYSLIBS)
! # Build the demo applications
all: demo loop importexc
demo: demo.o