summaryrefslogtreecommitdiffstats
path: root/PC/os2emx/Makefile
diff options
context:
space:
mode:
authorAndrew MacIntyre <andymac@bullseye.apana.org.au>2002-04-15 12:09:45 (GMT)
committerAndrew MacIntyre <andymac@bullseye.apana.org.au>2002-04-15 12:09:45 (GMT)
commit6c65531511901325391dae6effd0183b39c92c27 (patch)
treebd33a001cbf544ee9dae9af97254908737e7d52f /PC/os2emx/Makefile
parentf367651472f66d663e022eb658c379e275adfb29 (diff)
downloadcpython-6c65531511901325391dae6effd0183b39c92c27.zip
cpython-6c65531511901325391dae6effd0183b39c92c27.tar.gz
cpython-6c65531511901325391dae6effd0183b39c92c27.tar.bz2
update build infrastructure for pymalloc and bool changes
Diffstat (limited to 'PC/os2emx/Makefile')
-rw-r--r--PC/os2emx/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index 88120ba..f4ed510 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -300,6 +300,7 @@ SRC.PYTHON= $(addprefix $(TOP), \
Python/thread.c)
SRC.OBJECT= $(addprefix $(TOP), \
Objects/abstract.c \
+ Objects/boolobject.c \
Objects/bufferobject.c \
Objects/cellobject.c \
Objects/classobject.c \
@@ -318,6 +319,7 @@ SRC.OBJECT= $(addprefix $(TOP), \
Objects/methodobject.c \
Objects/moduleobject.c \
Objects/object.c \
+ Objects/obmalloc.c \
Objects/rangeobject.c \
Objects/sliceobject.c \
Objects/stringobject.c \