Functions | |
def | path_to_comp_id |
def | path_to_dir_id |
Variables | |
tuple | base_dir = os.getenv("OMNIORB_PY26") |
Resource path. | |
list | cmd |
make wxs file | |
tuple | comp_name = path_to_comp_id(path, "py26") |
make yaml file | |
list | data |
tuple | dir_name = path_to_dir_id(path, "py26") |
tuple | dll_cnt = len(dll_list) |
tuple | dll_list = glob.glob(base_dir + "bin\\x86_win32\\*.dll") |
list | flist = [] |
string | full_path = "\\" |
tuple | path = path.replace("/", "\\") |
string | temp_dir = "bin\\dll" |
make temporary files |
def omniORBpy26wxs.path_to_comp_id | ( | path, | |
prefix | |||
) |
Definition at line 151 of file omniORBpy26wxs.py.
def omniORBpy26wxs.path_to_dir_id | ( | path, | |
prefix | |||
) |
Definition at line 144 of file omniORBpy26wxs.py.
tuple omniORBpy26wxs::base_dir = os.getenv("OMNIORB_PY26") |
Resource path.
Definition at line 124 of file omniORBpy26wxs.py.
list omniORBpy26wxs::cmd |
00001 ["flist", 00002 "-c", comp_name, 00003 "-o", dir_name + ".yaml", 00004 "-p", base_dir + path]
make wxs file
Definition at line 178 of file omniORBpy26wxs.py.
tuple omniORBpy26wxs::comp_name = path_to_comp_id(path, "py26") |
make yaml file
Definition at line 165 of file omniORBpy26wxs.py.
list omniORBpy26wxs::data |
Definition at line 22 of file omniORBpy26wxs.py.
tuple omniORBpy26wxs::dir_name = path_to_dir_id(path, "py26") |
Definition at line 167 of file omniORBpy26wxs.py.
tuple omniORBpy26wxs::dll_cnt = len(dll_list) |
Definition at line 136 of file omniORBpy26wxs.py.
tuple omniORBpy26wxs::dll_list = glob.glob(base_dir + "bin\\x86_win32\\*.dll") |
Definition at line 135 of file omniORBpy26wxs.py.
list omniORBpy26wxs::flist = [] |
Definition at line 174 of file omniORBpy26wxs.py.
string omniORBpy26wxs::full_path = "\\" |
Definition at line 172 of file omniORBpy26wxs.py.
tuple omniORBpy26wxs::path = path.replace("/", "\\") |
Definition at line 169 of file omniORBpy26wxs.py.
string omniORBpy26wxs::temp_dir = "bin\\dll" |
make temporary files
Definition at line 134 of file omniORBpy26wxs.py.