ref: 0ec93137dc4653e93fb2a0c3ccbea4b756684f70
parent: b768c9b0fd425a7651cf4c81cc7eb3f505701bb3
author: Gian-Carlo Pascutto <[email protected]>
date: Fri Jul 20 05:31:31 EDT 2012
Small cleanups to MSVC build setup. Add more MSVC files to .gitignore. Make all configurations use default floating point model.
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,7 @@
celt.pc
celt.spec
celt/dump_modes/dump_modes
+*.vcxproj.user
+opus.sdf
+opus.suo
+version.h
\ No newline at end of file
--- a/celt/celt.vcxproj
+++ b/celt/celt.vcxproj
@@ -166,7 +166,6 @@
<IntrinsicFunctions>true</IntrinsicFunctions>
<PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>../win32;../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
- <FloatingPointModel>Fast</FloatingPointModel>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
</ClCompile>
<Link>
--- a/silk/float/silk_float.vcxproj
+++ b/silk/float/silk_float.vcxproj
@@ -173,7 +173,6 @@
<PreprocessorDefinitions>HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<AdditionalIncludeDirectories>../;../fixed;../../win32;../../celt;../../include</AdditionalIncludeDirectories>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
- <FloatingPointModel>Fast</FloatingPointModel>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
--- a/src/opus.vcxproj
+++ b/src/opus.vcxproj
@@ -167,7 +167,6 @@
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
- <FloatingPointModel>Fast</FloatingPointModel>
</ClCompile>
<Link>
<GenerateDebugInformation>false</GenerateDebugInformation>