• Home
  • Raw
  • Download

Lines Matching refs:echo

1 @echo off
72 echo.
73 echo Generating prerequisite files
82 echo.
83 echo Removing prerequisite files
108 echo * %CD%\Makefile
118 echo * %CD%\src\tool_hugehelp.c
130 echo * %CD%\include\curl\curlbuild.h
141 echo.
142 echo Configuring c-ares build environment
167 echo * %CD%\Makefile
176 echo * %CD%\src\tool_hugehelp.c
185 echo * %CD%\include\curl\curlbuild.h
218 echo #include "tool_setup.h"> src\tool_hugehelp.c
219 echo #include "tool_hugehelp.h">> src\tool_hugehelp.c
222 echo #ifndef HAVE_LIBZ>> src\tool_hugehelp.c
227 echo #else>> src\tool_hugehelp.c
229 echo #endif /^* HAVE_LIBZ ^*/>> src\tool_hugehelp.c
237 echo #include "tool_setup.h"> src\tool_hugehelp.c
238 echo #include "tool_hugehelp.hd">> src\tool_hugehelp.c
239 echo.>> src\tool_hugehelp.c
240 echo void hugehelp(void^)>> src\tool_hugehelp.c
241 echo {>> src\tool_hugehelp.c
242 echo #ifdef USE_MANUAL>> src\tool_hugehelp.c
243 echo fputs("Built-in manual not included\n", stdout^);>> src\tool_hugehelp.c
244 echo #endif>> src\tool_hugehelp.c
245 echo }>> src\tool_hugehelp.c
281 echo.
282 echo Usage: buildconf [-clean]
283 echo.
284 echo -clean - Removes the files
288 echo.
289 echo Error: Unknown argument '%1'
293 echo.
294 echo Error: This batch file should only be used with a curl git repository
298 echo.
299 echo Error: Unable to generate Makefile
303 echo.
304 echo Error: Unable to generate src\tool_hugehelp.c
308 echo.
309 echo Error: Unable to generate include\curl\curlbuild.h
313 echo.
314 echo Error: Unable to clean Makefile
318 echo.
319 echo Error: Unable to clean src\tool_hugehelp.c
323 echo.
324 echo Error: Unable to clean include\curl\curlbuild.h
328 echo.
329 echo Warning: The curl manual could not be integrated in the source. This means when
330 echo you build curl the manual will not be available (curl --man^). Integration of
331 echo the manual is not required and a summary of the options will still be available
332 echo (curl --help^). To integrate the manual your PATH is required to have
333 echo groff/nroff, perl and optionally gzip for compression.