summaryrefslogtreecommitdiffstats
path: root/PCbuild/get_externals.bat
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-11-01 23:42:46 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-11-01 23:42:46 (GMT)
commite470d092cb8ea1fc6a3d528f40799dca9cf86f17 (patch)
treefc78f5ed78649b50d93c5c582999537a6f583414 /PCbuild/get_externals.bat
parentbac47773f1c30ec8e6ab0279f06970d679272580 (diff)
downloadcpython-e470d092cb8ea1fc6a3d528f40799dca9cf86f17.zip
cpython-e470d092cb8ea1fc6a3d528f40799dca9cf86f17.tar.gz
cpython-e470d092cb8ea1fc6a3d528f40799dca9cf86f17.tar.bz2
Issue #17717: Pull NASM from svn.python.org for OpenSSL build.
Diffstat (limited to 'PCbuild/get_externals.bat')
-rw-r--r--PCbuild/get_externals.bat8
1 files changed, 5 insertions, 3 deletions
diff --git a/PCbuild/get_externals.bat b/PCbuild/get_externals.bat
index 8436051..662bfcf 100644
--- a/PCbuild/get_externals.bat
+++ b/PCbuild/get_externals.bat
@@ -20,6 +20,7 @@ echo.Cleaning up external libraries.
for /D %%d in (
bzip2-*
db-*
+ nasm-*
openssl-*
tcl-*
tcltk*
@@ -51,6 +52,7 @@ echo.Fetching external libraries...
for %%e in (
bzip2-1.0.6
+ nasm-2.11.06
openssl-1.0.1j
tcl-8.6.1.0
tk-8.6.1.0
@@ -87,9 +89,9 @@ echo.
echo.**WARNING**: the cleaning options unconditionally remove any directory
echo.that is a child of
echo. %CD%
-echo.and matches wildcard patterns beginning with bzip2-, db-, openssl-, tcl-,
-echo.tcltk, tk-, tix-, sqlite-, or xz-, and as such has the potential to be
-echo.very destructive if you are not aware of what it is doing. Use with
+echo.and matches wildcard patterns beginning with bzip2-, db-, nasm-, openssl-,
+echo.tcl-, tcltk, tk-, tix-, sqlite-, or xz-, and as such has the potential
+echo.to be very destructive if you are not aware of what it is doing. Use with
echo.caution!
popd
exit /b -1