diff --git a/.gitignore b/.gitignore index 48ca7cb38..5cb2be3fe 100755 --- a/.gitignore +++ b/.gitignore @@ -259,3 +259,6 @@ build .idea Release/* + +build_win64_release/* +DB/* diff --git a/marketmaker_build_depends.cmd b/marketmaker_build_depends.cmd index bdfbb92ca..a09e0ea04 100644 --- a/marketmaker_build_depends.cmd +++ b/marketmaker_build_depends.cmd @@ -75,7 +75,7 @@ cd curl mkdir build_msvc_2015_win32 mkdir build_msvc_2015_win64 cd build_msvc_2015_win64 -cmake -G "Visual Studio 14 2015 Win64" .. +cmake -G "Visual Studio 14 2015 Win64" -DCMAKE_USE_WINSSL:BOOL=ON .. cmake --build . --config Release --target libcurl rem cmake .. -G"Visual Studio 14 2015 Win64" -DCURL_STATICLIB=ON -DCURL_DISABLE_LDAP=ON -DCURL_STATIC_CRT=ON