Lines Matching refs:echo
1 @echo off
91 echo.
92 echo Generating prerequisite files
98 echo.
99 echo Removing prerequisite files
113 echo.
116 echo Generating VC6 project files
120 echo Removing VC6 project files
128 echo.
131 echo Generating VC7 project files
135 echo Removing VC7 project files
143 echo.
146 echo Generating VC7.1 project files
150 echo Removing VC7.1 project files
158 echo.
161 echo Generating VC8 project files
165 echo Removing VC8 project files
173 echo.
176 echo Generating VC9 project files
180 echo Removing VC9 project files
188 echo.
191 echo Generating VC10 project files
195 echo Removing VC10 project files
203 echo.
206 echo Generating VC11 project files
210 echo Removing VC11 project files
218 echo.
221 echo Generating VC12 project files
225 echo Removing VC12 project files
241 echo.
242 echo Error: Cannot open %CD%\%2
250 echo * %CD%\%3
289 echo.!var!>> %3
317 echo # Begin Source File>> %4
318 echo.>> %4
319 echo SOURCE=..\..\..\..\%2\%~3>> %4
320 echo # End Source File>> %4
322 echo %TABS%^<File>> %4
323 echo %TABS% RelativePath="..\..\..\..\%2\%~3"^>>> %4
324 echo %TABS%^</File^>>> %4
326 echo %TABS%^<File>> %4
327 echo %TABS% RelativePath="..\..\..\..\%2\%~3">> %4
328 echo %TABS%^>>> %4
329 echo %TABS%^</File^>>> %4
332 echo %SPACES%^<ClCompile Include=^"..\..\..\..\%2\%~3^" /^>>> %4
334 echo %SPACES%^<ClInclude Include=^"..\..\..\..\%2\%~3^" /^>>> %4
336 echo %SPACES%^<ResourceCompile Include=^"..\..\..\..\%2\%~3^" /^>>> %4
370 echo * %CD%\%1
391 echo * %CD%\..\src\tool_hugehelp.c
392 echo #include "tool_setup.h"> ..\src\tool_hugehelp.c
393 echo #include "tool_hugehelp.h">> ..\src\tool_hugehelp.c
396 echo #ifndef HAVE_LIBZ>> ..\src\tool_hugehelp.c
400 echo #else>> ..\src\tool_hugehelp.c
402 echo #endif /^* HAVE_LIBZ ^*/>> ..\src\tool_hugehelp.c
405 echo.
406 echo Warning: The curl manual could not be integrated in the source. This means when
407 echo you build curl the manual will not be available (curl --man^). Integration of
408 echo the manual is not required and a summary of the options will still be available
409 echo (curl --help^). To integrate the manual your PATH is required to have
410 echo groff/nroff, perl and optionally gzip for compression.
411 echo.
412 echo void hugehelp(void^)>> ..\src\tool_hugehelp.c
413 echo #ifdef USE_MANUAL>> ..\src\tool_hugehelp.c
414 echo { fputs("built-in manual not included\n", stdout^); }>> ..\src\tool_hugehelp.c
415 echo #else>> ..\src\tool_hugehelp.c
416 echo {}>> ..\src\tool_hugehelp.c
417 echo #endif>> ..\src\tool_hugehelp.c
421 echo Error: Unable to generate ..\src\tool_hugehelp.c
430 echo * %CD%\..\include\curl\curlbuild.h
433 echo Error: Unable to generate ..\include\curl\curlbuild.h
440 echo.
441 echo Usage: generate [compiler] [-clean]
442 echo.
443 echo Compiler:
444 echo.
445 echo vc6 - Use Visual Studio 6
446 echo vc7 - Use Visual Studio .NET
447 echo vc7.1 - Use Visual Studio .NET 2003
448 echo vc8 - Use Visual Studio 2005
449 echo vc9 - Use Visual Studio 2008
450 echo vc10 - Use Visual Studio 2010
451 echo vc11 - Use Visual Studio 2012
452 echo vc12 - Use Visual Studio 2013
453 echo.
454 echo -clean - Removes the project files
458 echo.
459 echo Error: Unknown argument '%1'
463 echo.
464 echo Error: Only a Windows NT based Operating System is supported
468 echo.
469 echo Error: This batch file cannot run from a network drive
480 echo %EXITCODE%|findstr /r "[^0-9\-]" 1>NUL 2>&1