diff options
author | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2002-04-15 12:09:45 (GMT) |
---|---|---|
committer | Andrew MacIntyre <andymac@bullseye.apana.org.au> | 2002-04-15 12:09:45 (GMT) |
commit | 6c65531511901325391dae6effd0183b39c92c27 (patch) | |
tree | bd33a001cbf544ee9dae9af97254908737e7d52f /PC/os2emx/Makefile | |
parent | f367651472f66d663e022eb658c379e275adfb29 (diff) | |
download | cpython-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/Makefile | 2 |
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 \ |