Skip to content

Commit

Permalink
mark msvc-helper as experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
evmar committed Sep 13, 2012
1 parent c57f8a4 commit 06fa623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ninja.cc
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ int ChooseTool(const string& tool_name, const Tool** tool_out) {
Tool::RUN_AFTER_LOAD, ToolBrowse },
#endif
#if defined(WIN32)
{ "msvc", "build helper for MSVC cl.exe",
{ "msvc", "build helper for MSVC cl.exe (EXPERIMENTAL)",
Tool::RUN_AFTER_FLAGS, ToolMSVC },
#endif
{ "clean", "clean built files",
Expand Down

0 comments on commit 06fa623

Please sign in to comment.