webengine/osswebengine/WebCore/move-js-headers.sh
author Chetan Kapoor <chetank@symbian.org>
Mon, 26 Oct 2009 14:44:08 +0000
branchCompilerCompatibility
changeset 24 9993978961bf
parent 0 dd21522fd290
permissions -rw-r--r--
Bug 648 - declaration of CHttpDownloadManagerServerEngine::ActiveDownloads() should be IMPORT_C not EXPORT_C

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