From 7aa755fd32fdec0ea5a3e28d4f740ffa07433456 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Tue, 12 Jun 2007 16:08:27 +0000 Subject: 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. --- PCbuild/build_ssl.bat | 2 ++ 1 file changed, 2 insertions(+) (limited to 'PCbuild/build_ssl.bat') 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 ( -- cgit v1.2.1