Added instructions for running Applescript scripts.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
42352409bc
commit
a4411ee220
@ -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
|
||||
---------------------
|
||||
|
Loading…
Reference in New Issue
Block a user