|
@@ -47,7 +47,7 @@
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
- <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
|
+ <WholeProgramOptimization>false</WholeProgramOptimization>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
<PlatformToolset>v141</PlatformToolset>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
@@ -79,8 +79,8 @@
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\../../Link/Debug/libogg\</IntDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">.\../../Link/Debug/libogg\</IntDir>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\../../Link/Release\</OutDir>
|
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\../../Link/Release\</OutDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\../../Link/Release/libogg\</IntDir>
|
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">.\../../Link/Release/libogg\</IntDir>
|
|
- <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
- <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
|
|
|
|
|
|
+ <OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\../../Link/Release\</OutDir>
|
|
|
|
+ <IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">.\../../Link/Release/libogg\</IntDir>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<TargetName>$(ProjectName)_DEBUG</TargetName>
|
|
<TargetName>$(ProjectName)_DEBUG</TargetName>
|
|
@@ -162,7 +162,7 @@
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
- <AdditionalIncludeDirectories>..\..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
|
|
|
|
+ <AdditionalIncludeDirectories>..\..\Lib\libogg\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBOGG_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<StringPooling>true</StringPooling>
|
|
<StringPooling>true</StringPooling>
|
|
<ExceptionHandling>
|
|
<ExceptionHandling>
|
|
@@ -171,12 +171,16 @@
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<PrecompiledHeader>
|
|
<PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
- <WarningLevel>Level4</WarningLevel>
|
|
|
|
|
|
+ <WarningLevel>Level3</WarningLevel>
|
|
<DebugInformationFormat>
|
|
<DebugInformationFormat>
|
|
</DebugInformationFormat>
|
|
</DebugInformationFormat>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
<DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
<DisableSpecificWarnings>4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
|
<CallingConvention>Cdecl</CallingConvention>
|
|
<CallingConvention>Cdecl</CallingConvention>
|
|
|
|
+ <AssemblerListingLocation>.\../../Link/Release/libogg/</AssemblerListingLocation>
|
|
|
|
+ <ObjectFileName>.\../../Link/Release/libogg/</ObjectFileName>
|
|
|
|
+ <ProgramDataBaseFileName>.\../../Link/Release/libogg/</ProgramDataBaseFileName>
|
|
|
|
+ <OmitFramePointers>false</OmitFramePointers>
|
|
</ClCompile>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|