Skip to content

Commit

Permalink
Configured release build
Browse files Browse the repository at this point in the history
  • Loading branch information
stuerp committed Dec 20, 2022
1 parent 0168047 commit a516390
Show file tree
Hide file tree
Showing 22 changed files with 465 additions and 76 deletions.
21 changes: 13 additions & 8 deletions 3rdParty/libatrac9/C/libatrac9.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
Expand Down Expand Up @@ -88,7 +87,8 @@
<Optimization>Disabled</Optimization>
<ConformanceMode>true</ConformanceMode>
<CompileAs>CompileAsC</CompileAs>
<PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>
</PreprocessorDefinitions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<TreatAngleIncludeAsExternal>true</TreatAngleIncludeAsExternal>
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
Expand Down Expand Up @@ -117,14 +117,19 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<Optimization>MaxSpeed</Optimization>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<ConformanceMode>true</ConformanceMode>
<CompileAs>CompileAsC</CompileAs>
<PreprocessorDefinitions>_WINDLL;COMPILING_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>
</PreprocessorDefinitions>
<TreatAngleIncludeAsExternal>true</TreatAngleIncludeAsExternal>
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
<DisableAnalyzeExternal>true</DisableAnalyzeExternal>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<IntrinsicFunctions>true</IntrinsicFunctions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
</ClCompile>
<Link>
<EnableCOMDATFolding>true</EnableCOMDATFolding>
Expand Down
18 changes: 11 additions & 7 deletions 3rdParty/libcelt0061/libcelt/libcelt0061.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down Expand Up @@ -83,8 +82,6 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>HAVE_CONFIG_H;celt_decode=celt_0061_decode;celt_decoder_create=celt_0061_decoder_create;celt_decoder_destroy=celt_0061_decoder_destroy;celt_mode_create=celt_0061_mode_create;celt_mode_destroy=celt_0061_mode_destroy;celt_mode_info=celt_0061_mode_info;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down Expand Up @@ -119,13 +116,20 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>HAVE_CONFIG_H;celt_decode=celt_0061_decode;celt_decoder_create=celt_0061_decoder_create;celt_decoder_destroy=celt_0061_decoder_destroy;celt_mode_create=celt_0061_mode_create;celt_mode_destroy=celt_0061_mode_destroy;celt_mode_info=celt_0061_mode_info;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<TreatAngleIncludeAsExternal>true</TreatAngleIncludeAsExternal>
<ExternalWarningLevel>TurnOffAllWarnings</ExternalWarningLevel>
<DisableAnalyzeExternal>true</DisableAnalyzeExternal>
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<ConformanceMode>true</ConformanceMode>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<OmitFramePointers>true</OmitFramePointers>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down
11 changes: 5 additions & 6 deletions 3rdParty/libcelt0110/libcelt/libcelt0110.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v142</PlatformToolset>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down Expand Up @@ -83,8 +82,6 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>HAVE_CONFIG_H;CUSTOM_MODES=1;celt_decode=celt_0110_decode;celt_decoder_create_custom=celt_0110_decoder_create_custom;celt_decoder_destroy=celt_0110_decoder_destroy;celt_mode_create=celt_0110_mode_create;celt_mode_destroy=celt_0110_mode_destroy;celt_mode_info=celt_0110_mode_info;global_stack=global_stack_0110;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down Expand Up @@ -122,10 +119,12 @@
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>HAVE_CONFIG_H;CUSTOM_MODES=1;celt_decode=celt_0110_decode;celt_decoder_create_custom=celt_0110_decoder_create_custom;celt_decoder_destroy=celt_0110_decoder_destroy;celt_mode_create=celt_0110_mode_create;celt_mode_destroy=celt_0110_mode_destroy;celt_mode_info=celt_0110_mode_info;global_stack=global_stack_0110;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down
22 changes: 7 additions & 15 deletions 3rdParty/libg719/libg719.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,10 @@
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v141_xp</PlatformToolset>
<ConfigurationType>StaticLibrary</ConfigurationType>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
<PlatformToolset>v143</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
Expand Down Expand Up @@ -81,7 +80,6 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<TargetName>lib$(ProjectName)_decode</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
Expand All @@ -103,8 +101,6 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<Optimization>Disabled</Optimization>
<PreprocessorDefinitions>WIN32;USE_ALLOCA;_DEBUG;_WINDOWS;_USRDLL;LIBG719_DECODE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down Expand Up @@ -148,18 +144,17 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<PrecompiledHeader>
</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>_WIN32_WINNT=0x501;WIN32;USE_ALLOCA;NDEBUG;_WINDOWS;_USRDLL;LIBG719_DECODE_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<FloatingPointModel>Fast</FloatingPointModel>
<PreprocessorDefinitions>LIBG719_DECODE_EXPORTS;USE_ALLOCA;WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>reference_code/include</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
<AdditionalOptions>/d2notypeopt</AdditionalOptions>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
Expand Down Expand Up @@ -196,9 +191,6 @@
<ClCompile Include="reference_code\decoder\unpackc.c" />
<ClCompile Include="reference_code\decoder\window_ola.c" />
</ItemGroup>
<ItemGroup>
<None Include="g719.def" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="g719.h" />
<ClInclude Include="reference_code\include\cnst.h" />
Expand Down
12 changes: 6 additions & 6 deletions 3rdParty/libjansson/libjansson.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
Expand Down Expand Up @@ -151,14 +150,15 @@
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
<SDLCheck>true</SDLCheck>
<PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>HAVE_CONFIG_H;HAVE_STDINT_H;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode>true</ConformanceMode>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeaderFile>pch.h</PrecompiledHeaderFile>
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
<OmitFramePointers>true</OmitFramePointers>
<AdditionalIncludeDirectories>src</AdditionalIncludeDirectories>
</ClCompile>
<Link>
<SubSystem>
Expand Down
Binary file modified 3rdParty/vgmstream/ext_libs_x64/avcodec-59.exp
Binary file not shown.
Binary file modified 3rdParty/vgmstream/ext_libs_x64/avcodec-59.lib
Binary file not shown.
Binary file modified 3rdParty/vgmstream/ext_libs_x64/avformat-59.exp
Binary file not shown.
Binary file modified 3rdParty/vgmstream/ext_libs_x64/avformat-59.lib
Binary file not shown.
Binary file modified 3rdParty/vgmstream/ext_libs_x64/avutil-57.exp
Binary file not shown.
Binary file modified 3rdParty/vgmstream/ext_libs_x64/avutil-57.lib
Binary file not shown.
10 changes: 10 additions & 0 deletions 3rdParty/vgmstream/ext_libs_x64/ext_libs_x64.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -79,34 +79,44 @@
<Outputs>libmpg123-0.lib;libmpg123-0.exp;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">lib /def:libmpg123-0.def /machine:x64</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">libmpg123-0.lib;libmpg123-0.exp</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">lib /def:libmpg123-0.def /machine:x64</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">libmpg123-0.lib;libmpg123-0.exp</Outputs>
</CustomBuild>
<CustomBuild Include="avcodec-59.def">
<Message>Building library stub</Message>
<Command>lib /def:avcodec-vgmstream-58.def /machine:x86 /out:avcodec.lib</Command>
<Outputs>avcodec.lib;avcodec.exp;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">lib /def:avcodec-59.def /machine:x64 /out:avcodec-59.lib</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">avcodec-59.lib;avcodec-59.exp</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">lib /def:avcodec-59.def /machine:x64 /out:avcodec-59.lib</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">avcodec-59.lib;avcodec-59.exp</Outputs>
</CustomBuild>
<CustomBuild Include="avformat-59.def">
<Message>Building library stub</Message>
<Command>lib /def:avformat-vgmstream-58.def /machine:x86 /out:avformat.lib</Command>
<Outputs>avformat.lib;avformat.exp;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">lib /def:avformat-59.def /machine:x64 /out:avformat-59.lib</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">avformat-59.lib;avformat-59.exp</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">lib /def:avformat-59.def /machine:x64 /out:avformat-59.lib</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">avformat-59.lib;avformat-59.exp</Outputs>
</CustomBuild>
<CustomBuild Include="avutil-57.def">
<Message>Building library stub</Message>
<Command>lib /def:avutil-vgmstream-56.def /machine:x86 /out:avutil.lib</Command>
<Outputs>avutil.lib;avutil.exp;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">lib /def:avutil-57.def /machine:x64 /out:avutil-57.lib</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">avutil-57.lib;avutil-57.exp</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">lib /def:avutil-57.def /machine:x64 /out:avutil-57.lib</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">avutil-57.lib;avutil-57.exp</Outputs>
</CustomBuild>
<CustomBuild Include="swresample-4.def">
<Message>Building library stub</Message>
<Command>lib /def:swresample-vgmstream-3.def /machine:x86 /out:swresample.lib</Command>
<Outputs>swresample.lib;swresample.exp;%(Outputs)</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">lib /def:swresample-4.def /machine:x64</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">swresample-4.lib;swresample-4.exp</Outputs>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">lib /def:swresample-4.def /machine:x64</Command>
<Outputs Condition="'$(Configuration)|$(Platform)'=='Release|x64'">swresample-4.lib;swresample-4.exp</Outputs>
</CustomBuild>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
Binary file modified 3rdParty/vgmstream/ext_libs_x64/libmpg123-0.exp
Binary file not shown.
Binary file modified 3rdParty/vgmstream/ext_libs_x64/libmpg123-0.lib
Binary file not shown.
Binary file modified 3rdParty/vgmstream/ext_libs_x64/swresample-4.exp
Binary file not shown.
Binary file modified 3rdParty/vgmstream/ext_libs_x64/swresample-4.lib
Binary file not shown.
10 changes: 3 additions & 7 deletions 3rdParty/vgmstream/src/libvgmstream.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>../ext_includes;../ext_includes/ffmpeg;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>WIN32;VGMSTREAM_VERSION_AUTO;VGM_LOG_OUTPUT;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_G719;VGM_USE_ATRAC9;VGM_USE_CELT;VGM_USE_SPEEX;USE_ALLOCA;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PreprocessorDefinitions>VGMSTREAM_VERSION_AUTO;VGM_LOG_OUTPUT;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_G719;VGM_USE_ATRAC9;VGM_USE_CELT;VGM_USE_SPEEX;USE_ALLOCA;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
Expand Down Expand Up @@ -130,14 +130,10 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<ClCompile>
<AdditionalIncludeDirectories>../ext_includes;../ext_includes/ffmpeg;$(DependenciesDir)/qaac/mp4v2/include;$(DependenciesDir)/fdk-aac/libSYS/include;$(DependenciesDir)/fdk-aac/libAACdec/include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_WIN32_WINNT=0x501;WIN32;VGMSTREAM_VERSION_AUTO;VGM_LOG_OUTPUT;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_G719;VGM_USE_ATRAC9;VGM_USE_CELT;VGM_USE_SPEEX;USE_ALLOCA;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<PreprocessorDefinitions>VGMSTREAM_VERSION_AUTO;VGM_LOG_OUTPUT;VGM_USE_VORBIS;VGM_USE_MPEG;VGM_USE_FFMPEG;VGM_USE_G7221;VGM_USE_G719;VGM_USE_ATRAC9;VGM_USE_CELT;VGM_USE_SPEEX;USE_ALLOCA;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<PrecompiledHeader>
</PrecompiledHeader>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
<FloatingPointModel>Fast</FloatingPointModel>
<WarningLevel>TurnOffAllWarnings</WarningLevel>
</ClCompile>
</ItemDefinitionGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion 3rdParty/vgmstream/version_auto.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define VGMSTREAM_VERSION "f8812a3" /* autogenerated */
#define VGMSTREAM_VERSION "0168047" /* autogenerated */
6 changes: 3 additions & 3 deletions Resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/** Component specific **/

