18 (
"",
"*.jar *.exe .eclipseproduct"),
19 (
"configuration",
"*.ini *.jar"),
24 base_dir=os.getenv(
"RTSE_ROOT")
27 base_dir=
"C:\\distribution\\OpenRTP\\RTSystemEditor" 29 base_dir = base_dir.replace(
"\"",
"")
36 output = prefix +
"_" +
"_".join(path.split(
"/"))
37 return output.replace(
".",
"_")
44 output = prefix.capitalize()
45 for c
in path.split(
"/"):
46 output += c.capitalize()
47 return output.replace(
".",
"_")
51 for (path, files)
in data:
57 path = path.replace(
"/",
"\\")
60 full_path = base_dir +
"\\" + path
64 for f
in files.split(
" "):
65 flist += glob.glob(full_path +
"\\" + f)
69 "-o", dir_name +
".yaml",
70 "-p", base_dir + path]
77 "-o",
"OpenRTP_inc.wxs",
78 "-i",
"OpenRTP_inc.wxs.in"]
79 cmd += glob.glob(
"*.yaml")
def path_to_comp_id(path, prefix)
def path_to_dir_id(path, prefix)