[fpc-pascal] Proper preprocessor?
Sven Barth
pascaldragon at googlemail.com
Thu Jun 21 07:51:12 CEST 2018
Ryan Joseph <ryan at thealchemistguild.com> schrieb am Do., 21. Juni 2018,
05:30:
>
>
> > On Jun 20, 2018, at 10:57 PM, Marc Santhoff <M.Santhoff at 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freepascal.org/pipermail/fpc-pascal/attachments/20180621/aee90bb4/attachment.html>
More information about the fpc-pascal
mailing list