[fpc-pascal] Unit output directory

Jonas Maebe jonas.maebe at elis.ugent.be
Thu Aug 30 14:04:04 CEST 2007


On 30 Aug 2007, at 13:59, Graeme Geldenhuys wrote:

> I now specify a unit output path as follows:
>
>     -Fu../lib/$fpctarget

I guess you mean -FU...

> How can I force the compiler to create the output directory if it
> doesn't exist?  Is there another parameter for that?

No, the compiler does not create directories, only files. Creating  
such directories is the job of whoever (user)/whatever (IDE,  
Makefile) calls the compiler.


Jonas



More information about the fpc-pascal mailing list