Searched refs:withLzma (Results 1 – 1 of 1) sorted by relevance
46 var withLzma = false; variable132 txt += " lzma: Enable lzma support (" + (withLzma? "yes" : "no") + ")\n";243 vf.WriteLine("WITH_LZMA=" + (withLzma? "1" : "0"));349 of.WriteLine(s.replace(/\@WITH_LZMA\@/, withLzma? "1" : "0"));496 withLzma = strToBool(arg.substring(opt.length + 1, arg.length));680 txtOut += " lzma support: " + boolToStr(withLzma) + "\n";