Re: Output to compiler version folder.

skybuck2000 <[email protected]> Sun, 23 Jan 2022 06:35:14 -0800 (PST)
Newsgroups alt.comp.lang.borland-delphi
Message-ID <[email protected]>
For now I solve this with $(ProductVersion) it's defined under the debugger system environments variables but it is picked up by the linker and probably compiler tool will report back later ! ;)

I don't feel completely comfortable about this, but then again maybe... don't know how much this version will change seems somewhat consistent..

however there are minor versions like 10.3 10.4 and the rtls have different versions like 270 and 280 and such... bit strange.

But at least this is something.

So far the linker seems to pick it up... not yet sure if compilers does it too but assume so for now.

These environment variables should not be only for debugger but all .exe involved like compiler.exe and linker unless users want custom options per exe.

Bye for now,
  Skybuck.