diff --git a/projectfiles/CodeBlocks/libraries.md b/projectfiles/CodeBlocks/libraries.md index 1f800621a459..fe88b0cb7bd8 100644 --- a/projectfiles/CodeBlocks/libraries.md +++ b/projectfiles/CodeBlocks/libraries.md @@ -43,7 +43,7 @@ Run this command for generate `bcp.exe` ``` Create `include` in same path what `boost_...` and run this command: ``` -dist\bin\bcp.exe algorithm asio assign bimap container date_time dynamic_bitset exception filesystem iostreams iterator locale math mpl multi_array multi_index program_options ptr_container random range regex serialization system test boost\nondet_random.hpp ..\include +dist\bin\bcp.exe algorithm asio assign bimap container date_time dynamic_bitset exception filesystem iostreams iterator locale math mpl multi_array multi_index program_options ptr_container random range regex serialization system spirit test boost\nondet_random.hpp boost\fusion\include\define_struct.hpp ..\include ``` Replace the outdated files in 'cb/lib' with those from 'boost_.../stage/lib' and those in 'cb/include/boost' with the ones in 'boost_.../boost'.