Re: [Lazarus] lazbuild changes

2012-12-06 Thread Henry Vermaak
On 6 December 2012 16:29, Mattias Gaertner wrote: > > Mattias Gaertner hat am 6. Dezember 2012 um 17:26 > geschrieben: > >> Hi, >> >> Two changes to lazbuild: >> >> 1. When compiling a project it does the same check as the IDE. If the >> project >> is uptodate it does not invoke the compiler.

Re: [Lazarus] lazbuild changes

2012-12-06 Thread Reinier Olislagers
On 6-12-2012 17:29, Mattias Gaertner wrote: > > Mattias Gaertner hat am 6. Dezember 2012 um 17:26 > geschrieben: > >> Hi, >> >> Two changes to lazbuild: >> >> 1. When compiling a project it does the same check as the IDE. If the >> project >> is uptodate it does not invoke the compiler. Tha

Re: [Lazarus] lazbuild changes

2012-12-06 Thread Mattias Gaertner
Mattias Gaertner hat am 6. Dezember 2012 um 17:26 geschrieben: > Hi, > > Two changes to lazbuild: > > 1. When compiling a project it does the same check as the IDE. If the project > is uptodate it does not invoke the compiler. > 2. I added verbosity options to lazbuild: > Add -v to increa

[Lazarus] lazbuild changes

2012-12-06 Thread Mattias Gaertner
Hi, Two changes to lazbuild: 1. When compiling a project it does the same check as the IDE. If the project is uptodate it does not invoke the compiler. 2. I added verbosity options to lazbuild: Add -v to increase verbosity and -q to decrease. You can pass both multiple times. Mattias --