fix for win32 build

This commit is contained in:
Pedro Lopez-Cabanillas 2009-05-01 19:06:49 +00:00
parent 4709880402
commit 70aff30d4b
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
2009-05-01 Pedro Lopez-Cabanillas <plcl@users.sourceforge.net>
* configure.ac: fix for win32 build.
2009-05-01 Pedro Lopez-Cabanillas <plcl@users.sourceforge.net>
* doc/Doxyfile: added fluid_filerenderer.c to Doxygen documentation.
* doc/fluidsynth-v11-devdoc.txt: license changed to CC-BY-SA 3.0

View file

@ -71,7 +71,7 @@ mingw*)
mingw32_support="yes"
CFLAGS="$CFLAGS -mms-bitfields"
AC_DEFINE(MINGW32, 1, [Define if using the MinGW32 environment])
LIBFLUID_LIBS="-ldsound -lwinmm"
LIBFLUID_LIBS="-ldsound -lwinmm -lws2_32"
LIBFLUID_CPPFLAGS="-DFLUIDSYNTH_DLL_EXPORTS"
LIBFLUID_LDFLAGS="-no-undefined"
FLUID_CPPFLAGS="-DFLUIDSYNTH_NOT_A_DLL"