VM Maker: CMakeVMMaker-Igor.Stasenko.10.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

VM Maker: CMakeVMMaker-Igor.Stasenko.10.mcz

squeak-dev-noreply
 
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.