=== Top of the Swiki === Attachments ===

Building a Mac plugin with Metrowerks Codewarrior

From a workspace, execute:



InterpreterSupportCode writePluginSupportFiles
InterpreterSupportCode storeProjectArchiveOnFileNamed: 'projectArchive.sit'.

Unpack the archive, which will give you project file for the plugin.

You can also build the plugin project from scratch:


  1. Make a new "Empty Project"
  2. Make the following changes to the project's "Settings...",
    leaving defaults for things not mentioned:

  3. Add the plugin source file
  4. Add the libraries:

  5. Perform a "Make" and you should have a shiny new plugin! Copy it to the Squeak VM directory and launch Squeak.


Duane Maxwell/Entrypoint Jan 25 2000