wownero/contrib/epee/demo/generate_vc_proj.bat

8 lines
103 B
Batchfile
Raw Normal View History

2014-03-03 15:07:58 -07:00
mkdir build
cd build
cmake "-DBoost_USE_STATIC_LIBS=TRUE" -G "Visual Studio 11 Win64" ..
cd ..
2015-01-02 09:52:46 -07:00
pause