summaryrefslogtreecommitdiffstats
path: root/WebCore/WebCore.vcproj/WebCorePreBuild.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/WebCore.vcproj/WebCorePreBuild.cmd')
-rw-r--r--WebCore/WebCore.vcproj/WebCorePreBuild.cmd12
1 files changed, 0 insertions, 12 deletions
diff --git a/WebCore/WebCore.vcproj/WebCorePreBuild.cmd b/WebCore/WebCore.vcproj/WebCorePreBuild.cmd
deleted file mode 100644
index be51b6f..0000000
--- a/WebCore/WebCore.vcproj/WebCorePreBuild.cmd
+++ /dev/null
@@ -1,12 +0,0 @@
-%SystemDrive%\cygwin\bin\which.exe bash
-if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
-cmd /c
-if exist "%WEBKITOUTPUTDIR%\buildfailed" grep XX%PROJECTNAME%XX "%WEBKITOUTPUTDIR%\buildfailed"
-if errorlevel 1 exit 1
-echo XX%PROJECTNAME%XX > "%WEBKITOUTPUTDIR%\buildfailed"
-
-touch "%WEBKITOUTPUTDIR%\tmp.cpp"
-cl /analyze /nologo /c "%WEBKITOUTPUTDIR%\tmp.cpp" /Fo"%INTDIR%\tmp.obj" 2>&1 | findstr D9040
-if ERRORLEVEL 1 (set EnablePREfast="true") else (set EnablePREfast="false")
-if ERRORLEVEL 1 (set AnalyzeWithLargeStack="/analyze:65536") else (set AnalyzeWithLargeStack="")
-exit /b