diff options
author | Thomas Heller <theller@ctypes.org> | 2007-06-12 16:08:27 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2007-06-12 16:08:27 (GMT) |
commit | c8720b9847c6c91416b2e7c75aaf01ef777e5ed1 (patch) | |
tree | 1f7259853d844c6b8272747f0368c5fc563bff19 /PCbuild/build_ssl.bat | |
parent | 04d17b4660e491b0b816da847ea70e86c482b709 (diff) | |
download | cpython-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.bat | 2 |
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 (
|