mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00
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:
parent
feb462f938
commit
ca86c38d4b
@ -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%
|
||||||
|
@ -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"
|
||||||
)
|
)
|
||||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user