• Home
  • Raw
  • Download

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
183 rem Main generate function.
184 rem
185 rem %1 - Project Type (vcxproj for VC10, VC11, VC12, VC14, VC14.10 and VC14.30)
186 rem %2 - Input template file
187 rem %3 - Output project file
188 rem
264 rem Generates a single file xml element.
265 rem
266 rem %1 - Project Type (vcxproj for VC10, VC11, VC12, VC14, VC14.10 and VC14.30)
267 rem %2 - Directory (src, lib, lib\vauth, lib\vquic, lib\vssh, lib\vtls)
268 rem %3 - Source filename
269 rem %4 - Output project file
270 rem
313 rem Returns the extension for a given filename.
314 rem
315 rem %1 - The filename
316 rem %2 - The return value
317 rem
336 rem Removes the given project file.
337 rem
338 rem %1 - The filename
339 rem
350 rem Display the help
388 rem Set the caller's errorlevel.
389 rem %1[opt]: Errorlevel as integer.
390 rem If %1 is empty the errorlevel will be set to 0.
391 rem If %1 is not empty and not an integer the errorlevel will be set to 1.