mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
Makefiles: Replace method with Wacom specific API
The existing method uses RelativeRoot NONE and FULL values. In principle, those should be segregated interfaces. Mixing NONE and FULL into the RelativeRoot enum is a case of http://thedailywtf.com/articles/What_Is_Truth_0x3f_
This commit is contained in:
@@ -250,8 +250,7 @@ protected:
|
||||
void CheckMultipleOutputs(bool verbose);
|
||||
|
||||
private:
|
||||
std::string ConvertShellCommand(std::string const& cmd,
|
||||
cmOutputConverter::RelativeRoot root);
|
||||
std::string MaybeConvertWatcomShellCommand(std::string const& cmd);
|
||||
std::string MakeLauncher(cmCustomCommandGenerator const& ccg,
|
||||
cmGeneratorTarget* target,
|
||||
cmOutputConverter::RelativeRoot relative);
|
||||
|
||||
Reference in New Issue
Block a user