Lines Matching refs:build
251 rem For legacy OpenSSL the temporary build path must be the source path.
261 set "TMP_BUILD_PATH=%SOURCE_PATH%\build\tmp_build"
262 set "TMP_INSTALL_PATH=%SOURCE_PATH%\build\tmp_install"
269 set OUTDIR=build\Win64\%VC_DESC%
276 rem Perform the build
277 call :build x64 static %LEGACY_BUILD%
285 rem Perform the build
286 call :build x64 shared %LEGACY_BUILD%
296 rem Perform the build
297 call :build x64 static %LEGACY_BUILD%
305 rem Perform the build
306 call :build x64 shared %LEGACY_BUILD%
316 set OUTDIR=build\Win32\%VC_DESC%
323 rem Perform the build
324 call :build x86 static %LEGACY_BUILD%
332 rem Perform the build
333 call :build x86 shared %LEGACY_BUILD%
343 rem Perform the build
344 call :build x86 static %LEGACY_BUILD%
352 rem Perform the build
353 call :build x86 shared %LEGACY_BUILD%
361 rem Function to configure the build.
377 cd /d "%TMP_BUILD_PATH%" || (echo Error: Failed cd build & exit /B 1)
405 rem Clean up the previous build
445 rem Main build function.
451 :build label
458 cd /d "%TMP_BUILD_PATH%" || (echo Error: Failed cd build & exit /B 1)
500 rem from the build dir (for legacy this is same as source dir) to the final
567 cd /d "%TMP_BUILD_PATH%" || (echo Error: Failed cd build & exit /B 1)
657 …echo Usage: build-openssl ^<compiler^> [platform] [configuration] [directory] [-VSpath] ["VSpath"]…
671 echo x86 - Perform a 32-bit build
672 echo x64 - Perform a 64-bit build
676 echo debug - Perform a debug build
677 echo release - Perform a release build