Functions | |
def | path_to_comp_id |
def | path_to_dir_id |
Variables | |
tuple | base_dir = os.getenv("OMNIORB_PY25") |
Resource path. | |
list | cmd |
make wxs file | |
tuple | comp_name = path_to_comp_id(path, "py25") |
make yaml file | |
list | data |
tuple | dir_name = path_to_dir_id(path, "py25") |
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 omniORBpy25wxs.path_to_comp_id | ( | path, | |
prefix | |||
) |
Definition at line 151 of file omniORBpy25wxs.py.
def omniORBpy25wxs.path_to_dir_id | ( | path, | |
prefix | |||
) |
Definition at line 144 of file omniORBpy25wxs.py.
tuple omniORBpy25wxs::base_dir = os.getenv("OMNIORB_PY25") |
Resource path.
Definition at line 124 of file omniORBpy25wxs.py.
list omniORBpy25wxs::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 omniORBpy25wxs.py.
tuple omniORBpy25wxs::comp_name = path_to_comp_id(path, "py25") |
make yaml file
Definition at line 165 of file omniORBpy25wxs.py.
list omniORBpy25wxs::data |
Definition at line 22 of file omniORBpy25wxs.py.
tuple omniORBpy25wxs::dir_name = path_to_dir_id(path, "py25") |
Definition at line 167 of file omniORBpy25wxs.py.
tuple omniORBpy25wxs::dll_cnt = len(dll_list) |
Definition at line 136 of file omniORBpy25wxs.py.
tuple omniORBpy25wxs::dll_list = glob.glob(base_dir + "bin\\x86_win32\\*.dll") |
Definition at line 135 of file omniORBpy25wxs.py.
list omniORBpy25wxs::flist = [] |
Definition at line 174 of file omniORBpy25wxs.py.
string omniORBpy25wxs::full_path = "\\" |
Definition at line 172 of file omniORBpy25wxs.py.
tuple omniORBpy25wxs::path = path.replace("/", "\\") |
Definition at line 169 of file omniORBpy25wxs.py.
string omniORBpy25wxs::temp_dir = "bin\\dll" |
make temporary files
Definition at line 134 of file omniORBpy25wxs.py.