On 01/10/2008, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote:
> Hi,
>
> How can I auto create the $fpctarget directory?  Just specifying
> ../lib/$fpctarget/ and then compiling the project doesn't create the
> needed directory, and I get the following build error. I gather the
> compiler itself doesn't create directories at all. Could this become
> an option? Alternatively, is there some why I can query the $fpctarget
> and then in the build scripts for Linux, Windows and *BSD create the
> correct output paths, because I actually start the compile?

echo `fpc -iTP`-`fpc -iTO` gives the same string for $fpctarget, i
think.  i also think the compiler should auto create the output
directories.

henry
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to