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