18 (
"bin",
"*.dll *.exe rtc.conf")
22 base_dir = os.getenv(
"OPENCV_RTC_ROOT")
23 base_dir = base_dir.replace(
"\"",
"")
26 base_dir=
"C:\distribution\ImageProcessing\opencv" 34 output = prefix +
"_" +
"_".join(path.split(
"/"))
35 return output.replace(
".",
"_")
43 for c
in path.split(
"/"):
44 output += c.capitalize()
45 return output.replace(
".",
"_")
49 for (path, files)
in data:
55 path = path.replace(
"/",
"\\")
58 full_path = base_dir +
"\\\\" + path
62 for f
in files.split(
" "):
63 flist += glob.glob(full_path +
"\\" + f)
67 "-o", dir_name +
".yaml",
68 "-p", base_dir + path]
75 "-o",
"OpenCV-RTC_inc.wxs",
76 "-i",
"OpenCV-RTC_inc.wxs.in"]
77 cmd += glob.glob(
"*.yaml")
def path_to_dir_id(path, prefix)
def path_to_comp_id(path, prefix)