Home
last modified time | relevance | path

Searched refs:common_ddf_file (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/cafex/
DExecutableClasses.cs1449 …internal static int make(string default_ddf, string common_ddf_file, string individual_ddf_file, s… in make() argument
1455 FileUtil.AddQuotes(ref common_ddf_file); in make()
1456 string arguments = "-uf " + default_ddf + " " + common_ddf_file + " "; in make()