Changeset 16945 in webkit for trunk/JavaScriptCore
- Timestamp:
- Oct 9, 2006, 4:08:47 PM (19 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r16855 r16945 1 2006-10-09 Krzysztof Kowalczyk <[email protected]> 2 3 Reviewed by Geoff. 4 5 Improve gdk build compiler flags (show warning, no rtti and exceptions). 6 7 * jscore.bkl: 8 1 9 2006-10-06 Kevin McCullough <[email protected]> 2 10 -
trunk/JavaScriptCore/jscore.bkl
r16382 r16945 55 55 <include>$(SRCDIR)/bindings/c</include> 56 56 <include>$(SRCDIR)/bindings/jni</include> 57 <include>$(SRCDIR)/kxmlcore</include>58 57 <include>$(SRCDIR)/DerivedSources/JavaScriptCore</include> 59 58 … … 101 100 <objects-depend>dftables</objects-depend> 102 101 <pre-build-target>DerivedSources</pre-build-target> 102 <warnings>default</warnings> 103 <cxx-rtti>off</cxx-rtti> 104 <cxx-exceptions>off</cxx-exceptions> 105 <debug-info>on</debug-info> 103 106 <sources> 104 107 $(JSCORE_SOURCES_WTF)
Note:
See TracChangeset
for help on using the changeset viewer.