monero/contrib/epee/tests/generate_vc_proj.bat

6 lines
105 B
Batchfile
Raw Normal View History

2014-03-03 23:07:58 +01:00
mkdir build
cd build
cmake "-DBoost_USE_STATIC_LIBS=TRUE" -G "Visual Studio 11 Win64" ../src
cd ..
2015-01-02 17:52:46 +01:00
pause