Lines Matching refs:echo
1 @echo off
62 echo.
63 echo Generating prerequisite files
71 echo.
72 echo Removing prerequisite files
95 echo * %CD%\Makefile
105 echo * %CD%\src\tool_hugehelp.c
134 echo * %CD%\Makefile
143 echo * %CD%\src\tool_hugehelp.c
169 echo #include "tool_setup.h"> src\tool_hugehelp.c
170 echo #include "tool_hugehelp.h">> src\tool_hugehelp.c
171 echo.>> src\tool_hugehelp.c
172 echo void hugehelp(void^)>> src\tool_hugehelp.c
173 echo {>> src\tool_hugehelp.c
174 echo #ifdef USE_MANUAL>> src\tool_hugehelp.c
175 echo fputs("Built-in manual not included\n", stdout^);>> src\tool_hugehelp.c
176 echo #endif>> src\tool_hugehelp.c
177 echo }>> src\tool_hugehelp.c
207 echo.
208 echo Usage: buildconf [-clean]
209 echo.
210 echo -clean - Removes the files
214 echo.
215 echo Error: Unknown argument '%1'
219 echo.
220 echo Error: This batch file should only be used with a curl git repository
224 echo.
225 echo Error: Unable to generate Makefile
229 echo.
230 echo Error: Unable to generate src\tool_hugehelp.c
234 echo.
235 echo Error: Unable to clean Makefile
239 echo.
240 echo Error: Unable to clean src\tool_hugehelp.c
244 echo.
245 echo Warning: The curl manual could not be integrated in the source. This means when
246 echo you build curl the manual will not be available (curl --manual^). Integration of
247 echo the manual is not required and a summary of the options will still be available
248 echo (curl --help^). To integrate the manual build with configure or cmake.