webengine/osswebengine/WebCore/move-js-headers.sh
author Dario Sestito <darios@symbian.org>
Wed, 16 Jun 2010 14:59:03 +0100
branchGCC_SURGE
changeset 76 999a74da228b
parent 0 dd21522fd290
permissions -rw-r--r--
Fix some gcc issues. See bug 2962

#!/bin/sh

mkdir -p include/JavaScriptCore
find ../JavaScriptCore/ -name \*.h -exec cp -f -p {} include/JavaScriptCore/. \;
rm include/JavaScriptCore/config.h
rm include/JavaScriptCore/JavaScriptCorePrefix.h