build fixes

This commit is contained in:
Günter Obiltschnig 2020-01-11 23:50:16 +01:00
parent fce1f89aff
commit 6504039434
2 changed files with 4 additions and 6 deletions

View File

@ -182,7 +182,7 @@
// empty or other value: // empty or other value:
// Do not link any OpenSSL libraries automatically. You will have to edit the // Do not link any OpenSSL libraries automatically. You will have to edit the
// Visual C++ project files for Crypto and NetSSL_OpenSSL. // Visual C++ project files for Crypto and NetSSL_OpenSSL.
// #define POCO_EXTERNAL_OPENSSL POCO_EXTERNAL_OPENSSL_SLPRO #define POCO_EXTERNAL_OPENSSL POCO_EXTERNAL_OPENSSL_SLPRO
// Define to prevent changing the suffix for shared libraries // Define to prevent changing the suffix for shared libraries

View File

@ -7,7 +7,7 @@ rem
rem POCO C++ Libraries command-line build script rem POCO C++ Libraries command-line build script
rem for MS Visual Studio 2015 to 2019 rem for MS Visual Studio 2015 to 2019
rem rem
rem Copyright (c) 2006-2019 by Applied Informatics Software Engineering GmbH rem Copyright (c) 2006-2020 by Applied Informatics Software Engineering GmbH
rem and Contributors. rem and Contributors.
rem rem
rem Original version by Aleksandar Fabijanic. rem Original version by Aleksandar Fabijanic.
@ -86,13 +86,11 @@ if not "%CONFIGURATION%"=="release" (
if not "%CONFIGURATION%"=="debug" ( if not "%CONFIGURATION%"=="debug" (
if not "%CONFIGURATION%"=="both" goto usage)) if not "%CONFIGURATION%"=="both" goto usage))
rem PLATFORM [Win32|x64|WinCE|WEC2013] rem PLATFORM [Win32|x64]
set PLATFORM=%3 set PLATFORM=%3
if "%PLATFORM%"=="" (set PLATFORM=Win32) if "%PLATFORM%"=="" (set PLATFORM=Win32)
if not "%PLATFORM%"=="Win32" ( if not "%PLATFORM%"=="Win32" (
if not "%PLATFORM%"=="x64" ( if not "%PLATFORM%"=="x64" goto usage)
if not "%PLATFORM%"=="WinCE" (
if not "%PLATFORM%"=="WEC2013" goto usage)))
rem SAMPLES [samples|nosamples] rem SAMPLES [samples|nosamples]
set SAMPLES=%4 set SAMPLES=%4