From: Jack Jansen Date: Sat, 9 Nov 1996 18:48:49 +0000 (+0000) Subject: Updated (which should have been done before the 1.4 distribution). X-Git-Tag: v1.5a1~950 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=abc2db7b68d3ebd69b4b991e26e3568a1b50f87a;p=thirdparty%2FPython%2Fcpython.git Updated (which should have been done before the 1.4 distribution). --- diff --git a/Mac/Demo/building.html b/Mac/Demo/building.html index 9c182dc653da..b72361c37107 100644 --- a/Mac/Demo/building.html +++ b/Mac/Demo/building.html @@ -41,7 +41,7 @@ directory Mac/mwerks/projects for the project files and related stuff.
  • You need MetroWerks CodeWarrior. The current distribution has -been built with version 9 of CodeWarrior. Ordering information is +been built with version 10 of CodeWarrior. Ordering information is available on the MetroWerks homepage. You might still be able to build Python with MPW or Think/Symantec C but you are basically on your own. @@ -123,12 +123,18 @@ Top-level-folder: First build GUSI. Move the files from the "CWGUSI-mods" to the right place in the CWGUSI distribution folder, and build the -projects GUSI.68K.µ, GUSI.CFM68K.µ -(note that the Gusi CFM68K project is -distributed without "far data": you should set this option before building) -and GUSI.PPC.µ. +projects GUSI.68K.µ, GUSI.CFM68K.µ and +GUSI.PPC.µ. +Two notes: + If you have a CWGUSI version more recent than -1.7.2 it could be that the fixes are already included, check it. Alternatively, +1.8 it could be that the fixes are already included, check it. Alternatively, you can forget about the fixes and remove the one reference to GUSILoadPreferences in the Python sources. This will disable the "default file creator/type" and "Delay Sioux window" preferences in Python.