On Wed, Oct 1, 2008 at 3:48 PM, Mattias Gärtner
<[EMAIL PROTECTED]> wrote:
>
> Which output directory do you mean?
> The unit output directory of the project is auto created by the IDE since
> 16284.
It's the unit output directory. I know it Lazarus it works perfectly
(smile), but it's when you c
Zitat von Henry Vermaak <[EMAIL PROTECTED]>:
> 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 f
On Wed, Oct 1, 2008 at 2:24 PM, Henry Vermaak <[EMAIL PROTECTED]> wrote:
>
> echo `fpc -iTP`-`fpc -iTO` gives the same string for $fpctarget, i
> think.
Thanks, I'll give it a try...
> i also think the compiler should auto create the output
> directories.
Yeah, that would be really nice! :-)
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
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? Alternativel