Lines Matching refs:rem

2 rem ***************************************************************************

3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) Steve Holme, <steve_holme@hotmail.com>.
10 rem * Copyright (C) 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.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 * SPDX-License-Identifier: curl
24 rem *
25 rem ***************************************************************************
28 rem Check we are running on a Windows NT derived OS
31 rem Set our variables
38 rem Calculate the program files directory
44 rem Visual Studio was x86-only prior to 14.3
53 rem Ensure we have the required arguments
84 rem Determine the VC14.1 path based on the installed edition in descending
85 rem order (Enterprise, then Professional and finally Community)
98 rem Determine the VC14.2 path based on the installed edition in descending
99 rem order (Enterprise, then Professional and finally Community)
112 rem Determine the VC14.3 path based on the installed edition in descending
113 rem order (Enterprise, then Professional and finally Community)
146 rem Compiler is a required parameter
149 rem Default the start directory if one isn't specified
152 rem Check we have a program files directory
155 rem Check we have Visual Studio installed
158 rem Check the start directory exists
196 rem Calculate our output directory
203 rem Perform 64-bit Debug Build
214 rem Perform 64-bit Release Build
225 rem Calculate our output directory
232 rem Perform 32-bit Debug Build
243 rem Perform 32-bit Release Build
254 rem This function builds wolfSSL.
255 rem Usage: CALL :build <configuration> <platform>
256 rem The current directory must be the wolfSSL directory.
257 rem VS Configuration: Debug, Release, DLL Debug or DLL Release.
258 rem VS Platform: Win32 or x64.
259 rem Returns: 1 on fail, 0 on success.
260 rem An informational message should be shown before any return.
271 rem OUTDIR isn't a full path, only relative. MSBUILD_OUTDIR must be full and
272 rem not have trailing backslashes, which are handled later.
307 rem Extra trailing \ in Dirs because otherwise it thinks a quote is escaped
322 rem For tests to run properly the wolfSSL directory must remain the current.
336 rem This is necessary to export our local variables back to the caller.
342 rem Display the help