• Home
  • Raw
  • Download

Lines Matching refs:echo

1 @echo off
125 echo.
128 echo.
204 echo.
205 echo Error: build: wolfssl64.sln not found in "%CD%"
220 echo.
221 echo Error: build: Configuration not recognized.
226 echo.
227 echo Error: build: Platform not recognized.
233 echo.
234 echo Error: build: Couldn't replace .\cyassl\options.h
240 echo.
241 echo Error: build: Couldn't replace .\wolfssl\options.h
255 echo.
256 echo Error: Failed building wolfSSL %MSBUILD_CONFIG%^|%MSBUILD_PLATFORM%.
265 echo.
266 echo Error: Failed testing wolfSSL %MSBUILD_CONFIG%^|%MSBUILD_PLATFORM%.
270 echo.
271 echo Success: Built and tested wolfSSL %MSBUILD_CONFIG%^|%MSBUILD_PLATFORM%.
272 echo.
273 echo.
281 echo.
282 echo Usage: build-wolfssl ^<compiler^> ^<platform^> [configuration] [directory]
283 echo.
284 echo Compiler:
285 echo.
286 echo vc10 - Use Visual Studio 2010
287 echo vc11 - Use Visual Studio 2012
288 echo vc12 - Use Visual Studio 2013
289 echo vc14 - Use Visual Studio 2015
290 echo.
291 echo Platform:
292 echo.
293 echo x86 - Perform a 32-bit build
294 echo x64 - Perform a 64-bit build
295 echo.
296 echo Configuration:
297 echo.
298 echo debug - Perform a debug build
299 echo release - Perform a release build
300 echo.
301 echo Other:
302 echo.
303 echo directory - Specifies the wolfSSL source directory
307 echo.
308 echo Error: Unknown argument '%1'
312 echo.
313 echo Error: Only a Windows NT based Operating System is supported
317 echo.
318 echo Error: Cannot obtain the directory for Program Files
322 echo.
323 echo Error: %VC_DESC% is not installed
327 echo.
328 echo Error: %VC_DESC% does not support 64-bit builds
332 echo.
333 echo Error: Cannot locate wolfSSL source directory, expected "%START_DIR%"
342 echo.
343 echo.
344 echo Build complete.
345 echo.
346 echo The following configurations were built and tested successfully:
347 echo.
348 echo %SUCCESSFUL_BUILDS%
349 echo.