Renamed Windows build files from cl-prefix to win-prefix
diff --git a/build/appveyor/MING-appveyor-build.bat b/build/appveyor/MING-appveyor-build.bat
index 3e24b11..59f690c 100644
--- a/build/appveyor/MING-appveyor-build.bat
+++ b/build/appveyor/MING-appveyor-build.bat
@@ -16,8 +16,8 @@
 SETLOCAL EnableDelayedExpansion
 
 CD build\appveyor || EXIT /B
-CALL cl_banner_build.bat || EXIT /B
-CALL cl_setenv.bat || EXIT /B
+CALL win_banner_build.bat || EXIT /B
+CALL win_setenv.bat || EXIT /B
 
 SET CMAKEARGS=^
   -G'%GENERATOR%' ^