webengine/osswebengine/WebCore/move-js-headers.sh
author William Roberts <williamr@symbian.org>
Sun, 14 Mar 2010 13:13:51 +0000
branchCompilerCompatibility
changeset 57 5e70f2223398
parent 0 dd21522fd290
permissions -rw-r--r--
Automatic merge from PDK_3.0.h

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