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 *
11 rem * This software is licensed as described in the file COPYING, which
12 rem * you should have received as part of this distribution. The terms
13 rem * are also available at https://curl.se/docs/copyright.html.
14 rem *
15 rem * You may opt to use, copy, modify, merge, publish, distribute and/or sell
16 rem * copies of the Software, and permit persons to whom the Software is
17 rem * furnished to do so, under the terms of the COPYING file.
18 rem *
19 rem * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
20 rem * KIND, either express or implied.
21 rem *
22 rem * SPDX-License-Identifier: curl
23 rem *
24 rem ***************************************************************************
27 rem Check we are running on a Windows NT derived OS
30 rem Set our variables
35 rem Check we are not running on a network drive
38 rem Switch to this batch file's directory
41 rem Check we are running from a curl git repository
201 rem Main generate function.
202 rem
203 rem %1 - Project Type (vcxproj for VC10, VC11, VC12, VC14, VC14.10, VC14.20 and VC14.30)
204 rem %2 - Input template file
205 rem %3 - Output project file
206 rem
282 rem Generates a single file xml element.
283 rem
284 rem %1 - Project Type (vcxproj for VC10, VC11, VC12, VC14, VC14.10, VC14.20 and VC14.30)
285 rem %2 - Directory (src, lib, lib\vauth, lib\vquic, lib\vssh, lib\vtls)
286 rem %3 - Source filename
287 rem %4 - Output project file
288 rem
331 rem Returns the extension for a given filename.
332 rem
333 rem %1 - The filename
334 rem %2 - The return value
335 rem
354 rem Removes the given project file.
355 rem
356 rem %1 - The filename
357 rem
368 rem Display the help
407 rem Set the caller's errorlevel.
408 rem %1[opt]: Errorlevel as integer.
409 rem If %1 is empty the errorlevel will be set to 0.
410 rem If %1 is not empty and not an integer the errorlevel will be set to 1.