From d2fa2edfd8697dfd15ebf75a7c3ac9dfbc3376ee Mon Sep 17 00:00:00 2001 From: Gian-Carlo Pascutto Date: Thu, 12 Jul 2012 20:23:56 +0200 Subject: [PATCH] Make compiler settings consistent. Actually produce the libary, remove the opus_demo for now. --- celt/celt.vcxproj | 2 +- silk/fixed/silk_fixed.vcxproj | 2 +- silk/float/silk_float.vcxproj | 2 +- silk/silk_common.vcxproj | 2 +- src/opus.vcxproj | 7 ++++--- src/opus.vcxproj.filters | 3 --- win32/config.h | 2 ++ 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/celt/celt.vcxproj b/celt/celt.vcxproj index 8c35e4b1..e5b293de 100644 --- a/celt/celt.vcxproj +++ b/celt/celt.vcxproj @@ -117,11 +117,11 @@ Level3 - MaxSpeed true true HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) ../win32;../include;%(AdditionalIncludeDirectories) + MultiThreaded Windows diff --git a/silk/fixed/silk_fixed.vcxproj b/silk/fixed/silk_fixed.vcxproj index 2fda6927..0a8e275d 100644 --- a/silk/fixed/silk_fixed.vcxproj +++ b/silk/fixed/silk_fixed.vcxproj @@ -122,11 +122,11 @@ Level3 - MaxSpeed true true HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) ../;../../win32;../../celt;../../include + MultiThreaded Windows diff --git a/silk/float/silk_float.vcxproj b/silk/float/silk_float.vcxproj index 0f7d3983..232e755e 100644 --- a/silk/float/silk_float.vcxproj +++ b/silk/float/silk_float.vcxproj @@ -122,11 +122,11 @@ Level3 - MaxSpeed true true HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) ../;../fixed;../../win32;../../celt;../../include + MultiThreaded Windows diff --git a/silk/silk_common.vcxproj b/silk/silk_common.vcxproj index 715eb94c..78a367c0 100644 --- a/silk/silk_common.vcxproj +++ b/silk/silk_common.vcxproj @@ -122,11 +122,11 @@ Level3 - MaxSpeed true true HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) fixed;float;../win32;../celt;../include + MultiThreaded Windows diff --git a/src/opus.vcxproj b/src/opus.vcxproj index 85d6e377..45f4a576 100644 --- a/src/opus.vcxproj +++ b/src/opus.vcxproj @@ -33,8 +33,9 @@ true - Application false + StaticLibrary + true Application @@ -115,9 +116,10 @@ HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) ../silk;../celt;../win32;../include;%(AdditionalIncludeDirectories) - MultiThreadedDLL + MultiThreaded Level3 ProgramDatabase + true MachineX86 @@ -151,7 +153,6 @@ - diff --git a/src/opus.vcxproj.filters b/src/opus.vcxproj.filters index 0f59dbe3..d0bec0ee 100644 --- a/src/opus.vcxproj.filters +++ b/src/opus.vcxproj.filters @@ -27,9 +27,6 @@ Source Files - - Source Files - Source Files diff --git a/win32/config.h b/win32/config.h index 38cb441e..9fc49f16 100644 --- a/win32/config.h +++ b/win32/config.h @@ -18,4 +18,6 @@ #pragma warning(disable : 4996)/* This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. */ #endif +#define OPUS_VERSION "0.9.11 win32" + #endif CONFIG_H