Squeak
  links to this page:    
View this PageEdit this Page (locked)Uploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Building a Mac plugin with Metrowerks Codewarrior
Last updated at 4:20 pm UTC on 14 January 2006

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