// "Master" config file; think of it as a configure.in
// equivalent.
-ARG_WITH("toolset", "Toolset to use for the compilation, supported: vs, clang, icc", "vs");
+ARG_WITH("toolset", "Toolset to use for the compilation, give: vs, clang, icc. " +
+ "The only recommended and supported toolset for production use " +
+ "is Visual Studio. Use others at your own risk.", "vs");
toolset_option_handle();
ARG_WITH('cygwin', 'Path to cygwin utilities on your system', '\\cygwin');
// "Master" config file; think of it as a configure.in\r
// equivalent.\r
\r
-ARG_WITH("toolset", "Toolset to use for the compilation, supported: vs, clang, icc", "vs");\r
+ARG_WITH("toolset", "Toolset to use for the compilation, give: vs, clang, icc. " +\r
+ "The only recommended and supported toolset for production use " +\r
+ "is Visual Studio. Use others at your own risk.", "vs");\r
toolset_option_handle()\r
\r
var PHP_CYGWIN="notset";\r