Turned JavaScriptCore into a framework, and made it build with Project
Builder in preparation for submission:
Top level:
* Tests/kde/Makefile.am: Link against JavaScriptCore.framework
instead of the defunct libJavaScriptCore.dylib.
* Tests/khtmlview/WebViewTest/WebViewTest.pbproj/project.pbxproj: Likewise.
* Tests/qt/Makefile.am: Likewise.
JavaScriptCore:
Converted JavaScriptCore to build with Project Builder, in
preparation for B&I submission.
* English.lproj/InfoPlist.strings: Added.
* JavaScriptCore.pbproj/.cvsignore: Added.
* JavaScriptCore.pbproj/project.pbxproj: Added.
* .cvsignore: Update the set of ignored things.
* Makefile.am: Hand off to PB for the main build, but still handle
the generated files and the test program.
* kjs/Makefile.am: Don't build anything except the generated
source files.
* kjs/KWQDef.h, kjs/config.h: Added minimal versions of these
files to get kjs to build.
Check in all the genrated files, since Project Builder isn't up to
the task of handling built sources:
* kjs/array_object.lut.h: Added.
* kjs/date_object.lut.h: Added.
* kjs/grammar.cpp: Added.
* kjs/grammar.cpp.h: Added.
* kjs/grammar.h: Added.
* kjs/lexer.lut.h: Added.
* kjs/math_object.lut.h: Added.
* kjs/number_object.lut.h: Added.
* kjs/string_object.lut.h: Added.
* kjs/.cvsignore: Update set of ignored things.
WebCore:
* src/Makefile.am: Link against JavaScriptCore.framework instead
of the defunct libJavaScriptCore.dylib.
WebKit:
* WebKit.pbproj/project.pbxproj: Link against
JavaScriptCore.framework instead of the defunct
libJavaScriptCore.dylib.
WebBrowser:
* WebBrowser.pbproj/project.pbxproj: Link against
JavaScriptCore.framework instead of the defunct
libJavaScriptCore.dylib.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@901
268f45cc-cd09-0410-ab3c-
d52691b4dbfc