<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><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-top-color: rgb(204, 204, 204); border-left-color: rgb(204, 204, 204); border-right-color: rgb(204, 204, 204); border-bottom-color: rgb(204, 204, 204); border-top-width: 1px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-left-style: solid; border-right-style: solid; border-bottom-style: solid; padding-top: 7px; padding-right: 7px; padding-bottom: 7px; padding-left: 7px; background-color: rgb(245, 245, 245);"><div>commonCompilerFlags <br>        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;^super commonCompilerFlags, {  <br>                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'-DIMAGE_DIALECT_NAME="', self executableName, '" '.<br>                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'-DIMAGE_ENV_NAME="PHARO_IMAGE"'.<br>                &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'-DDEFAULT_IMAGE_NAME="', self executableName, '.image"' </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></body></html>