+There are always the makemac.mcp or *M5.mcp files for Pro 5.3 and the makemac6.mcp files for Pro 6
+
+In order to build the library (and then the samples) you need to make the
+following projects (for 5.3)
+:src:wxWindowsM5.mcp
+:src:png:makemac.mcp
+:src:tif:makemac.mcp
+:src:jpeg:makemac.mcp
+:src:zlib:makemac.mcp
+
+Apple Developers Tools
+----------------------
+
+As in all Unix projects, you need to do something like this
+under MacOS 10.1 with the Apple Developers Tools installed.
+
+1) cd into the source dir
+2) mkdir build
+3) cd build
+4) ../configure
+5) make
+
+If you want to install the library, you need to be able
+to log in as "root". For this, "root" has to be activated
+in the NetInfo utility - there you will also have to
+choose a password for the "root" user. Then
+
+6) su
+7) type <PASSWORD>
+8) make install
+9) exit
+
+Note: There are currently link problems (in some rare cases)
+with wxMAC and Apple's tools when compiling the library as
+a shared library (the default). You might want to type
+
+4) ../configure --disable-shared
+
+to build a static library instead.
+