1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-04-18 21:44:02 +03:00
mariadb-columnstore-engine/build/build-boost-win.bat
2016-01-06 14:08:59 -06:00

12 lines
483 B
Batchfile

REM You need to uncomment one of these sections below at a time
REM Then you need to copy the libs from stage to \InfiniDB
REM
REM build just 64-bit release libs
REM b2 --clean
b2 --with-date_time --with-filesystem --with-regex --with-system --with-thread --with-chrono address-model=64 variant=release stage
REM build just 64-bit debug libs
REM bjam --clean
REM bjam --with-date_time --with-filesystem --with-regex --with-system --with-thread address-model=64 variant=debug stage