summaryrefslogtreecommitdiffstats
path: root/PCbuild/pyproject.props
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/pyproject.props
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/pyproject.props')
-rw-r--r--PCbuild/pyproject.props4
1 files changed, 4 insertions, 0 deletions
diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props
index 9f2b0e5..c7087cc 100644
--- a/PCbuild/pyproject.props
+++ b/PCbuild/pyproject.props
@@ -20,6 +20,7 @@
<sqlite3Dir>$(externalsDir)\sqlite-3.8.3.1</sqlite3Dir>
<bz2Dir>$(externalsDir)\bzip2-1.0.6</bz2Dir>
<lzmaDir>$(externalsDir)\xz-5.0.5</lzmaDir>
+ <nasmDir>$(externalsDir)\nasm-2.11.06</nasmDir>
<opensslDir>$(externalsDir)\openssl-1.0.1j</opensslDir>
<tclDir>$(externalsDir)\tcl-8.6.1.0</tclDir>
<tkDir>$(externalsDir)\tk-8.6.1.0</tkDir>
@@ -77,6 +78,9 @@
<BuildMacro Include="lzmaDir">
<Value>$(lzmaDir)</Value>
</BuildMacro>
+ <BuildMacro Include="nasmDir">
+ <Value>$(nasmDir)</Value>
+ </BuildMacro>
<BuildMacro Include="opensslDir">
<Value>$(opensslDir)</Value>
</BuildMacro>