mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-23 07:28:51 -06:00
committed by
Brad King
parent
ed9abd9977
commit
b284a21fee
@@ -31,7 +31,13 @@ public:
|
||||
virtual ~cmLocalVisualStudioGenerator();
|
||||
|
||||
/** Construct a script from the given list of command lines. */
|
||||
enum IsManaged
|
||||
{
|
||||
unmanaged,
|
||||
managed
|
||||
};
|
||||
std::string ConstructScript(cmCustomCommandGenerator const& ccg,
|
||||
IsManaged isManaged,
|
||||
const std::string& newline = "\n");
|
||||
|
||||
/** Label to which to jump in a batch file after a failed step in a
|
||||
|
||||
Reference in New Issue
Block a user