But,  not logic.
If default dir is \bin, default include is \include. Why default dir for lib
will changed to \lib\win\bcc ?

It's logical. For binaries, you don't have to keep separate
builds for each compilers because they are interchangeable
(you can even build 64, WinCE or DOS targets using Win32 exes).
For libs, you need to keep them in parallel if your want to
target multiple compilers.

Our installers all plug into each other this way, and it's
very easy for users to choose or switch.

For binaries you only need to do this if you use the same
install kit to target multiple OSes (Like Windows and Linux),
which is a very unlikely scenario, but maybe in the (far)
future we may extend this way.

hbmk2 is setting to work that way?

It works both ways, yes.

Becase I use xDev  will then change.

Yes. Or you can override default anytime.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to