mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-07 08:14:11 +00:00
fix for win32 build
This commit is contained in:
parent
4709880402
commit
70aff30d4b
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue