Lines Matching refs:build
197 set OUTDIR=build\Win64\%VC_DESC%
205 call :build Debug x64
208 call :build "DLL Debug" x64
216 call :build Release x64
219 call :build "DLL Release" x64
226 set OUTDIR=build\Win32\%VC_DESC%
234 call :build Debug Win32
237 call :build "DLL Debug" Win32
245 call :build Release Win32
248 call :build "DLL Release" Win32
253 :build label
255 rem Usage: CALL :build <configuration> <platform>
267 echo Error: build: wolfssl64.sln not found in "%CD%"
283 echo Error: build: Configuration not recognized.
289 echo Error: build: Platform not recognized.
296 echo Error: build: Couldn't replace .\cyassl\options.h
303 echo Error: build: Couldn't replace .\wolfssl\options.h
344 echo Usage: build-wolfssl ^<compiler^> [platform] [configuration] [directory]
360 echo x86 - Perform a 32-bit build
361 echo x64 - Perform a 64-bit build
368 echo debug - Perform a debug build
369 echo release - Perform a release build