We need to link against winmm under Cygwin when --without-x is used to get
timeBeginPeriod, timeEndPeriod, joyGetPosEx and joyGetDevCaps. git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@757 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
d0554a0a52
commit
76f7bd7c9b
@ -22,7 +22,7 @@ AC_SUBST([LIBTOOL_DEPS])
|
|||||||
AC_PATH_XTRA
|
AC_PATH_XTRA
|
||||||
|
|
||||||
if test x"$no_x" = xyes; then
|
if test x"$no_x" = xyes; then
|
||||||
GL_LIBS="-lopengl32 -lglu32 -lgdi32"
|
GL_LIBS="-lopengl32 -lglu32 -lgdi32 -lwinmm"
|
||||||
LIBXXF86VM=
|
LIBXXF86VM=
|
||||||
LIBXI=
|
LIBXI=
|
||||||
VERSION_INFO=
|
VERSION_INFO=
|
||||||
|
Reference in New Issue
Block a user