aboutsummaryrefslogtreecommitdiffstats
path: root/Demo
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-06-11 00:14:34 +0000
committerAndrew M. Kuchling <amk@amk.ca>2010-06-11 00:14:34 +0000
commita0b0c6f23c5ca05e026da23049e042e0a0e9086c (patch)
tree1bb3b00c245fabb8952e02b09ca1c5b6fc97de93 /Demo
parent33958b87f289068dfb0b4f41df8548cbf57a9eec (diff)
downloadplatform_external_python_cpython2-a0b0c6f23c5ca05e026da23049e042e0a0e9086c.tar.gz
platform_external_python_cpython2-a0b0c6f23c5ca05e026da23049e042e0a0e9086c.tar.bz2
platform_external_python_cpython2-a0b0c6f23c5ca05e026da23049e042e0a0e9086c.zip
Edit comments for current Python; bump version number of Python
Diffstat (limited to 'Demo')
-rw-r--r--Demo/embed/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile
index ddbdd929e2..19ba344f51 100644
--- a/Demo/embed/Makefile
+++ b/Demo/embed/Makefile
@@ -1,5 +1,5 @@
# Makefile for embedded Python use demo.
-# (This version tailored for my Red Hat Linux 6.1 setup;
+# (This version originally written on Red Hat Linux 6.1;
# edit lines marked with XXX.)
# XXX The compiler you are using
@@ -10,7 +10,7 @@ blddir= ../..
srcdir= ../..
# Python version
-VERSION= 2.6
+VERSION= 2.7
# Compiler flags
OPT= -g
@@ -21,7 +21,7 @@ CPPFLAGS= $(INCLUDES)
# The Python library
LIBPYTHON= $(blddir)/libpython$(VERSION).a
-# XXX edit LIBS (in particular) to match $(blddir)/Modules/Makefile
+# XXX edit LIBS (in particular) to match $(blddir)/Makefile
LIBS= -lnsl -ldl -lreadline -ltermcap -lieee -lpthread -lutil
LDFLAGS= -Xlinker -export-dynamic
SYSLIBS= -lm