Lines Matching refs:echo

1 @echo off
89 echo.
92 echo Generating VC10 project files
96 echo Removing VC10 project files
104 echo.
107 echo Generating VC11 project files
111 echo Removing VC11 project files
119 echo.
122 echo Generating VC12 project files
126 echo Removing VC12 project files
141 echo.
142 echo Error: Cannot open %2
150 echo * %CD%\%3
207 echo.!var!>> %3
238 echo # Begin Source File>> %4
239 echo.>> %4
240 echo SOURCE=..\..\..\..\%2\%~3>> %4
241 echo # End Source File>> %4
243 echo %TABS%^<File>> %4
244 echo %TABS% RelativePath="..\..\..\..\%2\%~3"^>>> %4
245 echo %TABS%^</File^>>> %4
247 echo %TABS%^<File>> %4
248 echo %TABS% RelativePath="..\..\..\..\%2\%~3">> %4
249 echo %TABS%^>>> %4
250 echo %TABS%^</File^>>> %4
253 echo %SPACES%^<ClCompile Include=^"..\..\..\..\%2\%~3^" /^>>> %4
255 echo %SPACES%^<ClInclude Include=^"..\..\..\..\%2\%~3^" /^>>> %4
257 echo %SPACES%^<ResourceCompile Include=^"..\..\..\..\%2\%~3^" /^>>> %4
291 echo * %CD%\%1
301 echo.
302 echo Usage: generate [what] [-clean]
303 echo.
304 echo What to generate:
305 echo.
306 echo pre - Prerequisites only
307 echo vc10 - Use Visual Studio 2010
308 echo vc11 - Use Visual Studio 2012
309 echo vc12 - Use Visual Studio 2013
310 echo.
311 echo Only legacy Visual Studio project files can be generated.
312 echo.
313 echo To generate recent versions of Visual Studio project files use cmake.
314 echo Refer to INSTALL-CMAKE in the docs directory.
315 echo.
316 echo -clean - Removes the project files
320 echo.
321 echo Error: Unknown argument '%1'
325 echo.
326 echo Error: Only a Windows NT based Operating System is supported
330 echo.
331 echo Error: This batch file cannot run from a network drive
335 echo.
336 echo Error: This batch file should only be used from a curl git repository
347 echo %EXITCODE%|findstr /r "[^0-9\-]" 1>NUL 2>&1