1
0
Fork 0
forked from lthn/blockchain
blockchain/contrib/epee/demo/generate_vc_proj.bat
2018-12-27 18:50:45 +03:00

7 lines
No EOL
102 B
Batchfile

mkdir build
cd build
cmake "-DBoost_USE_STATIC_LIBS=TRUE" -G "Visual Studio 11 Win64" ..
cd ..
pause