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