diff --git a/LameXP_VS2012.vcxproj b/LameXP_VS2012.vcxproj index 011ebb6f..05804cad 100644 --- a/LameXP_VS2012.vcxproj +++ b/LameXP_VS2012.vcxproj @@ -64,6 +64,21 @@ false false + + $(LXP_WINSDK_ROOT)\Include;$(IncludePath) + $(LXP_WINSDK_ROOT)\Bin;$(LXP_WINSDK_ROOT)\Bin\vsstools;$(ExecutablePath) + $(LXP_WINSDK_ROOT)\Lib;$(LibraryPath) + + + $(LXP_WINSDK_ROOT)\Bin;$(LXP_WINSDK_ROOT)\Bin\vsstools;$(ExecutablePath) + $(LXP_WINSDK_ROOT)\Include;$(IncludePath) + $(LXP_WINSDK_ROOT)\Lib;$(LibraryPath) + + + $(LXP_WINSDK_ROOT)\Bin;$(LXP_WINSDK_ROOT)\Bin\vsstools;$(ExecutablePath) + $(LXP_WINSDK_ROOT)\Include;$(IncludePath) + $(LXP_WINSDK_ROOT)\Lib;$(LibraryPath) + "$(ProjectDir)\etc\Utilities\AutoInc.exe" "VER_LAMEXP_BUILD" "$(ProjectDir)\src\Config.h" @@ -141,6 +156,7 @@ copy /Y "$(SolutionDir)\etc\Prerequisites\VisualLeakDetector\bin\Win32\*.manifes true false + /wd4005 %(AdditionalOptions) "/MANIFESTDEPENDENCY:type=%27win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27 processorArchitecture=%27*%27" %(AdditionalOptions) @@ -205,13 +221,15 @@ del "$(TargetDir)imageformats\q???d4.dll" Fast NotUsing Level3 - None + + false true false false true false + /wd4005 %(AdditionalOptions) "/MANIFESTDEPENDENCY:type=%27win32%27 name=%27Microsoft.Windows.Common-Controls%27 version=%276.0.0.0%27 publicKeyToken=%276595b64144ccf1df%27 language=%27*%27 processorArchitecture=%27*%27" %(AdditionalOptions) @@ -243,7 +261,14 @@ del "$(TargetDir)imageformats\q???d4.dll" _CONFIG_NAME=$(ConfigurationName);%(PreprocessorDefinitions) + /wd4005 %(AdditionalOptions) + + /wd4005 %(AdditionalOptions) + + + /wd4005 %(AdditionalOptions) + diff --git a/src/Config.h b/src/Config.h index 01c8e853..4ec0a9e5 100644 --- a/src/Config.h +++ b/src/Config.h @@ -30,7 +30,7 @@ #define VER_LAMEXP_MINOR_LO 7 #define VER_LAMEXP_TYPE Alpha #define VER_LAMEXP_PATCH 3 -#define VER_LAMEXP_BUILD 1192 +#define VER_LAMEXP_BUILD 1194 /////////////////////////////////////////////////////////////////////////////// // Tool versions (minimum expected versions!)