diff options
author | Guido van Rossum <guido@python.org> | 1995-02-21 20:58:30 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-02-21 20:58:30 (GMT) |
commit | 7fb1dcc43701f573744201f258e1ecd211f34f1c (patch) | |
tree | d72ea36b2b8cfb751f67b3f0b1084e5932398896 /Mac | |
parent | 0437e890414cd6b34e7ab74d03ba3eab90e29bcb (diff) | |
download | cpython-7fb1dcc43701f573744201f258e1ecd211f34f1c.zip cpython-7fb1dcc43701f573744201f258e1ecd211f34f1c.tar.gz cpython-7fb1dcc43701f573744201f258e1ecd211f34f1c.tar.bz2 |
added ctb
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/MPW/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/MPW/Makefile b/Mac/MPW/Makefile index 76da601..9d8f70e 100644 --- a/Mac/MPW/Makefile +++ b/Mac/MPW/Makefile @@ -114,7 +114,7 @@ ALL = ¶ "{Objs}"Resmodule.c.o ¶ "{Objs}"Sndmodule.c.o ¶ "{Objs}"Winmodule.c.o ¶ -# "{Objs}"ctbmodule.c.o ¶ + "{Objs}"ctbmodule.c.o ¶ # "{Objs}"imgformat.c.o ¶ # "{Objs}"macmain.c.o ¶ # "{Objs}"stdwinmodule.c.o ¶ |