Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGian-Carlo Pascutto <gcp@sjeng.org>2012-07-20 11:31:31 +0400
committerGregory Maxwell <greg@xiph.org>2012-07-20 16:49:01 +0400
commit0ec93137dc4653e93fb2a0c3ccbea4b756684f70 (patch)
tree9c865ea7584bfd78ab044481b943cfb482c79b12 /silk/float
parentb768c9b0fd425a7651cf4c81cc7eb3f505701bb3 (diff)
Small cleanups to MSVC build setup.
Add more MSVC files to .gitignore. Make all configurations use default floating point model.
Diffstat (limited to 'silk/float')
-rw-r--r--silk/float/silk_float.vcxproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/silk/float/silk_float.vcxproj b/silk/float/silk_float.vcxproj
index e25aad5d..51a497e6 100644
--- 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>