Rename generate.bat as configure.bat. -------------------------------------
Key: STDCXX-516 URL: https://issues.apache.org/jira/browse/STDCXX-516 Project: C++ Standard Library Issue Type: Improvement Affects Versions: 4.2 Environment: All Microsoft Windows platforms Reporter: Eric Lemings Priority: Minor Fix For: 4.2 The generate.bat script does exactly the same thing that conventional 'configure' scripts do on Unix platforms: it configures the build environment and generates the necessary build files. Therefore, the filename 'configure.bat' would more easily identify the purpose of this file to users accustomed to its Unix counterpart. This filename will not interfere with a 'configure' script if such a script is added later on. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.