From 746da867a1b4be38b447c6095aeb1d33f945e65e Mon Sep 17 00:00:00 2001 From: "Demetrios G. Eliades" Date: Sun, 12 May 2019 10:31:45 +0300 Subject: [PATCH] Update Makefile2.bat Modified epanet2.exe to runepanet.exe, for consistency. --- win_build/WinSDK/Makefile2.bat | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/win_build/WinSDK/Makefile2.bat b/win_build/WinSDK/Makefile2.bat index 204aad7..99ee57c 100644 --- a/win_build/WinSDK/Makefile2.bat +++ b/win_build/WinSDK/Makefile2.bat @@ -1,3 +1,5 @@ +rem : rem : Compilation script (Visual Studio 2017/2019 with CMAKE) + rem : set the path to CMAKE SET CMAKE_PATH=cmake.exe @@ -24,7 +26,7 @@ rem : %CMAKE_PATH% --build . --config Debug %CMAKE_PATH% --build . --config Release XCOPY "%COMPILE_PATH_WIN64TMP%bin\Release\epanet2.dll" "%COMPILE_PATH_WIN64%epanet2.dll*" /y -XCOPY "%COMPILE_PATH_WIN64TMP%bin\Release\runepanet.exe" "%COMPILE_PATH_WIN64%epanet2.exe*" /y +XCOPY "%COMPILE_PATH_WIN64TMP%bin\Release\runepanet.exe" "%COMPILE_PATH_WIN64%runepanet.exe*" /y rem : CMAKE the root directory of the EPANET project rem : 32 bit @@ -36,7 +38,7 @@ rem : %CMAKE_PATH% --build . --config Debug %CMAKE_PATH% --build . --config Release XCOPY "%COMPILE_PATH_WIN32TMP%bin\Release\epanet2.dll" "%COMPILE_PATH_WIN32%epanet2.dll*" /y -XCOPY "%COMPILE_PATH_WIN32TMP%bin\Release\runepanet.exe" "%COMPILE_PATH_WIN32%epanet2.exe*" /y +XCOPY "%COMPILE_PATH_WIN32TMP%bin\Release\runepanet.exe" "%COMPILE_PATH_WIN32%runepanet.exe*" /y CD "%Build_PATH%"