
13 Aug
2004
13 Aug
'04
12:43 p.m.
Well the only immediate way I can think of handling this is to add a define in the versioned toolsets that the auto-link can use as a flag to include, or not, a version with the toolset.
For example in the intel-win32-8.0-tools.jam we could add:
flags intel-win32-8.0 CFLAGS : -DBOOST_VERSIONED_TOOLSET=1 ;
** of course picking a good name would be nice ;-)
Hey, that really could be the solution, could the define be added in the code that actually adds the version number, so it's all automatic? Oh, hold on though, when the user comes to use the compiled libraries, and builds using their IDE, it all breaks down doesn't it? John.