Lines Matching refs:echo

1 @echo off
131 echo.
132 echo Error. Please provide VS Path.
140 echo.
141 echo Error. Please provide Perl root Path.
228 echo.
241 echo.
243 cd /d "%START_DIR%" || (echo Error: Failed cd start & exit /B 1)
377 cd /d "%TMP_BUILD_PATH%" || (echo Error: Failed cd build & exit /B 1)
458 cd /d "%TMP_BUILD_PATH%" || (echo Error: Failed cd build & exit /B 1)
502 cd /d "%SOURCE_PATH%" || (echo Error: Failed cd source & exit /B 1)
567 cd /d "%TMP_BUILD_PATH%" || (echo Error: Failed cd build & exit /B 1)
572 cd /d "%SOURCE_PATH%" || (echo Error: Failed cd source & exit /B 1)
656 echo.
657echo Usage: build-openssl ^<compiler^> [platform] [configuration] [directory] [-VSpath] ["VSpath"]…
658 echo.
659 echo Compiler:
660 echo.
661 echo vc10 - Use Visual Studio 2010
662 echo vc11 - Use Visual Studio 2012
663 echo vc12 - Use Visual Studio 2013
664 echo vc14 - Use Visual Studio 2015
665 echo vc14.1 - Use Visual Studio 2017
666 echo vc14.2 - Use Visual Studio 2019
667 echo vc14.3 - Use Visual Studio 2022
668 echo.
669 echo Platform:
670 echo.
671 echo x86 - Perform a 32-bit build
672 echo x64 - Perform a 64-bit build
673 echo.
674 echo Configuration:
675 echo.
676 echo debug - Perform a debug build
677 echo release - Perform a release build
678 echo.
679 echo Other:
680 echo.
681 echo directory - Specifies the OpenSSL source directory
682 echo.
683 echo -VSpath - Specify the custom VS path if Visual Studio is not located at
684 echo "C:\<ProgramFiles>\Microsoft Visual Studio <version>"
685 echo For e.g. -VSpath "C:\apps\MVS14"
686 echo.
687 echo -perlpath - Specify the custom perl root path if perl is not located at
688 echo "C:\Perl" and it is a portable copy of perl and not
689 echo installed on the win system.
690 echo For e.g. -perlpath "D:\strawberry-perl-5.24.3.1-64bit-portable"
694 echo.
695 echo Error: Unknown argument '%1'
699 echo.
700 echo Error: Only a Windows NT based Operating System is supported
704 echo.
705 echo Error: Cannot obtain the directory for Program Files
709 echo.
710 echo Error: %VC_DESC% is not installed
711 echo Error: Please check whether Visual compiler is installed at the path "%ABS_VC_PATH%"
712 echo Error: Please provide proper VS Path by using -VSpath
716 echo.
717 echo Error: Perl is not installed
718 echo Error: Please check whether Perl is installed or it is at location "C:\Perl"
719 echo Error: If Perl is portable please provide perl root path by using -perlpath
723 echo.
724 echo Error: %VC_DESC% does not support 64-bit builds
728 echo.
729 echo Error: Cannot locate OpenSSL source directory