std::string owner_name; | std::string owner_name; | ||||
bool enable_warnings = false; | bool enable_warnings = false; | ||||
file_compilation(compilation_rules rules, | |||||
source_file sf, | |||||
path_ref obj, | |||||
std::string owner, | |||||
bool); | |||||
void compile(const toolchain& tc) const; | void compile(const toolchain& tc) const; | ||||
}; | }; | ||||