Re: [fpc-devel] File locations

2005-11-08 Thread Paul Davidson

Thank you Michael

On Nov 8, 2005, at 14:16, Michael Van Canneyt wrote:


This is correct. Revision 1698 contains this fix.

The behaviour is now:
- If -o contains a path, it overrides any previous -FE.
  If -o does not contain a path, it leaves any -FE setting intact.
- If -FE is specified after -o, it will override the output path.

So

 -FEdir1 -odir2/binfile outputs in dir2
 -FEdir2 -obinfile  outputs in dir2
 -odir1/binfile -FEdir2 outputs in dir2

Michael.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel



P Davidson
http://CoraxNetworks.com

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] File locations

2005-11-08 Thread Michael Van Canneyt


On Tue, 8 Nov 2005, Vincent Snijders wrote:

> Paul Davidson wrote:
> > Latest (more or less) versions of 2.1.1 and 2.0.1 seems to have changed
> > file locations for generated files.
> > 
> > This breaks the FPC XCode integration kit.
> 
> I think this has been caused by a fix in the -o option handling.
> Before it ignored the extension.
> 
> Now it cannot be used in combination with -FE. I think Michael van Canneyt is
> working on a fix for this: -FE is not ignored if the -o options doesn't
> include a path.

This is correct. Revision 1698 contains this fix.

The behaviour is now:
- If -o contains a path, it overrides any previous -FE. 
  If -o does not contain a path, it leaves any -FE setting intact.
- If -FE is specified after -o, it will override the output path.

So

 -FEdir1 -odir2/binfile outputs in dir2
 -FEdir2 -obinfile  outputs in dir2
 -odir1/binfile -FEdir2 outputs in dir2

Michael.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] File locations

2005-11-08 Thread Vincent Snijders

Paul Davidson wrote:
Latest (more or less) versions of 2.1.1 and 2.0.1 seems to have changed 
file locations for generated files.


This breaks the FPC XCode integration kit.


I think this has been caused by a fix in the -o option handling.
Before it ignored the extension.

Now it cannot be used in combination with -FE. I think Michael van 
Canneyt is working on a fix for this: -FE is not ignored if the -o 
options doesn't include a path.


Vincent.
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


[fpc-devel] File locations

2005-11-08 Thread Paul Davidson
Latest (more or less) versions of 2.1.1 and 2.0.1 seems to have changed 
file locations for generated files.


This breaks the FPC XCode integration kit.


P Davidson
http://CoraxNetworks.com

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel