Hi Igor. I was debugging a little the CMake generation and there are 2 things I don&#39;t understand:<br><br>1) Why you always use a &quot;Cross&quot; VMMaker instead of the specific OS ? I mean, in #prepareVMMaker you do:<br>
maker := VMMaker forPlatform: &#39;Cross&#39;.   <br>Shouldn&#39;t you put the correct OS ?   what are the differences doing so ?   was the functionality of those special classes like Win32VMMaker, UnixVMMaker, etc.. moved the CMakeVMMaker confs ?<br>
<br>2) Why you see all plugins as external to VMMaker ?  In #prepareVMMaker you do:<br><br>allPlugins := self internalPlugins , self externalPlugins.<br>    <br>  maker externalModules addAll:  allPlugins.<br clear="all">
<br><br>I think this deserves a comment because it sounds pretty weird from a newbie sight. <br><br>Thanks in advance,<br><br>-- <br>Mariano<br><a href="http://marianopeck.wordpress.com" target="_blank">http://marianopeck.wordpress.com</a><br>
<br>