From: Julian Smart Date: Mon, 16 Feb 2004 17:41:58 +0000 (+0000) Subject: Added instructions for running Applescript scripts. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a4411ee220c70f6141450f5e00d57a5aeef3501b Added instructions for running Applescript scripts. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/mac/install.txt b/docs/mac/install.txt index 850726c890..a662b5ac99 100644 --- a/docs/mac/install.txt +++ b/docs/mac/install.txt @@ -95,11 +95,21 @@ start of /wx/wx_cw_d.h (or similar filename). 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 ---------------------