summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-29 09:14:14 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-29 09:14:14 (GMT)
commit8e1f8dd094f2a29f779bcee2868ffe3898f0866e (patch)
tree55c58e27c07fcdc22f5a1bddcb93db4cd58c7d6d /Mac
parent8ce65b4cde000e8648fdccf5371509c5953551d1 (diff)
downloadcpython-8e1f8dd094f2a29f779bcee2868ffe3898f0866e.zip
cpython-8e1f8dd094f2a29f779bcee2868ffe3898f0866e.tar.gz
cpython-8e1f8dd094f2a29f779bcee2868ffe3898f0866e.tar.bz2
Restructured MPW notes
Diffstat (limited to 'Mac')
-rw-r--r--Mac/README34
-rw-r--r--Mac/Relnotes-1.234
2 files changed, 46 insertions, 22 deletions
diff --git a/Mac/README b/Mac/README
index 0550a7c..9d866a7 100644
--- a/Mac/README
+++ b/Mac/README
@@ -143,17 +143,29 @@ copies resources into the application file from a file
================
The subdirectory MPW contains a README.MPW file, a buildall script and
-several Makefiles (in respective subdirectories), kindly contributed
-by Richard Walker of Island Software. Move these files to the
-corresponding locations relative to the Python root directory, and run
-the buildall script. The README.MPW file contains more instructions
-and caveats (I've added some remarks of my own at the end). I haven't
-tried building STDWIN with MPW recently (there is MPW specific code
-all over the STDWIN source but it is for a much older version of the
-compiler and library). The MPW and THINK C ports share all source
-files, including config.c and config.h -- all differentiation is done
-based on #ifdef THINK_C or #ifdef MPW (#ifdef macintosh is used for
-code that should be seen by all Mac compilers).
+several Makefiles, kindly contributed by Richard Walker of Island
+Software. Move these files to the corresponding locations relative to
+the Python root directory (where Mac-Makefile should become Makefile
+in the Mac subdirectory, etc.), and run the buildall script. The
+README.MPW file contains more instructions and caveats (I've added
+some remarks of my own at the end).
+
+Some notes:
+
+- The MPW and THINK C ports share all source files, including config.c
+ and config.h -- all differentiation is done based on #ifdef THINK_C
+ or #ifdef MPW (#ifdef macintosh is used for code that should be seen
+ by all Mac compilers).
+
+- The dynload subdirectory contains an attempt to create dynamically
+ loadable modules from CODE segments. This was not very successful
+ due to the restrictions on CODE segments (no global variables, no
+ calls to external functions). Maybe Apple's new shared library
+ manager will be a better starting point.
+
+- I haven't tried building STDWIN with MPW recently. There is MPW
+ specific code all over the STDWIN source but it is for a much older
+ version of the compiler and library.
--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
diff --git a/Mac/Relnotes-1.2 b/Mac/Relnotes-1.2
index 0550a7c..9d866a7 100644
--- a/Mac/Relnotes-1.2
+++ b/Mac/Relnotes-1.2
@@ -143,17 +143,29 @@ copies resources into the application file from a file
================
The subdirectory MPW contains a README.MPW file, a buildall script and
-several Makefiles (in respective subdirectories), kindly contributed
-by Richard Walker of Island Software. Move these files to the
-corresponding locations relative to the Python root directory, and run
-the buildall script. The README.MPW file contains more instructions
-and caveats (I've added some remarks of my own at the end). I haven't
-tried building STDWIN with MPW recently (there is MPW specific code
-all over the STDWIN source but it is for a much older version of the
-compiler and library). The MPW and THINK C ports share all source
-files, including config.c and config.h -- all differentiation is done
-based on #ifdef THINK_C or #ifdef MPW (#ifdef macintosh is used for
-code that should be seen by all Mac compilers).
+several Makefiles, kindly contributed by Richard Walker of Island
+Software. Move these files to the corresponding locations relative to
+the Python root directory (where Mac-Makefile should become Makefile
+in the Mac subdirectory, etc.), and run the buildall script. The
+README.MPW file contains more instructions and caveats (I've added
+some remarks of my own at the end).
+
+Some notes:
+
+- The MPW and THINK C ports share all source files, including config.c
+ and config.h -- all differentiation is done based on #ifdef THINK_C
+ or #ifdef MPW (#ifdef macintosh is used for code that should be seen
+ by all Mac compilers).
+
+- The dynload subdirectory contains an attempt to create dynamically
+ loadable modules from CODE segments. This was not very successful
+ due to the restrictions on CODE segments (no global variables, no
+ calls to external functions). Maybe Apple's new shared library
+ manager will be a better starting point.
+
+- I haven't tried building STDWIN with MPW recently. There is MPW
+ specific code all over the STDWIN source but it is for a much older
+ version of the compiler and library.
--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>