<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">2014-05-14 19:53 GMT+02:00 gettimothy <span dir="ltr">&lt;<a href="mailto:gettimothy@zoho.com" target="_blank">gettimothy@zoho.com</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
 <br><u></u><div><div style="font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif">Does anybody know what the purpose of these -D*IMAGE* directives are for? I have not found them documented in the source code.<div>
<br></div><div><br></div><div>PharoUnixConfig sets them as such:<br></div><blockquote style="border-color:rgb(204,204,204);border-width:1px;border-style:solid;padding:7px;background-color:rgb(245,245,245)"><div>commonCompilerFlags <br>
              ^super commonCompilerFlags, {  <br>                            &#39;-DIMAGE_DIALECT_NAME=&quot;&#39;, self executableName, &#39;&quot; &#39;.<br>                            &#39;-DIMAGE_ENV_NAME=&quot;PHARO_IMAGE&quot;&#39;.<br>                            &#39;-DDEFAULT_IMAGE_NAME=&quot;&#39;, self executableName, &#39;.image&quot;&#39; </div>
<div>}</div></blockquote> <div><br></div><div>which is from the Trait TPharoUnixConfig</div><div><br></div><div><br></div><div><br></div><div>thx.<br></div><div><br></div><div>tty</div><br></div></div><br></blockquote></div>
<br></div><div class="gmail_extra">They are used in the platform code (sqUnixMain.c for example)<br></div></div>