aboutsummaryrefslogtreecommitdiffhomepage
path: root/vsprojects/vs2013
diff options
context:
space:
mode:
authorGravatar nnoble <nnoble@google.com>2014-12-15 17:39:08 -0800
committerGravatar Nicolas Noble <nnoble@google.com>2014-12-16 17:03:01 -0800
commitd8fd853cba184ecf398134c746858ad38bd32cb3 (patch)
tree598ba07139ca8e9c65ac64af32dee79ef148d169 /vsprojects/vs2013
parent2845cade4cfb481bc93e9f97430cb6982ec30c21 (diff)
Fix for the exposed problems after trying a full clean build.
Change on 2014/12/15 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82192594
Diffstat (limited to 'vsprojects/vs2013')
-rw-r--r--vsprojects/vs2013/build_openssl_x86.bat4
1 files changed, 3 insertions, 1 deletions
diff --git a/vsprojects/vs2013/build_openssl_x86.bat b/vsprojects/vs2013/build_openssl_x86.bat
index 2ab8276bcf..ad0b9ea017 100644
--- a/vsprojects/vs2013/build_openssl_x86.bat
+++ b/vsprojects/vs2013/build_openssl_x86.bat
@@ -3,4 +3,6 @@
@call "%VS120COMNTOOLS%\..\..\vc\vcvarsall.bat" x86
cd ..\..\third_party\openssl
-nmake /F ..\..\vsprojects\third_party\openssl\OpenSSL.mak out32\ssleay32.lib out32\libeay32.lib
+nmake /F ..\..\vsprojects\third_party\openssl\OpenSSL.mak init out32\ssleay32.lib out32\libeay32.lib
+
+pause