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
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to