Rename *.bat to *.cmd.

These batch files take advantage of newer functionality in NT cmd,
so they should be named *.cmd instead of *.bat.
This commit is contained in:
David Korth 2016-10-21 20:03:08 -04:00
parent feb462f938
commit ca86c38d4b
6 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ configuration:
before_build: before_build:
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%
- appveyor.bat - appveyor.cmd
build_script: build_script:
- cd %APPVEYOR_BUILD_FOLDER% - cd %APPVEYOR_BUILD_FOLDER%

View File

@ -10,8 +10,8 @@ IF(WIN32)
# Install the Windows batch files for # Install the Windows batch files for
# registering and unregistering the DLL(s). # registering and unregistering the DLL(s).
INSTALL(FILES INSTALL(FILES
install.bat install.cmd
uninstall.bat uninstall.cmd
DESTINATION "." DESTINATION "."
COMPONENT "dll" COMPONENT "dll"
) )

View File

@ -37,7 +37,7 @@ IF NOT EXIST travis.sh (
ECHO source directory. Change to the top-level source directory ECHO source directory. Change to the top-level source directory
ECHO and rerun this batch file by typing: ECHO and rerun this batch file by typing:
ECHO. ECHO.
ECHO scripts\package.bat ECHO scripts\package.cmd
ECHO. ECHO.
PAUSE PAUSE
EXIT /B 1 EXIT /B 1