Move libcds 1.6.0 from SVN
[libcds.git] / build / sample / build-mingw-amd64.bat
1
2 :: This sample demonstrates how to build libcds in MinGW (clearly, with TDM-GCC).
3 :: Run TDM-GCC console, change dir to libcds build directory and run this batch file
4 ::
5 :: BOOST_PATH - environment variable that contains full path to boost root directory
6 ::              for example: set BOOST_PATH=d:\libs\boost_1_49_0
7 ::
8
9 set BOOST_PATH=d:/Language/Lib/C/boost/boost_1_49_0
10
11 :: We use -DBOOST_THREAD_USE_LIB flag since static libboost_thread is used
12
13 build.sh -b 64 -x 'g++' -z '-std=c++0x -Wall -pedantic -DBOOST_THREAD_USE_LIB -D_WIN32_WINNT=0x0500' -l "-L%BOOST_PATH%/stage-mingw64/lib" --with-boost "%BOOST_PATH%" --with-make mingw32-make 2>&1 | tee build-mingw-amd64.log
14