c++ Programming Glossary: config.jam
Build Boost C++ WinCE http://stackoverflow.com/questions/15906901/build-boost-c-wince To build boost I created a batch file and change the user config.jam in this way. The build is ok but seems that I'm compiling for.. multi link shared runtime link shared This is the user config.jam located in tools build v2 using msvc CEPlatformName compileflags.. con successo EDIT Seems that the compileflags in the user config.jam has no effect... or better seems that the user config.jam has..
How to use Boost in Visual Studio 2010 http://stackoverflow.com/questions/2629421/how-to-use-boost-in-visual-studio-2010 instructions above to build boost. Edit the file project config.jam in the directory BOOST_PATH that resulted from running bootstrap... one. One way to do that would be to edit the file project config.jam in the directory BOOST_PATH that resulted from running bootstrap...
How to compile/link Boost with clang++/libc++? http://stackoverflow.com/questions/8486077/how-to-compile-link-boost-with-clang-libc clang and link it with libc Update I've created a user config.jam file with the following using clang darwin ...which will build..
|