mirror of https://github.com/python/cpython.git
add enumobject.c to build machinery
This commit is contained in:
parent
e41abab33b
commit
07c639f577
|
@ -1,4 +1,4 @@
|
||||||
#####################==================----------------<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
#####################==================----------------·············
|
||||||
#
|
#
|
||||||
# Top-Level Makefile for Building Python 2.3 for OS/2 using GCC/EMX
|
# 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
|
# Originally written by Andrew Zabolotny, <bit@eltech.ru> for Python 1.5.2
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
# make lx (if you have lxlite)
|
# make lx (if you have lxlite)
|
||||||
# make test (optional)
|
# make test (optional)
|
||||||
#
|
#
|
||||||
#####################==================----------------<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
#####################==================----------------·············
|
||||||
|
|
||||||
# === Compilation mode: debug or release ===
|
# === Compilation mode: debug or release ===
|
||||||
MODE= optimize
|
MODE= optimize
|
||||||
|
@ -308,6 +308,7 @@ SRC.OBJECT= $(addprefix $(TOP), \
|
||||||
Objects/complexobject.c \
|
Objects/complexobject.c \
|
||||||
Objects/descrobject.c \
|
Objects/descrobject.c \
|
||||||
Objects/dictobject.c \
|
Objects/dictobject.c \
|
||||||
|
Objects/enumobject.c \
|
||||||
Objects/fileobject.c \
|
Objects/fileobject.c \
|
||||||
Objects/floatobject.c \
|
Objects/floatobject.c \
|
||||||
Objects/frameobject.c \
|
Objects/frameobject.c \
|
||||||
|
|
Loading…
Reference in New Issue