diff --git a/BUILDING.md b/BUILDING.md index 7597d3c..3d3052e 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -15,4 +15,4 @@ In addition, two Windows one-click-build scripts are included in the `win_build` 1. `Makefile2.bat`: this script uses the `CMake` file and requires the build tools for Visual Studio available from [https://visualstudio.microsoft.com/downloads/](https://visualstudio.microsoft.com/downloads/). The Community version will work just fine. This script was tested with Visual Studio 2017 and 2019. 2. `Makefile.bat`: this is the legacy build script compatible with Visual Studio 2010 which conforms with the C89 Standard which was the standard EPANET supported from earlier versions. This script requires the installation of Microsoft Windows SDK 7.1 ([https://www.microsoft.com/en-us/download/details.aspx?id=8279](https://www.microsoft.com/en-us/download/details.aspx?id=8279)). -Both scripts will build the EPANET library (`epanet2.dll`) and the command line executable (`epanet2.exe`) for the 32 and 64 bit Windows platforms and will place them in the `win_build\32bit` and `win_build\64bit` directories, respectively. \ No newline at end of file +Both scripts will build the EPANET library and the command line executable for the 32 and 64 bit Windows platforms, placing them in the `win_build\32bit` and `win_build\64bit` directories, respectively. \ No newline at end of file