Lines Matching refs:echo
1 @echo off
177 echo.
190 echo.
266 echo.
267 echo Error: build: wolfssl64.sln not found in "%CD%"
282 echo.
283 echo Error: build: Configuration not recognized.
288 echo.
289 echo Error: build: Platform not recognized.
295 echo.
296 echo Error: build: Couldn't replace .\cyassl\options.h
302 echo.
303 echo Error: build: Couldn't replace .\wolfssl\options.h
317 echo.
318 echo Error: Failed building wolfSSL %MSBUILD_CONFIG%^|%MSBUILD_PLATFORM%.
327 echo.
328 echo Error: Failed testing wolfSSL %MSBUILD_CONFIG%^|%MSBUILD_PLATFORM%.
332 echo.
333 echo Success: Built and tested wolfSSL %MSBUILD_CONFIG%^|%MSBUILD_PLATFORM%.
334 echo.
335 echo.
343 echo.
344 echo Usage: build-wolfssl ^<compiler^> [platform] [configuration] [directory]
345 echo.
346 echo.
347 echo Compiler:
348 echo.
349 echo vc10 - Use Visual Studio 2010
350 echo vc11 - Use Visual Studio 2012
351 echo vc12 - Use Visual Studio 2013
352 echo vc14 - Use Visual Studio 2015
353 echo vc14.1 - Use Visual Studio 2017
354 echo vc14.2 - Use Visual Studio 2019
355 echo vc14.3 - Use Visual Studio 2022
356 echo.
357 echo.
358 echo Platform:
359 echo.
360 echo x86 - Perform a 32-bit build
361 echo x64 - Perform a 64-bit build
362 echo.
363 echo If this parameter is unset the OS platform is used ^(%OS_PLATFORM%^).
364 echo.
365 echo.
366 echo Configuration:
367 echo.
368 echo debug - Perform a debug build
369 echo release - Perform a release build
370 echo.
371 echo If this parameter is unset both configurations are built.
372 echo.
373 echo.
374 echo Other:
375 echo.
376 echo directory - Specifies the wolfSSL source directory
377 echo.
378 echo If this parameter is unset the directory used is "%DEFAULT_START_DIR%".
379 echo.
383 echo.
384 echo Error: Unknown argument '%1'
388 echo.
389 echo Error: Only a Windows NT based Operating System is supported
393 echo.
394 echo Error: Cannot obtain the directory for Program Files
398 echo.
399 echo Error: %VC_DESC% is not installed
403 echo.
404 echo Error: %VC_DESC% does not support 64-bit builds
408 echo.
409 echo Error: Cannot locate wolfSSL source directory, expected "%START_DIR%"
418 echo.
419 echo.
420 echo Build complete.
421 echo.
422 echo The following configurations were built and tested successfully:
423 echo.
424 echo %SUCCESSFUL_BUILDS%
425 echo.