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, 11 insertions, 0 deletions
diff --git a/webkit/build/KJSBindings/prebuild.bat b/webkit/build/KJSBindings/prebuild.bat
new file mode 100644
index 0000000..411ef55
--- /dev/null
+++ b/webkit/build/KJSBindings/prebuild.bat
@@ -0,0 +1,11 @@
+@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%"