Re: [fpc-devel] fpmkunit patch

2007-11-21 Thread Peter Vreman
At 15:08 21-11-2007, you wrote: Here's a patch for fpmkunit. - implements Defaults.NoFPCCfg in TBuildEngine.GetCompilerCommand - added ttCleanOnlyUnit in TTarget.GetCleanFiles - fixes a dirty little bug in TBuildEngine.GetCompilerCommand (compile filename) To come back to the last item; When

[fpc-devel] fpmkunit patch

2007-11-21 Thread Darius Blaszijk
Here's a patch for fpmkunit. - implements Defaults.NoFPCCfg in TBuildEngine.GetCompilerCommand - added ttCleanOnlyUnit in TTarget.GetCleanFiles - fixes a dirty little bug in TBuildEngine.GetCompilerCommand (compile filename) To come back to the last item; When fpmake is called from a deeper d

Re: [fpc-devel] fpmkunit patch

2007-11-13 Thread Peter Vreman
> The following patch fixes a broken TTarget.Mode. Fixed using Delete() which is easier to read. Peter ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel

[fpc-devel] fpmkunit patch

2007-11-12 Thread Darius Blaszijk
The following patch fixes a broken TTarget.Mode. Darius Index: src/fpmkunit.pp === --- src/fpmkunit.pp (revision 9207) +++ src/fpmkunit.pp (working copy) @@ -1206,6 +1208,7 @@ begin Result:=LowerCase(GetenumName(TypeInfo(TCompi

Re: [fpc-devel] fpmkunit patch 22-aug

2007-08-22 Thread Michael Van Canneyt
On Wed, 22 Aug 2007, Darius Blaszijk wrote: > Here's my last patch for now for fpmkunit. As it seems all commands are fixed > now. I need to add the last bit to the documentation, but it's pretty up to > date as it stands. > > - replace MatchesMask function by IsWild function from StrUtils > -