Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e1db77

Browse files
committed
Update
1 parent 76efd8e commit 2e1db77

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Mac/MPW/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Top = :::
1212
CC = SC
1313
CFlagsNoInclude = -woff -e -model cfmseg -b ¶
14-
-d HAVE_CONFIG_H=1 -d MPW=1 -d USE_MAC_SHARED_LIBRARY=1
14+
-d HAVE_CONFIG_H=1 -d MPW=1 -d USE_MAC_SHARED_LIBRARY=1 -d USE_MAC_APPLET_SUPPORT
1515
PythonIncludes = -i "{Top}"Mac: -i "{Top}"Include:
1616
MacIncludes = -i "{CIncludes}"
1717
CFlagsMac = {CFlagsNoInclude} {MacIncludes} {PythonIncludes}
@@ -222,7 +222,7 @@ xxmodule.slb
222222
{CC} "{Top}"Mac:macapplet.c -o "{Objs}"macapplet.c.o -s macapplet.c {CFlags}
223223

224224
"{Objs}"macmain.c.o Ä "{Top}"Mac:macmain.c
225-
{CC} "{Top}"Mac:macmain.c -o "{Objs}"macmain.c.o -s macmain.c -d USE_MAC_SHARED_LIBRARY {CFlags}
225+
{CC} "{Top}"Mac:macmain.c -o "{Objs}"macmain.c.o -s macmain.c {CFlags}
226226

227227
"{Objs}"pythonmain.c.o Ä "{Top}"Python:pythonmain.c
228228
{CC} "{Top}"Python:pythonmain.c -o "{Objs}"pythonmain.c.o -s pythonmain.c {CFlags}
@@ -511,3 +511,4 @@ xxmodule.slb
511511

512512
"{Objs}"fmod.c.o Ä "{Top}"Python:fmod.c
513513
{CC} "{Top}"Python:fmod.c -o "{Objs}"fmod.c.o -s fmod.c {CFlags}
514+

0 commit comments

Comments
 (0)