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] PMake a new build tool

2019-02-27 Thread silvioprog
On Wed, Feb 27, 2019 at 7:13 PM Darius Blaszyk wrote: > Hi, > Hi Darius. > I would like to inform everyone interested here that I just made a beta > release (v0.0.2) of a build tool I have been developing for some of my > projects which is called PMake. > PMake is inspired on FPMake and CMake,