]> granicus.if.org Git - python/commitdiff
add enumobject.c to build machinery
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>
Tue, 30 Apr 2002 13:06:32 +0000 (13:06 +0000)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>
Tue, 30 Apr 2002 13:06:32 +0000 (13:06 +0000)
PC/os2emx/Makefile

index f4ed5100e20c3aa0b622a3a8adc6af8135830949..dcd6d1638ea55d282e0e2b1146fc5e17c1a99a04 100644 (file)
@@ -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 \