]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update
authorGuido van Rossum <guido@python.org>
Sun, 26 Feb 1995 10:18:37 +0000 (10:18 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 26 Feb 1995 10:18:37 +0000 (10:18 +0000)
Mac/MPW/Makefile

index 9d8f70e395adb58b8b2077ab0889428958020b0f..38649c129afd2ac8b5e4973e211c2acb6c3411f8 100644 (file)
@@ -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 
        {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 
 
 "{Objs}"fmod.c.o Ä "{Top}"Python:fmod.c
        {CC} "{Top}"Python:fmod.c -o "{Objs}"fmod.c.o -s fmod.c {CFlags}
+