Lines Matching refs:rem

2 rem ***************************************************************************
3 rem * _ _ ____ _
4 rem * Project ___| | | | _ \| |
5 rem * / __| | | | |_) | |
6 rem * | (__| |_| | _ <| |___
7 rem * \___|\___/|_| \_\_____|
8 rem *
9 rem * Copyright (C) 1998 - 2017, 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.haxx.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 ***************************************************************************
24 rem NOTES
25 rem
26 rem This batch file must be used to set up a git tree to build on systems where
27 rem there is no autotools support (i.e. DOS and Windows).
28 rem
31 rem Set our variables
35 rem Switch to this batch file's directory
38 rem Check we are running from a curl git repository
41 rem Detect programs. HAVE_<PROGNAME>
42 rem When not found the variable is set undefined. The undefined pattern
43 rem allows for statements like "if not defined HAVE_PERL (command)"
91 rem Main generate function.
92 rem
93 rem Returns:
94 rem
95 rem 0 - success
96 rem 1 - success with simplified tool_hugehelp.c
97 rem 2 - failed to generate Makefile
98 rem 3 - failed to generate tool_hugehelp.c
99 rem
104 rem Create Makefile
114 rem Create tool_hugehelp.c
126 rem Setup c-ares git tree
143 rem Main clean function.
144 rem
145 rem Returns:
146 rem
147 rem 0 - success
148 rem 1 - failed to clean Makefile
149 rem 2 - failed to clean tool_hugehelp.c
150 rem
152 rem Remove Makefile
161 rem Remove tool_hugehelp.c
172 rem Function to generate src\tool_hugehelp.c
173 rem
174 rem Returns:
175 rem
176 rem 0 - full tool_hugehelp.c generated
177 rem 1 - simplified tool_hugehelp.c
178 rem 2 - failure
179 rem
240 rem Function to clean-up local variables under DOS, Windows 3.x and
241 rem Windows 9x as setlocal isn't available until Windows NT
242 rem
257 rem Display the help