I have a Delphi code library that I want to put in a central directory, say:
C:\delphi\codelibs\fastMM
I have 5/7/2009 versions of Delphi installed. Now, I want to use the library from all these Delphi versions without the .dcu file conflicts. (Each delphi versions compile to slightly different .dcu files, you know that!)
Also each compiled .dcu files should be in directories like :
C:\delphi\codelibs\libs\D5
C:\delphi\codelibs\libs\D7
C:\delphi\codelibs\libs\D2009
How can I add these dirs to delphi browsing path?