]> git.saurik.com Git - apple/javascriptcore.git/blob - JavaScriptCore.vcxproj/jsc/jscLauncherPreBuild.cmd
JavaScriptCore-7601.1.46.3.tar.gz
[apple/javascriptcore.git] / JavaScriptCore.vcxproj / jsc / jscLauncherPreBuild.cmd
1 %SystemDrive%\cygwin\bin\which.exe perl >nul 2>nul
2 if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
3 cmd /c
4 if exist "%CONFIGURATIONBUILDDIR%\buildfailed" perl -wnle "if (/XX%PROJECTNAME%XX/) { print } else { exit 1 }" "%CONFIGURATIONBUILDDIR%\buildfailed"
5 if errorlevel 1 exit 1
6 echo XX%PROJECTNAME%XX > "%CONFIGURATIONBUILDDIR%\buildfailed"