1
0
Fork 0

Another Cygwin fix.

This commit is contained in:
ehofman 2005-02-18 14:17:03 +00:00
parent d871ca845f
commit 1a93ac450a

View file

@ -226,6 +226,7 @@ case "${host}" in
fi fi
LIBS="$LIBS -lglu32 -lopengl32 -luser32 -lgdi32" LIBS="$LIBS -lglu32 -lopengl32 -luser32 -lgdi32"
joystick_LIBS="$joystick_LIBS -lwinmm"
dnl add -lwsock32 for mingwin dnl add -lwsock32 for mingwin
case "${host}" in case "${host}" in
@ -294,7 +295,7 @@ case "${host}" in
AC_SEARCH_LIBS(alGenBuffers, openal32) AC_SEARCH_LIBS(alGenBuffers, openal32)
AC_SEARCH_LIBS(alutInit, [ openal32 ALut ] ) AC_SEARCH_LIBS(alutInit, [ openal32 ALut ] )
LIBS="$LIBS -lwinmm -ldsound -ldxguid -lole32" LIBS="$LIBS -ldsound -ldxguid -lole32"
openal_LIBS="$LIBS" openal_LIBS="$LIBS"
;; ;;