Home | History | Annotate | Download | only in build

Lines Matching refs:os

26 import os
52 versionText = open(os.path.join(wx_root, "include", "wx", "version.h"), "r").read()
60 if not os.path.exists(wx_root):
65 includes = [os.path.join(wx_root, 'include')]
70 libdir = os.path.join(wx_root, 'lib')
78 libdir = os.path.join(libdir, Options.options.wx_compiler_prefix + '_dll')
80 libdir = os.path.join(libdir, Options.options.wx_compiler_prefix + '_lib')
94 configdir = os.path.join(libdir, 'msw' + ext)
97 cfg_file = os.path.join(configdir, 'build.cfg')
98 if os.path.exists(cfg_file):