> Is there a way to get FPC Make to enter its target DIRS before compiling
> the units in the current directory?
>
> I've got a unit that depends on another unit being compiled first that
> is in a sub-directory, even though I list the dirs first Make trys to
> compile the current dir first.

There is no way without hacking the Makefile/fpcmake. You can workaround
not having files in the current dir, but also in a subdir.




_______________________________________________
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to