Go to the source code of this file.
Namespaces | |
omniORBpy25wxs | |
Functions | |
def | omniORBpy25wxs.path_to_comp_id (path, prefix) |
def | omniORBpy25wxs.path_to_dir_id (path, prefix) |
Variables | |
omniORBpy25wxs.base_dir = os.getenv("OMNIORB_PY25") | |
Resource path. More... | |
list | omniORBpy25wxs.cmd |
make wxs file More... | |
omniORBpy25wxs.comp_name = path_to_comp_id(path, "py25") | |
make yaml file More... | |
list | omniORBpy25wxs.data |
omniORBpy25wxs.dir_name = path_to_dir_id(path, "py25") | |
omniORBpy25wxs.dll_cnt = len(dll_list) | |
omniORBpy25wxs.dll_list = glob.glob(base_dir + "bin\\x86_win32\\*.dll") | |
list | omniORBpy25wxs.flist = [] |
string | omniORBpy25wxs.full_path = base_dir+"\\" |
omniORBpy25wxs.path = path.replace("/", "\\") | |
string | omniORBpy25wxs.temp_dir = base_dir+"bin\\dll" |
make temporary files More... | |