<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 28 Mar 2019, 20:34 Ryan Joseph, <<a href="mailto:ryan@thealchemistguild.com">ryan@thealchemistguild.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Now I’m using “cd /rtl; make all FPC=/path/to/compiler” to build the RTL but this is obviously slow and unnecessary. Is there a quicker way to build just the unit which contains dynarr.inc and have all the objects files to be put in the correct location? <br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Dynarr.inc gets pulled into system.pp via system.inc. So the whole RTL should be rebuilt anyway. Except of course if you only want to test your changes without requiring anything else from the RTL. Then you can look at the compiler command generated by make, system is the first unit to get compiled, and copy that. There may of course be other ways too. </div></div>