[Speex-dev] [PATCH] Add Visual Studio 2008 Prject files

Mikael Magnusson mikma264 at gmail.com
Thu Nov 29 14:53:06 PST 2007


Jean-Marc Valin wrote:
...
> I think the amount of Windows crap is getting a bit ridiculous. Does
> anyone know of a solution to keep things manageable? I mean, the same
> autotools files manage the build for Linux PCs, Blackfins and MacOS (and
> others). Yet, we need one set of files for each MS compiler version
> (good thing they don't practice "release early, release often"). There
> has to be some simpler solution. Anyone?
> 
> 	Jean-Marc

The autotools files can also be used to build Win32 libraries using 
mingw32 (preferably cross-compiling on GNU/Linux). It's currently 
possible to build static libs. To be able to build DLLs you need to add 
AC_LIBTOOL_WIN32_DLL to configure.ac.

--- speex-1.2beta2/configure.ac 2007-05-17 16:14:35.000000000 +0200
+++ speex-1.2beta2.my/configure.ac      2007-11-29 23:33:37.000000000 +0100
@@ -30,6 +30,7 @@
  AM_MAINTAINER_MODE

  AC_CANONICAL_HOST
+AC_LIBTOOL_WIN32_DLL
  AM_PROG_LIBTOOL

  AC_C_BIGENDIAN

Mikael


More information about the Speex-dev mailing list