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
+Several AppleScript files are provided in the docs:mac directory:
+
+ - M5xml2mcp.applescript to convert xml files to CodeWarrior 5 projects
+ - M5mcp2xml.applescript to convert CodeWarrior 5 projects to xml files
- M5build.applescript to automatically build all samples/demos projects
+ - M8xml2mcp.applescript to convert xml files to CodeWarrior 8 projects
+ - M8mcp2xml.applescript to convert CodeWarrior 8 projects to xml files
+
+To run the XML to MCP conversion scripts:
+
+Double click on e.g. docs/mac/M8xml2mcp.applescript, then "run"
+the applescript and when asked for a folder pick src/. Then it
+takes a while to scan all dirs for the xml files and convert
+them to mcps. If some conversions fail it means an mcp already
+exists (back them up prior to running the script).
Apple Developer Tools
---------------------