projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
186bec2
)
- Make number in comment match the targets in that section of the
author
Fred Drake
<fdrake@acm.org>
Thu, 25 Jul 2002 16:23:21 +0000
(16:23 +0000)
committer
Fred Drake
<fdrake@acm.org>
Thu, 25 Jul 2002 16:23:21 +0000
(16:23 +0000)
Makefile.
- Update the Python version number so we're using the library built
from the current working sources.
Demo/embed/Makefile
patch
|
blob
|
history
diff --git
a/Demo/embed/Makefile
b/Demo/embed/Makefile
index 4269946dcec0e3bf7cf4bfefe71c9516ac8bb6cf..c8d538b608d1f91da54972e94aff15f79c2d517e 100644
(file)
--- a/
Demo/embed/Makefile
+++ b/
Demo/embed/Makefile
@@
-10,7
+10,7
@@
blddir= ../..
srcdir= ../..
# Python version
-VERSION= 2.
2
+VERSION= 2.
3
# Compiler flags
OPT= -g
@@
-28,7
+28,7
@@
SYSLIBS= -lm
MODLIBS=
ALLLIBS= $(LIBPYTHON) $(MODLIBS) $(LIBS) $(SYSLIBS)
-# Build the demo application
+# Build the demo application
s
all: demo loop importexc
demo: demo.o
$(CC) $(LDFLAGS) demo.o $(ALLLIBS) -o demo