[background]
I am creating common runtime package to use in my projects. I don't like to make a mess in
C:\Users\Public\Documents\Embarcadero\Studio\*\Dcp
directory without a purpose. I have to add directory with all of my *.DCU files to library path anyway. So I was thinking about redirecting DCP files into same directory...
[question(s)]
Can I change default DCP output directory without worrying about side effects?
What is the purpose of placing DCP file in other place than DCUs? What's the point of common DCP output directory? Does it offer any advantage I don't know?
I understand point of common package output directory - it's listed in system PATH variable.