Igor Stasenko uploaded a new version of CMakeVMMaker to project VM Maker:
http://www.squeaksource.com/VMMaker/CMakeVMMaker-Igor.Stasenko.10.mcz==================== Summary ====================
Name: CMakeVMMaker-Igor.Stasenko.10
Author: Igor.Stasenko
Time: 31 December 2010, 1:13:23 am
UUID: 7f423f50-ef0c-429d-b52b-92f851922dd3
Ancestors: CMakeVMMaker-Igor.Stasenko.9
- added config for building UnixOSProcessPlugin
try building with:
| config |
config := CogMacOSConfig new.
config externalPlugins: (config externalPlugins copyWith: #UnixOSProcessPlugin).
CMakeVMGenerator new generate: config.