• Home
  • Raw
  • Download

Lines Matching refs:echo

1 @echo off
74 echo.
75 echo Generating prerequisite files
83 echo.
84 echo Removing prerequisite files
107 echo * %CD%\Makefile
117 echo * %CD%\src\tool_hugehelp.c
130 echo.
131 echo Configuring c-ares build environment
155 echo * %CD%\Makefile
164 echo * %CD%\src\tool_hugehelp.c
197 echo #include "tool_setup.h"> src\tool_hugehelp.c
198 echo #include "tool_hugehelp.h">> src\tool_hugehelp.c
201 echo #ifndef HAVE_LIBZ>> src\tool_hugehelp.c
206 echo #else>> src\tool_hugehelp.c
208 echo #endif /^* HAVE_LIBZ ^*/>> src\tool_hugehelp.c
216 echo #include "tool_setup.h"> src\tool_hugehelp.c
217 echo #include "tool_hugehelp.h">> src\tool_hugehelp.c
218 echo.>> src\tool_hugehelp.c
219 echo void hugehelp(void^)>> src\tool_hugehelp.c
220 echo {>> src\tool_hugehelp.c
221 echo #ifdef USE_MANUAL>> src\tool_hugehelp.c
222 echo fputs("Built-in manual not included\n", stdout^);>> src\tool_hugehelp.c
223 echo #endif>> src\tool_hugehelp.c
224 echo }>> src\tool_hugehelp.c
260 echo.
261 echo Usage: buildconf [-clean]
262 echo.
263 echo -clean - Removes the files
267 echo.
268 echo Error: Unknown argument '%1'
272 echo.
273 echo Error: This batch file should only be used with a curl git repository
277 echo.
278 echo Error: Unable to generate Makefile
282 echo.
283 echo Error: Unable to generate src\tool_hugehelp.c
287 echo.
288 echo Error: Unable to clean Makefile
292 echo.
293 echo Error: Unable to clean src\tool_hugehelp.c
297 echo.
298 echo Warning: The curl manual could not be integrated in the source. This means when
299 echo you build curl the manual will not be available (curl --man^). Integration of
300 echo the manual is not required and a summary of the options will still be available
301 echo (curl --help^). To integrate the manual your PATH is required to have
302 echo groff/nroff, perl and optionally gzip for compression.