git-svn-id: https://svn.webkit.org/repository/webkit/trunk@68542
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-09-28 Kevin Ollivier <kevino@theolliviers.com>
+
+ [wx] One more build fix for Win.
+
+ * wscript:
+
2010-09-28 Kevin Ollivier <kevino@theolliviers.com>
[wx] Build fix, ignore Qt-specific (for now?) source in platform/graphics.
2010-09-28 Kevin Ollivier <kevino@theolliviers.com>
[wx] Build fix, ignore Qt-specific (for now?) source in platform/graphics.
for wxlib in bld.env['LIB_WX']:
wxlibname = os.path.join(bld.env['LIBPATH_WX'][0], wxlib + '_vc.dll')
if os.path.exists(wxlibname):
for wxlib in bld.env['LIB_WX']:
wxlibname = os.path.join(bld.env['LIBPATH_WX'][0], wxlib + '_vc.dll')
if os.path.exists(wxlibname):
- bld.install_files(obj.install_path, [wxlibname])
+ bld.install_files(webcore.install_path, [wxlibname])
- bld.install_files(obj.install_path, [os.path.join(msvclibs_dir, dep)])
+ bld.install_files(webcore.install_path, [os.path.join(msvclibs_dir, dep)])
webcore.find_sources_in_dirs(full_dirs, excludes = excludes, exts=['.c', '.cpp'])
webcore.find_sources_in_dirs(full_dirs, excludes = excludes, exts=['.c', '.cpp'])