> Is the following allowed in a Makefile.fpc
>
> [target]
> units=unit1 unit2 unit3
> dirs_linux=x11
> dirs_freebsd=x11
> dirs_win32=win32
>
> I have read the docs and know the "dirs" is a valid setting in the
> "target" section.   But I have seen somewhere an example where they
> included the platform as well in the dirs line, but I can seem to find
> any such option mentioned in the fpcmake docs.
>
> Is the above valid?
>
> On Linux and FreeBSD, make will also be run in the "x11" directory.
> On Win32, make will be run in the "win32" directory instead.

Correct



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

Reply via email to