Changeset 901 in webkit for trunk/JavaScriptCore/kjs/grammar.h

Timestamp:
Mar 30, 2002, 3:01:26 AM (23 years ago)
Author:
mjs
Message:

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.

  • .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.
Location:
trunk/JavaScriptCore
Files:
1 added
2 edited

  • trunk/JavaScriptCore

    • Property svn:ignore
      •  

        old new  
        11Makefile.in
        22Makefile
        3 JavaScriptCore-install-stamp
        4 libJavaScriptCore.dylib
         3JavaScriptCore-stamp
  • trunk/JavaScriptCore/kjs

    • Property svn:ignore
      •  

        old new  
        22Makefile
        33testkjs
        4 grammar.cpp
        5 grammar.cpp.h
        6 grammar.h
        74.deps
        85*-stamp
        9 *.lo
        10 *.la
        116.libs
        12 *.lut.h
        137kjs-test.diff
        148kjs-test.out
Note: See TracChangeset for help on using the changeset viewer.