So, I have a program that uses the precompiled units of a library.
This:
Allows me to keep the Search Paths totally empty (as they should be)
Prevents the compiler from keep recompiling the files of the library unnecessarily, saving compilation time.
But if the library has DFM files, the compiler will throw that famous "where are my DFM files?" error message.
The "solution" (well, it is not a real solution, but rather a dirty trick) is to (manually or by script) copy the DFM files to the DCU folder of that library.
Four output DCU paths, four copies. What a nasty "solution"...
So, did anyone found a more elegant way to solve this?
I see in some old DProj files an entry called <DCC_ResourcePath>, but there is no page in "Project options" or in IDE's "Tools -> Options" to set that path.