From a7fab60e1e133c36258f60d7c4b1007bb0718313 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 22 Oct 2015 16:10:40 -0700 Subject: use openssl sources from third_party/openssl --- vsprojects/coapp/openssl/buildall.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vsprojects/coapp/openssl/buildall.bat') diff --git a/vsprojects/coapp/openssl/buildall.bat b/vsprojects/coapp/openssl/buildall.bat index 2685a4acdd..70a7d1602d 100644 --- a/vsprojects/coapp/openssl/buildall.bat +++ b/vsprojects/coapp/openssl/buildall.bat @@ -4,8 +4,8 @@ nuget restore || goto eof: setlocal -rem First do a bit of hacking to make sure we have headers ready in ..\inc32 -cd .. +rem First do a bit of hacking to make sure we have headers ready in openssl's inc32 directory +cd ..\..\..\third_party\openssl call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86 perl Configure no-asm VC-WIN32 || goto :eof perl util\mkfiles.pl >MINFO || goto :eof -- cgit v1.2.3