Ryan Joseph <r...@thealchemistguild.com> schrieb am Do., 21. Juni 2018, 05:30:
> > > > On Jun 20, 2018, at 10:57 PM, Marc Santhoff <m.santh...@web.de> wrote: > > > > When I looked around it was in > > > > scanner.pas > > symsym.pas > > > > Just grep for "macro". > > > > If there is more or I'm wrong hopefully one of the "compiler guys" will > help > > out here, please. ;) > > 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. > 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. Regards, Sven >
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal