| 1855 | } |
| 1856 | |
| 1857 | void cmake::SetTraceRedirect(cmake* other) |
| 1858 | { |
| 1859 | this->Trace = other->Trace; |
| 1860 | this->TraceExpand = other->TraceExpand; |
| 1861 | this->TraceFormatVar = other->TraceFormatVar; |
| 1862 | this->TraceOnlyThisSources = other->TraceOnlyThisSources; |
| 1863 | |
| 1864 | this->TraceRedirect = other; |
| 1865 | } |
| 1866 | |
| 1867 | bool cmake::SetDirectoriesFromFile(std::string const& arg) |
| 1868 | { |