webengine/osswebengine/WebCore/move-js-headers.sh
author Chetan Kapoor <chetank@symbian.org>
Thu, 29 Oct 2009 10:39:51 +0000
branchCompilerCompatibility
changeset 26 63ded8f94800
parent 0 dd21522fd290
permissions -rw-r--r--
Bug 680 - Build errors with RVCT 4.0: Linker Error: L6410W

#!/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