summaryrefslogtreecommitdiffstats
path: root/PCbuild/build_ssl.bat
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2007-06-12 16:08:27 (GMT)
committerThomas Heller <theller@ctypes.org>2007-06-12 16:08:27 (GMT)
commitc8720b9847c6c91416b2e7c75aaf01ef777e5ed1 (patch)
tree1f7259853d844c6b8272747f0368c5fc563bff19 /PCbuild/build_ssl.bat
parent04d17b4660e491b0b816da847ea70e86c482b709 (diff)
downloadcpython-c8720b9847c6c91416b2e7c75aaf01ef777e5ed1.zip
cpython-c8720b9847c6c91416b2e7c75aaf01ef777e5ed1.tar.gz
cpython-c8720b9847c6c91416b2e7c75aaf01ef777e5ed1.tar.bz2
Add bufferoverflowU.lib to the libraries needed by _ssl (is this the
right thing to do?). Set the /XP64 /RETAIL build enviroment in the makefile when building ReleaseAMD64.
Diffstat (limited to 'PCbuild/build_ssl.bat')
-rw-r--r--PCbuild/build_ssl.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/PCbuild/build_ssl.bat b/PCbuild/build_ssl.bat
index 82572ed..9aad441 100644
--- a/PCbuild/build_ssl.bat
+++ b/PCbuild/build_ssl.bat
@@ -1,3 +1,5 @@
+if "%1" == "ReleaseAMD64" call "%MSSdk%\SetEnv" /XP64 /RETAIL
+
@echo off
if not defined HOST_PYTHON (
if %1 EQU Debug (