#define STR_COMPONENT_NAME "VGMStream"
#define STR_COMPONENT_VERSION TOSTRING(NUM_FILE_MAJOR) "." TOSTRING(NUM_FILE_MINOR) "." TOSTRING(NUM_FILE_PATCH)
#define STR_COMPONENT_VERSION TOSTRING(NUM_PRODUCT_MAJOR) "." TOSTRING(NUM_PRODUCT_MINOR) "." TOSTRING(NUM_PRODUCT_PATCH) "." TOSTRING(NUM_PRODUCT_PRERELEASE)
#define STR_COMPONENT_FILENAME "foo_input_vgmstream.dll"

#define STR_COMPANY_NAME TEXT("")
Expand All @@ -17,7 +17,7 @@
#define NUM_FILE_MAJOR 0
#define NUM_FILE_MINOR 1
#define NUM_FILE_PATCH 0
#define NUM_FILE_PRERELEASE 0
#define NUM_FILE_PRERELEASE 1

#define STR_FILE_NAME TEXT(STR_COMPONENT_FILENAME)
#define STR_FILE_VERSION TOSTRING(NUM_FILE_MAJOR) TEXT(".") TOSTRING(NUM_FILE_MINOR) TEXT(".") TOSTRING(NUM_FILE_PATCH) TEXT(".") TOSTRING(NUM_FILE_PRERELEASE)
Expand All @@ -26,7 +26,7 @@
#define NUM_PRODUCT_MAJOR 0
#define NUM_PRODUCT_MINOR 1
#define NUM_PRODUCT_PATCH 0
#define NUM_PRODUCT_PRERELEASE 0
#define NUM_PRODUCT_PRERELEASE 1

#define STR_PRODUCT_NAME STR_COMPANY_NAME TEXT(" ") STR_INTERNAL_NAME
#define STR_PRODUCT_VERSION TOSTRING(NUM_PRODUCT_MAJOR) TEXT(".") TOSTRING(NUM_PRODUCT_MINOR) TEXT(".") TOSTRING(NUM_PRODUCT_PATCH) TEXT(".") TOSTRING(NUM_PRODUCT_PRERELEASE)
Expand Down
Loading

0 comments on commit a516390

Please sign in to comment.