Add default openal libs for cygwin.

This commit is contained in:
curt
2004-04-28 19:19:05 +00:00
parent 675b388b8e
commit e34aae9982

View File

@@ -272,6 +272,12 @@ LIBS="$base_LIBS"
dnl check for OpenAL libraries
case "${host}" in
*-*-cygwin* | *-*-mingw32*)
dnl CygWin under Windoze.
LIBS="$LIBS -lopenal32 -lwinmm -ldsound -ldxguid -lole32"
;;
*-apple-darwin*)
dnl Mac OS X