Skip to content

Commit

Permalink
Merge pull request MediaArea#303 from g-maxime/mi-vs-ver
Browse files Browse the repository at this point in the history
Add version upgrade for MI & MIL VS2022 project
  • Loading branch information
JeromeMartinez authored Oct 8, 2024
2 parents f2ce68b + 337895e commit f38ee2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MediaInfo/UpgradeVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,6 @@ function btask.UpgradeVersion.run () {
unset -v MI_files
index=0
MI_files[((index++))]="Project/BCB/GUI/MediaInfo_GUI.cbproj"
MI_files[((index++))]="Project/MSVC2012/GUI/MediaInfo_GUI.rc"
MI_files[((index++))]="Project/MSVC2012/CLI/MediaInfo_CLI.rc"
MI_files[((index++))]="Project/MSVC2013/GUI/MediaInfo_GUI.rc"
MI_files[((index++))]="Project/MSVC2013/CLI/MediaInfo_CLI.rc"
MI_files[((index++))]="Project/MSVC2015/GUI/MediaInfo_GUI.rc"
Expand All @@ -145,6 +143,8 @@ function btask.UpgradeVersion.run () {
MI_files[((index++))]="Project/MSVC2017/CLI/MediaInfo_CLI.rc"
MI_files[((index++))]="Project/MSVC2019/GUI/MediaInfo_GUI.rc"
MI_files[((index++))]="Project/MSVC2019/CLI/MediaInfo_CLI.rc"
MI_files[((index++))]="Project/MSVC2022/GUI/MediaInfo_GUI.rc"
MI_files[((index++))]="Project/MSVC2022/CLI/MediaInfo_CLI.rc"
MI_files[((index++))]="Project/QMake/GUI/mediainfo-gui.rc"
MI_files[((index++))]="Project/QMake/GUI/MediaInfoQt.pro"

Expand Down
2 changes: 2 additions & 0 deletions MediaInfoLib/UpgradeVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ function btask.UpgradeVersion.run () {
MIL_files[((index++))]="Project/MSVC2017/ShellExtension/MediaInfoShellExt.rc"
MIL_files[((index++))]="Project/MSVC2019/Example/HowToUse.rc"
MIL_files[((index++))]="Project/MSVC2019/ShellExtension/MediaInfoShellExt.rc"
MIL_files[((index++))]="Project/MSVC2022/Example/HowToUse.rc"
MIL_files[((index++))]="Project/MSVC2022/ShellExtension/MediaInfoShellExt.rc"

for MIL_file in ${MIL_files[@]}
do
Expand Down

0 comments on commit f38ee2a

Please sign in to comment.