How to save compiled code for several versions of Delphi?

I have a Delphi code library that I want to put in a central directory, say:

C: \ Delphi \ codelibs \ FastMM

I have Delphi version 5/7/2009. Now I want to use the library from all of these Delphi versions without .dcu file conflicts . (Each version of delphi compiles into slightly different .dcu files, you know that!)

Also, each compiled .dcu file must be in directories, such as:

C: \ Delphi \ codelibs \ LIBS \ D5

C: \ Delphi \ codelibs \ LIES \ D7

C: \ Delphi \ codelibs \ LIES \ D2009

How can I add these dirs to the delphi view path?

+3
source share
1 answer

. . ( , Delphi , , . . .)

Delphi DCU . unit output, .

BPL, , , DPK, , . , Delphi .

+8

Source: https://habr.com/ru/post/1713938/


All Articles