diff --git a/Mac/Demo/building.html b/Mac/Demo/building.html index ec804b8d301..f412ffe94e1 100644 --- a/Mac/Demo/building.html +++ b/Mac/Demo/building.html @@ -417,7 +417,7 @@

Rebuilding .exp files for PPC and CFM68K

reference to it in the project (in the "config" section). Next, build PythonCore. This will create a new .exp file. Edit this file to remove the references to the symbols __initialize, __terminate, setjmp, -longjmp, main and (for PPC) __ptmf_null or (for +longjmp, vec_longjmp, main and (for PPC) __ptmf_null or (for CFM68K) __start and dummy_init_routine. Next, add the .exp file to the project again and rebuild PythonCore.