Home | History | Annotate | Download | only in wx

Lines Matching refs:os

33                 os.path.join(wk_root, 'Source', 'JavaScriptCore'),
34 os.path.join(wk_root, 'Source', 'WebCore'),
35 os.path.join(wk_root, 'Source', 'WebCore', 'bindings', 'wx'),
36 os.path.join(wk_root, 'Source', 'WebCore', 'DerivedSources'),
37 os.path.join(output_dir),
38 os.path.join(wk_root, 'Source', 'WebCore', 'page', 'wx'),
39 os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'network', 'curl'),
40 os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'wx'),
41 os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'bridge', 'wx'),
42 os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'graphics', 'wx'),
46 include_paths.append(os.path.join(wk_root, 'Source', 'WebCore','platform','win'))
57 include_paths.append(os.path.join(wk_root, 'Source', 'WebCore', dir))
59 js_include_dirs = [os.path.join(wk_root, 'Source', 'JavaScriptCore', 'assembler')]
61 js_include_dirs.append(os.path.join(wk_root, 'Source', 'JavaScriptCore', dir))
79 libjscore = os.path.join(output_dir, 'libjscore%s' % ext)
80 libwebcore = os.path.join(output_dir, 'libwebcore%s' % ext)
82 assert os.path.exists(libjscore)
83 assert os.path.exists(libwebcore)
119 wxlibname = os.path.join(bld.env['LIBPATH_WX'][0], wxlib + '_vc.dll')
120 if os.path.exists(wxlibname):
124 bld.install_files(obj.install_path, [os.path.join(msvclibs_dir, dep)])