Skip to content

Commit

Permalink
update windows scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Jul 11, 2018
1 parent 191e512 commit ec64c7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Windows/BuildBoost.bat
@@ -1,5 +1,5 @@
ECHO building boost ...
cd ../src/boost/
call bootstrap.bat
call bjam install --prefix="boost_output" --with-system --with-date_time --with-random link=static runtime-link=shared threading=multi"
call bjam install --prefix="boost_output" --with-system --with-date_time --with-random link=static runtime-link=shared threading=multi
REM call bjam install --prefix="boost_output" link=static runtime-link=shared threading=multi"
2 changes: 1 addition & 1 deletion Windows/MoveBoostFiles.bat
@@ -1,5 +1,5 @@
xcopy "../src/boost/boost_output/lib" "../Output/Boost/Lib" /e /i /h

xcopy "../src/boost/boost_output/include/boost-1_60" "../src/socket.io-client-cpp/boost/include" /e /i /h
xcopy "../src/boost/boost_output/include/boost-1_66" "../src/socket.io-client-cpp/boost/include" /e /i /h
xcopy "../src/boost/boost_output/lib" "../src/socket.io-client-cpp/boost/lib" /e /i /h
pause

0 comments on commit ec64c7f

Please sign in to comment.