HomeSort by relevance Sort by last modified time
    Searched refs:wxPython (Results 1 - 2 of 2) sorted by null

  /external/webkit/Tools/wx/build/
wxpresets.py 63 def get_wxmsw_settings(wx_root, shared = False, unicode = False, debug = False, wxPython=False):
91 if wxPython and not version_str_nodot.startswith('29'):
121 if wxPython or debug:
settings.py 172 if Options.options.wxpython:
210 opt.add_option('--wxpython', action='store_true', default=False, help='Create the wxPython bindings.')
292 wxdefines, wxincludes, wxlibs, wxlibpaths = get_wxmsw_settings(wx_root, shared=True, unicode=True, debug=is_debug, wxPython=Options.options.wxpython)
340 if Options.options.wxpython:

Completed in 432 milliseconds