]> granicus.if.org Git - curl/commitdiff
build-openssl.bat/build-wolfssl.bat: Build platform is optional
authorSteve Holme <steve_holme@hotmail.com>
Tue, 6 Feb 2018 19:35:13 +0000 (19:35 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 6 Feb 2018 19:35:13 +0000 (19:35 +0000)
Whilst the compiler parameter is mandatory, platform is optional as it
is automatically calculated by the :configure section.

This partially reverts commit 6d62d2c55d.

projects/build-openssl.bat
projects/build-wolfssl.bat

index 6389e87a536ee17843eebb8b3b5d6b5a9b22dde8..b69276848c86178d272d703ffa42c521c4f36acf 100644 (file)
@@ -120,9 +120,8 @@ rem ***************************************************************************
   shift & goto parseArgs
 
 :prerequisites
-  rem Compiler and platform are required parameters.
+  rem Compiler is a required parameter
   if not defined VC_VER goto syntax
-  if not defined BUILD_PLATFORM goto syntax
 
   rem Default the start directory if one isn't specified
   if not defined START_DIR set START_DIR=..\..\openssl
@@ -312,7 +311,7 @@ rem ***************************************************************************
 :syntax
   rem Display the help
   echo.
-  echo Usage: build-openssl ^<compiler^> ^<platform^> [configuration] [directory]
+  echo Usage: build-openssl ^<compiler^> [platform] [configuration] [directory]
   echo.
   echo Compiler:
   echo.
index 1c3b8c5b062e7341f4fa21759b23b99a5aee12ae..e5cf1536ac3eb07fa888e633b9a241ac6245b306 100644 (file)
@@ -107,9 +107,8 @@ rem ***************************************************************************
   shift & goto parseArgs
 
 :prerequisites
-  rem Compiler and platform are required parameters.
+  rem Compiler is a required parameter
   if not defined VC_VER goto syntax
-  if not defined BUILD_PLATFORM goto syntax
 
   rem Default the start directory if one isn't specified
   if not defined START_DIR set START_DIR=..\..\wolfssl
@@ -300,7 +299,7 @@ rem ***************************************************************************
 :syntax
   rem Display the help
   echo.
-  echo Usage: build-wolfssl ^<compiler^> ^<platform^> [configuration] [directory]
+  echo Usage: build-wolfssl ^<compiler^> [platform] [configuration] [directory]
   echo.
   echo Compiler:
   echo.