+2012-03-28 Kevin Ollivier <kevino@theolliviers.com>
+
+ [wx] Unreviewed. Build fix, move WTF back into JSCore target
+ until issues with JSCore not linking in all WTF symbols are resolved.
+
+ * wscript:
+
2012-03-28 Sergio Villar Senin <svillar@igalia.com>
[Soup] DNS prefetching spams resolver, shoots self in the foot
+2012-03-28 Kevin Ollivier <kevino@theolliviers.com>
+
+ [wx] Unreviewed. Build fix, move WTF back into JSCore target
+ until issues with JSCore not linking in all WTF symbols are resolved.
+
+ * wscript:
+
2012-03-28 Gavin Barraclough <barraclough@apple.com>
Yarr: if we're not using the output array, don't populate it!
defines = ['BUILDING_JavaScriptCore'],
target = 'jscore',
uselib = 'WX ICU ' + get_config(),
- uselib_local = 'wtf',
+ uselib_local = '',
install_path = output_dir)
jscore.find_sources_in_dirs(full_dirs, excludes = jscore_excludes)
myenv.CXXFLAGS = myenv.CXXFLAGS[:]
myenv.CXXFLAGS.remove('/EHsc')
obj.env = myenv
+
+ bld.add_group()
+2012-03-28 Kevin Ollivier <kevino@theolliviers.com>
+
+ [wx] Unreviewed. Build fix, move WTF back into JSCore target
+ until issues with JSCore not linking in all WTF symbols are resolved.
+
+ * waf/build/settings.py:
+
2012-03-28 Simon Fraser <simon.fraser@apple.com>
download-built-product build step should detect 404 errors
'runtime',
'tools',
'yarr',
-]
-
-wtf_dirs = [
- 'wtf',
- 'wtf/dtoa',
- 'wtf/text',
- 'wtf/unicode',
- 'wtf/unicode/icu',
+ '../WTF/wtf',
+ '../WTF/wtf/dtoa',
+ '../WTF/wtf/text',
+ '../WTF/wtf/unicode',
+ '../WTF/wtf/unicode/icu',
]
webcore_dirs_common = [
import TaskGen
- bld.add_subdirs('Source/WTF Source/JavaScriptCore')
+ bld.add_subdirs('Source/JavaScriptCore')
if sys.platform.startswith('darwin'):
TaskGen.task_gen.mappings['.mm'] = TaskGen.task_gen.mappings['.cxx']
libpath = [output_dir],
target = 'wxwebkit',
uselib = 'WX ICU XML XSLT CURL SQLITE3 WKINTERFACE ' + get_config(),
- uselib_local = 'wtf jscore',
+ uselib_local = 'jscore',
install_path = output_dir,
)