Lines Matching refs:echo
1 @echo off
97 echo.
100 echo Generating VC10 project files
104 echo Removing VC10 project files
112 echo.
115 echo Generating VC11 project files
119 echo Removing VC11 project files
127 echo.
130 echo Generating VC12 project files
134 echo Removing VC12 project files
142 echo.
145 echo Generating VC14 project files
149 echo Removing VC14 project files
157 echo.
160 echo Generating VC14.10 project files
164 echo Removing VC14.10 project files
172 echo.
175 echo Generating VC14.20 project files
179 echo Removing VC14.20 project files
187 echo.
190 echo Generating VC14.30 project files
194 echo Removing VC14.30 project files
209 echo.
210 echo Error: Cannot open %2
218 echo * %CD%\%3
275 echo.!var!>> %3
306 echo # Begin Source File>> %4
307 echo.>> %4
308 echo SOURCE=..\..\..\..\%2\%~3>> %4
309 echo # End Source File>> %4
311 echo %TABS%^<File>> %4
312 echo %TABS% RelativePath="..\..\..\..\%2\%~3"^>>> %4
313 echo %TABS%^</File^>>> %4
315 echo %TABS%^<File>> %4
316 echo %TABS% RelativePath="..\..\..\..\%2\%~3">> %4
317 echo %TABS%^>>> %4
318 echo %TABS%^</File^>>> %4
321 echo %SPACES%^<ClCompile Include=^"..\..\..\..\%2\%~3^" /^>>> %4
323 echo %SPACES%^<ClInclude Include=^"..\..\..\..\%2\%~3^" /^>>> %4
325 echo %SPACES%^<ResourceCompile Include=^"..\..\..\..\%2\%~3^" /^>>> %4
359 echo * %CD%\%1
369 echo.
370 echo Usage: generate [what] [-clean]
371 echo.
372 echo What to generate:
373 echo.
374 echo pre - Prerequisites only
375 echo vc10 - Use Visual Studio 2010
376 echo vc11 - Use Visual Studio 2012
377 echo vc12 - Use Visual Studio 2013
378 echo vc14 - Use Visual Studio 2015
379 echo vc14.10 - Use Visual Studio 2017
380 echo vc14.20 - Use Visual Studio 2019
381 echo vc14.30 - Use Visual Studio 2022
382 echo.
383 echo -clean - Removes the project files
387 echo.
388 echo Error: Unknown argument '%1'
392 echo.
393 echo Error: Only a Windows NT based Operating System is supported
397 echo.
398 echo Error: This batch file cannot run from a network drive
402 echo.
403 echo Error: This batch file should only be used from a curl git repository
414 echo %EXITCODE%|findstr /r "[^0-9\-]" 1>NUL 2>&1