rem Check we have Visual Studio installed
if not exist "%PF%\%VC_PATH%" goto novc
+\r
+ rem Check the start directory exists\r
+ if not exist "%START_DIR%" goto noopenssl\r
:configure
if "%BUILD_PLATFORM%" == "" (
echo.
echo Other:
echo.
- echo directory - Specifies the openssl directory
+ echo directory - Specifies the OpenSSL source directory
goto error
:unknown
echo Error: %VC_DESC% is not installed
goto error
-:nox64
- echo.
- echo Error: %VC_DESC% does not support 64-bit builds
- goto error
-
+:nox64\r
+ echo.\r
+ echo Error: %VC_DESC% does not support 64-bit builds\r
+ goto error\r
+\r
+:noopenssl\r
+ echo.\r
+ echo Error: Cannot locate OpenSSL source directory\r
+ goto error\r
+\r
:error
if "%OS%" == "Windows_NT" endlocal
exit /B 1