summaryrefslogtreecommitdiff
path: root/Mac/MPW
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1995-02-26 10:18:37 +0000
committerGuido van Rossum <guido@python.org>1995-02-26 10:18:37 +0000
commitea0ad7713f5757b1d7469131a30feaa687e5034e (patch)
tree802a7f6690289682bc9f618fd04fe57c7e7a72af /Mac/MPW
parentf89e4f002a279f72854f0fe3a9d80bc062fe4cc3 (diff)
downloadcpython-ea0ad7713f5757b1d7469131a30feaa687e5034e.tar.gz
Update
Diffstat (limited to 'Mac/MPW')
-rw-r--r--Mac/MPW/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Mac/MPW/Makefile b/Mac/MPW/Makefile
index 9d8f70e395..38649c129a 100644
--- a/Mac/MPW/Makefile
+++ b/Mac/MPW/Makefile
@@ -11,7 +11,7 @@
Top = :::
CC = SC
CFlagsNoInclude = -woff -e -model cfmseg -b ¶
- -d HAVE_CONFIG_H=1 -d MPW=1 -d USE_MAC_SHARED_LIBRARY=1
+ -d HAVE_CONFIG_H=1 -d MPW=1 -d USE_MAC_SHARED_LIBRARY=1 -d USE_MAC_APPLET_SUPPORT
PythonIncludes = -i "{Top}"Mac: -i "{Top}"Include:
MacIncludes = -i "{CIncludes}"
CFlagsMac = {CFlagsNoInclude} {MacIncludes} {PythonIncludes}
@@ -222,7 +222,7 @@ xxmodule.slb Ä PythonLib.slb "{Objs}"xxmodule.c.o
{CC} "{Top}"Mac:macapplet.c -o "{Objs}"macapplet.c.o -s macapplet.c {CFlags}
"{Objs}"macmain.c.o Ä "{Top}"Mac:macmain.c
- {CC} "{Top}"Mac:macmain.c -o "{Objs}"macmain.c.o -s macmain.c -d USE_MAC_SHARED_LIBRARY {CFlags}
+ {CC} "{Top}"Mac:macmain.c -o "{Objs}"macmain.c.o -s macmain.c {CFlags}
"{Objs}"pythonmain.c.o Ä "{Top}"Python:pythonmain.c
{CC} "{Top}"Python:pythonmain.c -o "{Objs}"pythonmain.c.o -s pythonmain.c {CFlags}
@@ -511,3 +511,4 @@ xxmodule.slb Ä PythonLib.slb "{Objs}"xxmodule.c.o
"{Objs}"fmod.c.o Ä "{Top}"Python:fmod.c
{CC} "{Top}"Python:fmod.c -o "{Objs}"fmod.c.o -s fmod.c {CFlags}
+