aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/coapp/openssl/buildall.bat
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-10-22 16:10:40 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-10-22 17:20:33 -0700
commita7fab60e1e133c36258f60d7c4b1007bb0718313 (patch)
tree08182a406cbae5fc07dcf067006c2d818a078b96 /vsprojects/coapp/openssl/buildall.bat
parentbbfa1d5698a5e144b353f71f8f5aafd8aa0f58fd (diff)
use openssl sources from third_party/openssl
Diffstat (limited to 'vsprojects/coapp/openssl/buildall.bat')
-rw-r--r--vsprojects/coapp/openssl/buildall.bat4
1 files changed, 2 insertions, 2 deletions
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