diff options
author | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2002-04-30 13:06:32 (GMT) |
---|---|---|
committer | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2002-04-30 13:06:32 (GMT) |
commit | 07c639f577b52f45c99f50998efc1b0ea511198b (patch) | |
tree | fb79ca95330d448f860b0a0b8235e7c80c8246a6 /PC/os2emx | |
parent | e41abab33b0b467acd6bdc7d73ce4b5cef4fd5bf (diff) | |
download | cpython-07c639f577b52f45c99f50998efc1b0ea511198b.zip cpython-07c639f577b52f45c99f50998efc1b0ea511198b.tar.gz cpython-07c639f577b52f45c99f50998efc1b0ea511198b.tar.bz2 |
add enumobject.c to build machinery
Diffstat (limited to 'PC/os2emx')
-rw-r--r-- | PC/os2emx/Makefile | 5 |
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 \ |