Skip to content

Instantly share code, notes, and snippets.

@iMichka
Created July 14, 2014 15:04
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/2b95142326bc2950a111 to your computer and use it in GitHub Desktop.
Save iMichka/2b95142326bc2950a111 to your computer and use it in GitHub Desktop.
Creating temporary file "C:\Users\lux\AppData\Local\Temp\BAT00008E39324732.bat" with contents
[
@echo off
..\..\bin\Release\gccxml_vcconfig.exe C:/Users/lux/Desktop/gccxml-master/GCC_XML/VcInstall C:/Users/lux/Desktop/build/GCC_XML/Support C:/Users/lux/Desktop/build/GCC_XML/vcInstall_stamp.c
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 ../vcInstall_stamp.c"
exit 1
:VCEnd
]
Creating command line "C:\Users\lux\AppData\Local\Temp\BAT00008E39324732.bat"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment