<div dir="auto"><div class="gmail_quote" dir="auto"><div dir="ltr">Ryan Joseph <<a href="mailto:ryan@thealchemistguild.com">ryan@thealchemistguild.com</a>> schrieb am Do., 21. Juni 2018, 05:30:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
> On Jun 20, 2018, at 10:57 PM, Marc Santhoff <<a href="mailto:M.Santhoff@web.de" target="_blank" rel="noreferrer">M.Santhoff@web.de</a>> wrote:<br>
> <br>
> When I looked around it was in<br>
> <br>
> scanner.pas<br>
> symsym.pas<br>
> <br>
> Just grep for "macro".<br>
> <br>
> If there is more or I'm wrong hopefully one of the "compiler guys" will help<br>
> out here, please. ;)<br>
<br>
Thanks for the tips. One of the first things that ever stopped me from working on the compiler was doing incremental builds that don’t clean the entire build first and take like 5 minutes to compile.<br></blockquote></div><div dir="auto"><br></div><div dir="auto">As long as you don't change code that is related to reading from or writing to PPU files it's enough to do a "make clean all" in the top level directory once after an "svn up" and then build the compiler inside Lazarus using the corresponding project and you can run it inside the IDE as well as long as you set the parameters and working dir correctly. And for outside building the binary is then located at compiler/<CPU>/pp. </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div class="gmail_quote" dir="auto"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"></blockquote></div></div>