
10 Feb
2011
10 Feb
'11
6:23 a.m.
Who knows how to run the tests in the sandbox on windows with msvc? Or who could test for us?
I have made some progress: using the following user-config.jam: using msvc : 10.0 : : <compileflags>"\"-ID:\\Softs\\Microsoft Visual Studio 10.0\\VC\\include\"" <compileflags>"\"-ID:\\sandbox\\type_traits\"" <compileflags>"\"-ID:\\Softs\\1.5\\mgw-release\\boost\\include\"" ; But the linker says it cannot find msvcprtd.lib. I would like to say to the linker to look in D:\Softs\Microsoft Visual Studio 10.0\VC\lib for libraries. How do I say that in user-config.jam? Frédéric