summaryrefslogtreecommitdiffstats
path: root/webkit/build/KJSBindings/prebuild.bat
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/build/KJSBindings/prebuild.bat')
-rw-r--r--webkit/build/KJSBindings/prebuild.bat11
1 files changed, 0 insertions, 11 deletions
diff --git a/webkit/build/KJSBindings/prebuild.bat b/webkit/build/KJSBindings/prebuild.bat
deleted file mode 100644
index 411ef55..0000000
--- a/webkit/build/KJSBindings/prebuild.bat
+++ /dev/null
@@ -1,11 +0,0 @@
-@echo off
-
-setlocal
-set OUTDIR=%1
-set INTDIR=%2
-set CYGWIN_ROOT=%~dp0..\..\..\third_party\cygwin\
-set GNU_ROOT=%~dp0..\..\..\third_party\gnu\files
-
-set PATH=%CYGWIN_ROOT%bin;%GNU_ROOT%;%SystemRoot%;%SystemRoot%\system32
-
-bash build-generated-files.sh ..\..\..\third_party\WebKit\WebCore ..\..\port "%OUTDIR%" "%INTDIR%"