summaryrefslogtreecommitdiff
path: root/build/appveyor/MSVC-appveyor-build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build/appveyor/MSVC-appveyor-build.bat')
-rw-r--r--build/appveyor/MSVC-appveyor-build.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/appveyor/MSVC-appveyor-build.bat b/build/appveyor/MSVC-appveyor-build.bat
index 79c4b0344..e0fc5ed60 100644
--- a/build/appveyor/MSVC-appveyor-build.bat
+++ b/build/appveyor/MSVC-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
MKDIR "%BUILDDIR%" || EXIT /B
CD "%BUILDDIR%" || EXIT /B