SET PATH=%PATH%;E:\Cgal\cmake\boost_1_40_tools\tools\bin;
bjam --toolset=msvc-10.0 --with-system --with--thread stage debug release threading=multi link=shared link=static runtime-link=shared runtime-link=static
bjam --toolset=msvc-10.0 install --prefix=E:/Cgal/cmake/boost_1_40_tools/tools/output --without-python --with-system --with--thread --build-type=complete link=static threading=multi runtime-link=static debug release
bjam --toolset=msvc-10.0 install --prefix=E:/Cgal/cmake/boost_1_40_tools/tools/output --without-python --with-system --with--thread --build-type=complete link=static threading=multi runtime-link=static debug release
bjam stage --toolset=msvc-12.0 --with-system --with--thread --stagedir="bin\vc12-x32" link=static runtime-link=static threading=multi debug release
bjam stage --toolset=msvc-10.0 --with-system --with--thread --stagedir="bin\vc10-x32" link=static runtime-link=static threading=multi debug release
bjam -–stage -–toolset=msvc-10.0 -–stagedir=”C:\SDK\boost\bin” link=static runtime-link=static threading=multi debug release
bjam stage -–toolset=msvc-10.0 -–stagedir=”C:\SDK\boost\bin” link=static runtime-link=static threading=multi debug release
bjam toolset=msvc-10.0 stage -–stagedir=”C:\SDK\boost\bin” link=static runtime-link=static threading=multi debug release
bjam toolset=msvc-10.0
bjam toolset=vc10.0
bjam --toolset=10.0
bjam --toolset=vc10
bjam --toolset=msvc-10.0 --prefix=E:/Cgal/cmake/boost_1_40_tools/tools/output --without-python --build-type=complete link=shared threading=multi install
bjam se –toolset=msvc-10.0 –without-python –sedir=”E:\SDK\boost_1_45_0\vs2010” link=shared runtime-link=shared threading=multi debug release
bjam stage --toolset=msvc-10.0 --with-system --with-thread --stagedir="bin\vc10-x64" link=static runtime-link=static threading=multi debug release
bjam --toolset=msvc-10.0 --prefix="vc10-x64\output" --with-system --with-thread --build-type=complete link=static runtime-link=static threading=multi debug release install
bjam address-model=64 --toolset=msvc-10.0 --prefix="output\vc10-x64" --with-system --with-thread link=static runtime-link=static threading=multi debug release install
bjam address-model=32 --toolset=msvc-10.0 --prefix="output\vc10-x32" --with-system --with-thread link=static runtime-link=static threading=multi debug release install
bjam stage address-model=64 --toolset=msvc-10.0 --prefix="output\vc10-x64" --with-system --with-thread link=static runtime-link=static threading=multi debug release install
bjam stage address-model=32 --toolset=msvc-10.0 --prefix="output\vc10-x32" --with-system --with-thread link=static runtime-link=static threading=multi debug release install
cmake -G"Visual Studio 10 Win64" -DWITH_examples=OFF -DWITH_demos=OFF -DCMAKE_BUILD_TYPE=Release
rem cmake -G"Visual Studio 10 Win64" -DWITH_examples=OFF -DWITH_demos=OFF -DCMAKE_BUILD_TYPE=Debug/Release 这个不对
cmake -G"Visual Studio 10 Win64" -DWITH_examples=OFF -DWITH_demos=OFF -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF
cmake -G"Visual Studio 10" -DWITH_examples=OFF -DWITH_demos=OFF -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF
cmake -G"Visual Studio 10 2010" -DWITH_examples=OFF -DWITH_demos=OFF -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF
cmake -DCMAKE_BUILD_TYPE=Debug/Release
cmake -G"Visual Studio 10 2010"
echo 当前路径是 %cd%
|