Add --target=<target> flag
- Used to compile using a specific target, without the need of modifying the makegen.xml file
This commit is contained in:
@@ -34,7 +34,9 @@ struct Utils
|
||||
{
|
||||
static bool IsSourceFile(const std::string& filepath);
|
||||
static bool IsHeaderFile(const std::string& filepath);
|
||||
|
||||
static std::string CommonPrefix(const std::string& s1, const std::string& s2);
|
||||
static bool StartsWith(const std::string& str, const std::string& prefix);
|
||||
static void GetCppFiles(ConfigFile& conf, std::set<std::string>& cppFiles);
|
||||
static void GetCppAndHFiles(ConfigFile& conf, std::set<HFile>& hFiles, std::set<std::string>& cppFiles);
|
||||
static void GetHFiles(const std::string& dependencyDir, ConfigFile& conf, std::set<HFile>& hFiles);
|
||||
|
||||
Reference in New Issue
Block a user