Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 68d83d1

Browse files
committed
Merged revisions 81880 via svnmerge from
svn+ssh://[email protected]/python/trunk ........ r81880 | andrew.kuchling | 2010-06-10 19:14:34 -0500 (Thu, 10 Jun 2010) | 1 line Edit comments for current Python; bump version number of Python ........
1 parent 599e654 commit 68d83d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Demo/embed/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Makefile for embedded Python use demo.
2-
# (This version tailored for my Red Hat Linux 6.1 setup;
2+
# (This version originally written on Red Hat Linux 6.1;
33
# edit lines marked with XXX.)
44

55
# XXX The compiler you are using
@@ -10,7 +10,7 @@ blddir= ../..
1010
srcdir= ../..
1111

1212
# Python version
13-
VERSION= 3.0
13+
VERSION= 3.2
1414

1515
# Compiler flags
1616
OPT= -g
@@ -21,7 +21,7 @@ CPPFLAGS= $(INCLUDES)
2121
# The Python library
2222
LIBPYTHON= $(blddir)/libpython$(VERSION).a
2323

24-
# XXX edit LIBS (in particular) to match $(blddir)/Modules/Makefile
24+
# XXX edit LIBS (in particular) to match $(blddir)/Makefile
2525
LIBS= -lnsl -ldl -lreadline -ltermcap -lieee -lpthread -lutil
2626
LDFLAGS= -Xlinker -export-dynamic
2727
SYSLIBS= -lm

0 commit comments

Comments
 (0)