Building external Plugins on OS-X

Tim Rowledge squeak-dev at lists.squeakfoundation.org
Fri Sep 6 01:09:56 UTC 2002


John M McIntosh <johnmci at smalltalkconsulting.com> is claimed by the authorities to have written:

> I was thinking of a howto to build OS-x external plugins for squeak to  
> go with the readme.
> 
> SQUEAK_BUILTIN_PLUGIN in sqPlatformSpecific.h. I'll talk to Tim about  
> this, seems I added it to get the
> VM to compile for code warrior, perhaps it's a -D define on some unix  
> command line in most other environments.
You only want this defined for internal plugins, so see if you can
derive it from the list of plugins to be built internally. There's a
directory vm:intplugins and a file plugins.int that you can read, or you
might consider over-riding VMMaker>storeInternalPluginList to write the
appropriate stuff out.

tim
-- 
Tim Rowledge, tim at sumeru.stanford.edu, http://sumeru.stanford.edu/tim
Systems programmers are the high priests of a low cult.  - R. S. Barton




More information about the Squeak-dev mailing list