Re: [fpc-pascal] fpmake - compiled unit cleaning

2008-01-26 Thread Peter Vreman
> Michael wrote: >> 3 ways: > > Thanks.. added compiler option info to the fpmake wiki page. > > > Now I'm wondering..when I use "fpmake clean" it doesn't clean any units that > were compiled > implicitly.. i.e. units that were not called in with AddUnit, but compiled > because they were in > use

[fpc-pascal] fpmake - compiled unit cleaning

2008-01-26 Thread L
Michael wrote: 3 ways: Thanks.. added compiler option info to the fpmake wiki page. Now I'm wondering..when I use "fpmake clean" it doesn't clean any units that were compiled implicitly.. i.e. units that were not called in with AddUnit, but compiled because they were in uses clause of units