1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00
wownero/contrib/epee/demo/generate_vc_proj.bat
2014-03-03 22:07:58 +00: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