diff options
Diffstat (limited to 'webkit/build/V8Bindings/copy_files.bat')
-rw-r--r-- | webkit/build/V8Bindings/copy_files.bat | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/webkit/build/V8Bindings/copy_files.bat b/webkit/build/V8Bindings/copy_files.bat deleted file mode 100644 index effcfbb..0000000 --- a/webkit/build/V8Bindings/copy_files.bat +++ /dev/null @@ -1,16 +0,0 @@ -@echo off - -:: -:: Some of the files used by the KJS bindings are not KJS specific and -:: can therefore be used directly by the V8 bindings. This script -:: copies those filed from the third_party KJS bindings directory -:: to the directory given as argument to the script. -:: -set DIR=%1 -set KJS_BINDINGS_DIR="..\..\..\third_party\WebKit\WebCore\bindings\js" -setlocal - -mkdir 2>NUL %DIR% - -endlocal - |