Skip to content

Instantly share code, notes, and snippets.

@iMichka
Created July 14, 2014 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iMichka/cdd3333b3cd3f9104a1f to your computer and use it in GitHub Desktop.
Save iMichka/cdd3333b3cd3f9104a1f to your computer and use it in GitHub Desktop.
Creating temporary file "C:\Users\lux\AppData\Local\Temp\BAT00009930082960.bat" with contents
[
@echo off
..\..\bin\Release\gccxml.exe --copyright > C:/Users/lux/Desktop/build-gccxml/GCC_XML/doc/Copyright.txt
if errorlevel 1 goto :VCReportError
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from "Generating ../doc/Copyright.txt"
exit 1
:VCEnd
]
Creating command line "C:\Users\lux\AppData\Local\Temp\BAT00009930082960.bat"
Creating temporary file "C:\Users\lux\AppData\Local\Temp\BAT00009A30082960.bat" with contents
[
@echo off
..\..\bin\Release\gccxml.exe --help-html > C:/Users/lux/Desktop/build-gccxml/GCC_XML/doc/gccxml.html
if errorlevel 1 goto :VCReportError
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from "Generating ../doc/gccxml.html"
exit 1
:VCEnd
]
Creating command line "C:\Users\lux\AppData\Local\Temp\BAT00009A30082960.bat"
Creating temporary file "C:\Users\lux\AppData\Local\Temp\BAT00009B30082960.bat" with contents
[
@echo off
..\..\bin\Release\gccxml.exe --help > C:/Users/lux/Desktop/build-gccxml/GCC_XML/doc/gccxml.txt
if errorlevel 1 goto :VCReportError
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from "Generating ../doc/gccxml.txt"
exit 1
:VCEnd
]
Creating command line "C:\Users\lux\AppData\Local\Temp\BAT00009B30082960.bat"
Creating temporary file "C:\Users\lux\AppData\Local\Temp\BAT00009C30082960.bat" with contents
[
@echo off
..\..\bin\Release\gccxml.exe --man > C:/Users/lux/Desktop/build-gccxml/GCC_XML/doc/gccxml.1
if errorlevel 1 goto :VCReportError
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from "Generating ../doc/gccxml.1"
exit 1
:VCEnd
]
Creating command line "C:\Users\lux\AppData\Local\Temp\BAT00009C30082960.bat"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment