[fpc-pascal] fpcmake question
Peter Vreman
peter at freepascal.org
Wed Aug 30 07:19:54 CEST 2006
> 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
More information about the fpc-pascal
mailing list