Lines Matching refs:rem
2 rem ***************************************************************************
3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) 2012 - 2017, Steve Holme, <steve_holme@hotmail.com>.
10 rem * Copyright (C) 2015, Jay Satiro, <raysatiro@yahoo.com>.
11 rem *
12 rem * This software is licensed as described in the file COPYING, which
13 rem * you should have received as part of this distribution. The terms
14 rem * are also available at https://curl.haxx.se/docs/copyright.html.
15 rem *
16 rem * You may opt to use, copy, modify, merge, publish, distribute and/or sell
17 rem * copies of the Software, and permit persons to whom the Software is
18 rem * furnished to do so, under the terms of the COPYING file.
19 rem *
20 rem * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 rem * KIND, either express or implied.
22 rem *
23 rem ***************************************************************************
26 rem Check we are running on a Windows NT derived OS
29 rem Set our variables
35 rem Ensure we have the required arguments
91 rem Compiler and platform are required parameters.
95 rem Default the start directory if one isn't specified
98 rem Calculate the program files directory
108 rem Check we have a program files directory
111 rem Check we have Visual Studio installed
114 rem Check the start directory exists
146 rem Calculate our output directory
153 rem Perform 64-bit Debug Build
164 rem Perform 64-bit Release Build
175 rem Calculate our output directory
182 rem Perform 32-bit Debug Build
193 rem Perform 32-bit Release Build
204 rem This function builds wolfSSL.
205 rem Usage: CALL :build <configuration> <platform>
206 rem The current directory must be the wolfSSL directory.
207 rem VS Configuration: Debug, Release, DLL Debug or DLL Release.
208 rem VS Platform: Win32 or x64.
209 rem Returns: 1 on fail, 0 on success.
210 rem An informational message should be shown before any return.
221 rem OUTDIR isn't a full path, only relative. MSBUILD_OUTDIR must be full and
222 rem not have trailing backslashes, which are handled later.
257 rem Extra trailing \ in Dirs because otherwise it thinks a quote is escaped
272 rem For tests to run properly the wolfSSL directory must remain the current.
286 rem This is necessary to export our local variables back to the caller.
292 rem Display the help