Re: [fpc-pascal] PMake a new build tool

2019-02-28 Thread Darius Blaszyk
Hi Silvio, I've looked for something like this to automate the build of some projects > I'm maintaining, so I have some questions: > > Could it build a Delphi-based project too? If so, does it allows to select > the build for a specific platform/config? (e.g: Win32/Release) > By executing 'pmake

Re: [fpc-pascal] Multi helpers

2019-02-28 Thread Sven Barth via fpc-pascal
Ryan Joseph schrieb am Do., 28. Feb. 2019, 15:37: > > > > On Feb 28, 2019, at 1:51 AM, Sven Barth via fpc-pascal < > fpc-pascal@lists.freepascal.org> wrote: > > > > Yes, though the first step should probably be to rework your commits. > It's a bit of work, but that way you can nicely restructure

Re: [fpc-pascal] Multi helpers

2019-02-28 Thread Ryan Joseph
> On Feb 28, 2019, at 1:51 AM, Sven Barth via fpc-pascal > wrote: > > Yes, though the first step should probably be to rework your commits. It's a > bit of work, but that way you can nicely restructure your commit history,get > rid of unintended changes(1) and maybe group the changes by func