diff --git a/code/libspeex/include/speex/config.h b/code/libspeex/include/speex/config.h new file mode 100644 index 00000000..abd35f09 --- /dev/null +++ b/code/libspeex/include/speex/config.h @@ -0,0 +1,20 @@ +// Microsoft version of 'inline' +#define inline __inline + +// Visual Studio support alloca(), but it always align variables to 16-bit +// boundary, while SSE need 128-bit alignment. So we disable alloca() when +// SSE is enabled. +#ifndef _USE_SSE +# define USE_ALLOCA +#endif + +/* Default to floating point */ +#ifndef FIXED_POINT +# define FLOATING_POINT +# define USE_SMALLFT +#else +# define USE_KISS_FFT +#endif + +/* We don't support visibility on Win32 */ +#define EXPORT diff --git a/misc/msvc/quake3.vcproj b/misc/msvc/quake3.vcproj index 56583e0e..40b5dc15 100644 --- a/misc/msvc/quake3.vcproj +++ b/misc/msvc/quake3.vcproj @@ -214,7 +214,7 @@ OutputDirectory="..\..\build\quake3_release" IntermediateDirectory="..\..\build\quake3_release" ConfigurationType="1" - UseOfMFC="0" + UseOfMFC="1" ATLMinimizesCRunTimeLibraryUsage="false" > - - - - @@ -2590,47 +2583,47 @@ Name="Header Files" > @@ -2979,6 +2972,174 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +