Lines Matching refs:rem

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

3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
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 ***************************************************************************
26 rem NOTES
27 rem
28 rem This batch file must be used to set up a git tree to build on systems where
29 rem there is no autotools support (i.e. DOS and Windows).
30 rem
33 rem Set our variables
37 rem Switch to this batch file's directory
40 rem Check we are running from a curl git repository
43 rem Detect programs. HAVE_<PROGNAME>
44 rem When not found the variable is set undefined. The undefined pattern
45 rem allows for statements like "if not defined HAVE_PERL (command)"
93 rem Main generate function.
94 rem
95 rem Returns:
96 rem
97 rem 0 - success
98 rem 1 - success with simplified tool_hugehelp.c
99 rem 2 - failed to generate Makefile
100 rem 3 - failed to generate tool_hugehelp.c
101 rem
106 rem Create Makefile
116 rem Create tool_hugehelp.c
128 rem Setup c-ares git tree
145 rem Main clean function.
146 rem
147 rem Returns:
148 rem
149 rem 0 - success
150 rem 1 - failed to clean Makefile
151 rem 2 - failed to clean tool_hugehelp.c
152 rem
154 rem Remove Makefile
163 rem Remove tool_hugehelp.c
174 rem Function to generate src\tool_hugehelp.c
175 rem
176 rem Returns:
177 rem
178 rem 0 - full tool_hugehelp.c generated
179 rem 1 - simplified tool_hugehelp.c
180 rem 2 - failure
181 rem
242 rem Function to clean-up local variables under DOS, Windows 3.x and
243 rem Windows 9x as setlocal isn't available until Windows NT
244 rem
259 rem Display the help