[Vm-dev] Passing additional parameters for a particular plugin

Bert Freudenberg bert at freudenbergs.de
Thu May 17 13:19:24 UTC 2012


On 17.05.2012, at 15:04, Damien Cassou wrote:

> 
> On Thu, May 17, 2012 at 1:41 PM, Bert Freudenberg <bert at freudenbergs.de> wrote:
>> In the official sources, there is no such call. It builds DBusPlugin using CMake, and all that's needed is
>> 
>>        PLUGIN_REQUIRE_PACKAGE (DBUS1 dbus-1)
>> 
>> which is in
>> 
>>        http://squeakvm.org/svn/squeak/trunk/platforms/unix/plugins/DBusPlugin/config.cmake
> 
> so, Bert, is there a way to specify necessary options inside the
> plugin Smalltalk class so that the correct files are generated by
> VMMaker and the compilation process works fine?


Platform-dependent code belongs in the platform/unix/ tree, not in VMMaker.

- Bert -



More information about the Vm-dev mailing list