Lines Matching full:path
33 os.path.join(wk_root, 'JavaScriptCore'),
34 os.path.join(wk_root, 'WebCore'),
35 os.path.join(output_dir),
36 os.path.join(wk_root, 'WebCore', 'page', 'wx'),
37 os.path.join(wk_root, 'WebCore', 'platform', 'network', 'curl'),
38 os.path.join(wk_root, 'WebCore', 'platform', 'wx'),
39 os.path.join(wk_root, 'WebCore', 'platform', 'bridge', 'wx'),
40 os.path.join(wk_root, 'WebCore', 'platform', 'graphics', 'wx'),
52 include_paths.append(os.path.join(wk_root, 'WebCore', dir))
54 js_include_dirs = [os.path.join(wk_root, 'JavaScriptCore', 'assembler')]
56 js_include_dirs.append(os.path.join(wk_root, 'JavaScriptCore', dir))
74 libjscore = os.path.join(output_dir, 'libjscore%s' % ext)
75 libwebcore = os.path.join(output_dir, 'libwebcore%s' % ext)
77 assert os.path.exists(libjscore)
78 assert os.path.exists(libwebcore)
102 wxlibname = os.path.join(bld.env['LIBPATH_WX'][0], wxlib + '_vc.dll')
103 if os.path.exists(wxlibname):
107 bld.install_files(obj.install_path, [os.path.join(msvclibs_dir, dep)])