示例#1
0
 protected void AddLibSearch(ref List <LibSearchPath> target, string folder, LibBuildConfig CFG, bool IsDLL)
 {
     target.Add(new LibSearchPath(ModuleDefManager.GetThirdPartyDir() + ModuleRoot + "\\" + folder, CFG, IsDLL, true));
 }