summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>2002-04-30 13:06:32 (GMT)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>2002-04-30 13:06:32 (GMT)
commit07c639f577b52f45c99f50998efc1b0ea511198b (patch)
treefb79ca95330d448f860b0a0b8235e7c80c8246a6 /PC
parente41abab33b0b467acd6bdc7d73ce4b5cef4fd5bf (diff)
downloadcpython-07c639f577b52f45c99f50998efc1b0ea511198b.zip
cpython-07c639f577b52f45c99f50998efc1b0ea511198b.tar.gz
cpython-07c639f577b52f45c99f50998efc1b0ea511198b.tar.bz2
add enumobject.c to build machinery
Diffstat (limited to 'PC')
-rw-r--r--PC/os2emx/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index f4ed510..dcd6d16 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -1,4 +1,4 @@
-#####################==================----------------úúúúúúúúúúúúú
+#####################==================----------------·············
#
# Top-Level Makefile for Building Python 2.3 for OS/2 using GCC/EMX
# Originally written by Andrew Zabolotny, <bit@eltech.ru> for Python 1.5.2
@@ -21,7 +21,7 @@
# make lx (if you have lxlite)
# make test (optional)
#
-#####################==================----------------úúúúúúúúúúúúú
+#####################==================----------------·············
# === Compilation mode: debug or release ===
MODE= optimize
@@ -308,6 +308,7 @@ SRC.OBJECT= $(addprefix $(TOP), \
Objects/complexobject.c \
Objects/descrobject.c \
Objects/dictobject.c \
+ Objects/enumobject.c \
Objects/fileobject.c \
Objects/floatobject.c \
Objects/frameobject.c \