> > Wich is suggested way for having either bcc & msvc & mingw compiled > can you suggest a template for having harbour installed > in c:\hbbcc,c:\hbmsvc,c:\hgccor do you think that is better having in > harbour tree c:\harbour\msvc\bin,lib,obj so will be followed also fro other > thirty party library so a multicompiler setup >
This is completely up to the users. We shouldn't tell developers where to store their files and how to structure their local directories, we cannot even be sure they need a multi-compiler setup at all. There is no standard for these things on Windows (nor on other systems I know of), and it's not our job to create a "standard" here. Francesco's solution is failrly straightforward: set HB_INSTALL_PREFIX=C:\hb-%HB_COMPILER%\ You can easily tweak that further to your liking. (f.e. you can add the Harbour version if you plan to support multiple major releases) I'll switch to that locally now, from a slightly less self-configuring, but similar solution. Brgds, Viktor
_______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
