building 1.40 with 1.3x lib naming

This should hopefully be an easy one. I'm having trouble with the new default lib naming in 1.40.0. I previously linked to libraries with the following naming structure with 1.38.0, for example: libboost_system-mt-sgd.lib With 1.40.0, I get simply: libboost_system.lib I'm running with --layout=system (just as I was with 1.38 - my scripts haven't changed). What can I change in 1.40.0 to get "-mt-sgd" in the name? Thanks so much. -Adam -- Adam Fisk http://www.littleshoot.org | http://adamfisk.wordpress.com | http://twitter.com/adamfisk

AMDG Adam Fisk wrote:
This should hopefully be an easy one. I'm having trouble with the new default lib naming in 1.40.0. I previously linked to libraries with the following naming structure with 1.38.0, for example:
libboost_system-mt-sgd.lib
With 1.40.0, I get simply:
libboost_system.lib
I'm running with --layout=system (just as I was with 1.38 - my scripts haven't changed). What can I change in 1.40.0 to get "-mt-sgd" in the name?
--layout=tagged In Christ, Steven Watanabe
participants (2)
-
Adam Fisk
-
Steven Watanabe