summaryrefslogtreecommitdiff
path: root/PCbuild/build_ssl.bat
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2007-06-12 16:08:27 +0000
committerThomas Heller <theller@ctypes.org>2007-06-12 16:08:27 +0000
commit7aa755fd32fdec0ea5a3e28d4f740ffa07433456 (patch)
tree794f0f03bdfd7d6663ea3fa29f01adfc98ef3475 /PCbuild/build_ssl.bat
parent55fa7e27f1021b97d5805a112689f0f64df65973 (diff)
downloadcpython-7aa755fd32fdec0ea5a3e28d4f740ffa07433456.tar.gz
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 82572ed18a..9aad44127b 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 (