]> git.saurik.com Git - apple/javascriptcore.git/blob - JavaScriptCore.vcxproj/testRegExp/testRegExpPreBuild.cmd
72ab16a0e5f79fc7697549b8af616b811736e165
[apple/javascriptcore.git] / JavaScriptCore.vcxproj / testRegExp / testRegExpPreBuild.cmd
1 %SystemDrive%\cygwin\bin\which.exe perl
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"