Skip to content

Commit

Permalink
Update build.bat, from determ1ne/test-antivirus
Browse files Browse the repository at this point in the history
  • Loading branch information
TsinamLeung authored Mar 24, 2024
1 parent da271c1 commit 13ab29a
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -172,27 +172,19 @@ goto end

:build_boost

set BOOST_COMPILED_LIBS=--with-date_time^
--with-filesystem^
--with-locale^
--with-regex^
--with-system^
--with-thread^
--with-serialization

set BJAM_OPTIONS_COMMON=toolset=%BJAM_TOOLSET%^
variant=%boost_build_variant%^
set BJAM_OPTIONS_COMMON=-j%NUMBER_OF_PROCESSORS%^
--without-mpi^
define=BOOST_USE_WINAPI_VERSION=0x0603^
toolset=%BJAM_TOOLSET%^
link=static^
threading=multi^
runtime-link=static^
cxxflags="/Zc:threadSafeInit- "
--build-type=complete

set BJAM_OPTIONS_X86=%BJAM_OPTIONS_COMMON%^
define=BOOST_USE_WINAPI_VERSION=0x0501^
address-model=32

set BJAM_OPTIONS_X64=%BJAM_OPTIONS_COMMON%^
define=BOOST_USE_WINAPI_VERSION=0x0502^
address-model=64^
--stagedir=stage_x64

Expand Down

0 comments on commit 13ab29a

Please sign in to comment.