aboutsummaryrefslogblamecommitdiff
path: root/contrib/epee/demo/generate_vc_proj.bat
blob: 111405981f416dbcc0bf9b4b11dbd8a5d92771fd (plain) (tree)
1
2
3
4
5
6
7






                                                                   
mkdir build

cd build

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