summaryrefslogtreecommitdiffstats
path: root/WebCore/WebCore.vcproj/copyInspectorFiles.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/WebCore.vcproj/copyInspectorFiles.cmd')
-rwxr-xr-xWebCore/WebCore.vcproj/copyInspectorFiles.cmd5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebCore/WebCore.vcproj/copyInspectorFiles.cmd b/WebCore/WebCore.vcproj/copyInspectorFiles.cmd
new file mode 100755
index 0000000..316fddc
--- /dev/null
+++ b/WebCore/WebCore.vcproj/copyInspectorFiles.cmd
@@ -0,0 +1,5 @@
+mkdir 2>NUL "%WebKitOutputDir%\bin\WebKit.resources\inspector"
+xcopy /y /d /s /exclude:xcopy.excludes "%ProjectDir%..\inspector\front-end\*" "%WebKitOutputDir%\bin\WebKit.resources\inspector"
+xcopy /y /d /s /exclude:xcopy.excludes "%WebKitOutputDir%\obj\WebCore\DerivedSources\InspectorBackendStub.js" "%WebKitOutputDir%\bin\WebKit.resources\inspector"
+mkdir 2>NUL "%WebKitOutputDir%\bin\WebKit.resources\en.lproj"
+xcopy /y /d /s /exclude:xcopy.excludes "%ProjectDir%..\English.lproj\localizedStrings.js" "%WebKitOutputDir%\bin\WebKit.resources\en.lproj"