Lines Matching refs:rem
2 rem ***************************************************************************
3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) 2012 - 2018, 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
38 rem Calculate the program files directory
76 rem Determine the VC14.1 path based on the installed edition in descending
77 rem order (Enterprise, then Professional and finally Community)
110 rem Compiler is a required parameter
113 rem Default the start directory if one isn't specified
116 rem Check we have a program files directory
119 rem Check we have Visual Studio installed
122 rem Check the start directory exists
154 rem Calculate our output directory
161 rem Perform 64-bit Debug Build
172 rem Perform 64-bit Release Build
183 rem Calculate our output directory
190 rem Perform 32-bit Debug Build
201 rem Perform 32-bit Release Build
212 rem This function builds wolfSSL.
213 rem Usage: CALL :build <configuration> <platform>
214 rem The current directory must be the wolfSSL directory.
215 rem VS Configuration: Debug, Release, DLL Debug or DLL Release.
216 rem VS Platform: Win32 or x64.
217 rem Returns: 1 on fail, 0 on success.
218 rem An informational message should be shown before any return.
229 rem OUTDIR isn't a full path, only relative. MSBUILD_OUTDIR must be full and
230 rem not have trailing backslashes, which are handled later.
265 rem Extra trailing \ in Dirs because otherwise it thinks a quote is escaped
280 rem For tests to run properly the wolfSSL directory must remain the current.
294 rem This is necessary to export our local variables back to the caller.
300 rem Display the help