Re: [fpc-devel] fpmkunit - support for listing of packages for install.dat updates (Was: Re: [Core] Short 8.3 archive-filenames by fpmake)

2014-12-08 Thread Joost van der Sluis
On 12/06/2014 05:14 AM, Tomas Hajny wrote: As mentioned above, I've prepared a patch for fpmkunit to allow listing of packages in a way supporting simplification of updates of install.dat (the file used by the text-mode installer under OS/2 and GO32v2). It works by adding a new command

Re: [fpc-devel] fpmkunit - support for listing of packages for install.dat updates (Was: Re: [Core] Short 8.3 archive-filenames

2014-12-08 Thread Tomas Hajny
On 8 Dec 14, at 16:17, Joost van der Sluis wrote: On 12/06/2014 05:14 AM, Tomas Hajny wrote: As mentioned above, I've prepared a patch for fpmkunit to allow listing of packages in a way supporting simplification of updates of install.dat (the file used by the text-mode installer under OS/2

[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

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;

Re: [fpc-devel] fpmkunit

2007-11-13 Thread Peter Vreman
After reconsidering the -n option. It should depend on the -f / --config= option. The --config and -n are indepdenent. The --config can be used to supply a configuration for fpmake. The -n is for the compiler configuration. I've been playing around with fpmake again and came to the

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

Re: [fpc-devel] fpmkunit

2007-11-13 Thread Mattias Gaertner
On Tue, 13 Nov 2007 09:21:36 +0100 (CET) Peter Vreman [EMAIL PROTECTED] wrote: [...] fpc -n -FUunits\i386-win32\ -Fu..\..\src\ -Fuunits\i386-win32\* myexample.pp 1. What strikes me is that the command line has the option -n in it. It appears that this command line option is hard coded

Re: [fpc-devel] fpmkunit

2007-11-13 Thread Peter Vreman
On Tue, 13 Nov 2007 09:21:36 +0100 (CET) Peter Vreman [EMAIL PROTECTED] wrote: [...] fpc -n -FUunits\i386-win32\ -Fu..\..\src\ -Fuunits\i386-win32\* myexample.pp 1. What strikes me is that the command line has the option -n in it. It appears that this command line option is hard coded

Re: [fpc-devel] fpmkunit

2007-11-13 Thread Mattias Gaertner
On Tue, 13 Nov 2007 13:28:47 +0100 (CET) Peter Vreman [EMAIL PROTECTED] wrote: On Tue, 13 Nov 2007 09:21:36 +0100 (CET) Peter Vreman [EMAIL PROTECTED] wrote: [...] fpc -n -FUunits\i386-win32\ -Fu..\..\src\ -Fuunits\i386-win32\* myexample.pp 1. What strikes me is that the

Re: [fpc-devel] fpmkunit

2007-11-13 Thread dhkblaszyk
On Tue, 13 Nov 2007 13:28:47 +0100 (CET) Peter Vreman [EMAIL PROTECTED] wrote: On Tue, 13 Nov 2007 09:21:36 +0100 (CET) Peter Vreman [EMAIL PROTECTED] wrote: [...] fpc -n -FUunits\i386-win32\ -Fu..\..\src\ -Fuunits\i386-win32\* myexample.pp 1. What strikes me is that the

Re: [fpc-devel] fpmkunit

2007-11-13 Thread Peter Vreman
On Tue, 13 Nov 2007 13:28:47 +0100 (CET) Peter Vreman [EMAIL PROTECTED] wrote: On Tue, 13 Nov 2007 09:21:36 +0100 (CET) Peter Vreman [EMAIL PROTECTED] wrote: [...] fpc -n -FUunits\i386-win32\ -Fu..\..\src\ -Fuunits\i386-win32\* myexample.pp 1. What strikes me is that the

Re: [fpc-devel] fpmkunit

2007-11-12 Thread Darius Blaszijk
After reconsidering the -n option. It should depend on the -f / --config= option. Darius Darius Blaszijk wrote: I've been playing around with fpmake again and came to the conclusion that it exhibits some strange behavior (at least I think so) The -v option gave me the following fFCl command

[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

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 - fixed