From 9b8ededad0cbcea48ef95a9d9a834859a367e08c Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 9 Oct 2022 14:15:55 +0200 Subject: [PATCH] Build fix in "Release" configuration. --- LameXP_VS2015.vcxproj | 4 ++-- LameXP_VS2015.vcxproj.filters | 4 ++-- LameXP_VS2017.vcxproj | 4 ++-- LameXP_VS2017.vcxproj.filters | 4 ++-- LameXP_VS2019.vcxproj | 4 ++-- LameXP_VS2019.vcxproj.filters | 4 ++-- src/Config.h | 2 +- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/LameXP_VS2015.vcxproj b/LameXP_VS2015.vcxproj index e723a702..e9a979b3 100644 --- a/LameXP_VS2015.vcxproj +++ b/LameXP_VS2015.vcxproj @@ -509,7 +509,7 @@ copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\plugins\i true false - + true true false @@ -2184,7 +2184,7 @@ copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\plugins\i true false - + Document "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)" "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)" diff --git a/LameXP_VS2015.vcxproj.filters b/LameXP_VS2015.vcxproj.filters index 4fa25543..9a404615 100644 --- a/LameXP_VS2015.vcxproj.filters +++ b/LameXP_VS2015.vcxproj.filters @@ -520,7 +520,7 @@ Generated Files\QRC - + Generated Files\QRC @@ -1019,7 +1019,7 @@ Resources - + Resources diff --git a/LameXP_VS2017.vcxproj b/LameXP_VS2017.vcxproj index 77f1df7a..8e41e8bc 100644 --- a/LameXP_VS2017.vcxproj +++ b/LameXP_VS2017.vcxproj @@ -515,7 +515,7 @@ copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\v141_xp\Shared\plugins\imageformats true false - + true true false @@ -2190,7 +2190,7 @@ copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\v141_xp\Shared\plugins\imageformats true false - + Document "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)" "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)" diff --git a/LameXP_VS2017.vcxproj.filters b/LameXP_VS2017.vcxproj.filters index 4fa25543..9a404615 100644 --- a/LameXP_VS2017.vcxproj.filters +++ b/LameXP_VS2017.vcxproj.filters @@ -520,7 +520,7 @@ Generated Files\QRC - + Generated Files\QRC @@ -1019,7 +1019,7 @@ Resources - + Resources diff --git a/LameXP_VS2019.vcxproj b/LameXP_VS2019.vcxproj index aef6978f..bc897b56 100644 --- a/LameXP_VS2019.vcxproj +++ b/LameXP_VS2019.vcxproj @@ -513,7 +513,7 @@ copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\plugins\i true false - + true true false @@ -2188,7 +2188,7 @@ copy /Y "$(SolutionDir)\..\Prerequisites\Qt4\$(PlatformToolset)\Shared\plugins\i true false - + Document "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)" "$(QTDIR)\bin\rcc.exe" -o "$(SolutionDir)tmp\$(ProjectName)\QRC_%(Filename).cpp" -no-compress -name "%(Filename)" "%(FullPath)" diff --git a/LameXP_VS2019.vcxproj.filters b/LameXP_VS2019.vcxproj.filters index 4fa25543..9a404615 100644 --- a/LameXP_VS2019.vcxproj.filters +++ b/LameXP_VS2019.vcxproj.filters @@ -520,7 +520,7 @@ Generated Files\QRC - + Generated Files\QRC @@ -1019,7 +1019,7 @@ Resources - + Resources diff --git a/src/Config.h b/src/Config.h index d773e146..0e09f8f5 100644 --- a/src/Config.h +++ b/src/Config.h @@ -35,7 +35,7 @@ #define VER_LAMEXP_MINOR_LO 0 #define VER_LAMEXP_TYPE Beta #define VER_LAMEXP_PATCH 4 -#define VER_LAMEXP_BUILD 2347 +#define VER_LAMEXP_BUILD 2348 #define VER_LAMEXP_CONFG 2188 /////////////////////////////////////////////////////////////////////////////// -- 2.11.0