-There are always the makemac.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:makemac.mcp
-:src:png:makemac.mcp
-:src:tif:makemac.mcp
-:src:jpeg:makemac.mcp
-:src:zlib:makemac.mcp
+The project files are stored as xml text files and converted to binary
+CodeWarrior projects in the distribution (see AppleScript Files below):
+ - *M5.xml -> *M5.mcp for CodeWarrior 5.3
+ - *M6.xml -> *M6.mcp for CodeWarrior 6
+ - *M7.xml -> *M7.mcp for CodeWarrior 7
+
+In order to build the library (and then the samples) you need to make the
+following projects (for 5.3)
+:src:wxxindowsM5.mcp
+:src:png:pngM5.mcp
+:src:tiff:tiffM5.mcp
+:src:jpeg:jpegM5.mcp
+:src:zlib:zlibM5.mcp
+
+AppleScript Files
+-----------------
+
+Several AppleScript files are provided in the docs:mac directory (currently
+only for CodeWarrior 5.3 related projects):
+ - M5xml2mcp.applescript to convert xml files to CodeWarrior projects
+ - M5mcp2xml.applescript to convert CodeWarrior projects to xml files
+ - M5build.applescript to automatically build all samples/demos projects