| 22 | std::string compilerSysroot, std::string linkerSysroot); |
| 23 | |
| 24 | void SetTargetImpLib(std::string const& targetImpLib) |
| 25 | { |
| 26 | this->TargetImpLib = targetImpLib; |
| 27 | } |
| 28 | |
| 29 | // Create a struct to hold the variables passed into |
| 30 | // ExpandRuleVariables |
no outgoing calls
no test coverage detected