diff options
author | Brad King <brad.king@kitware.com> | 2006-02-15 15:22:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-02-15 15:22:55 (GMT) |
commit | f2cf7e91973c6275bdca98fc106d5406e23be40d (patch) | |
tree | 33aed79eda1d55da6c1dcac9ef85d205e7e850a4 /Source/cmSystemTools.h | |
parent | 79b7e0c37cb60a44b4311e47a1dcc575dedd5acb (diff) | |
download | CMake-f2cf7e91973c6275bdca98fc106d5406e23be40d.zip CMake-f2cf7e91973c6275bdca98fc106d5406e23be40d.tar.gz CMake-f2cf7e91973c6275bdca98fc106d5406e23be40d.tar.bz2 |
ENH: Enable capture of output from VCExpress.exe and devenv.exe.
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index a07a7b8..264eaf8 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -291,6 +291,9 @@ public: of the form var=value */ static bool PutEnv(const char* value); + /** Setup the environment to enable VS 8 IDE output. */ + static void EnableVSConsoleOutput(); + /** Make string XML safe */ static std::string MakeXMLSafe(const char* str); |