* Fix for compile error on MSVC.

* Remove alut from makefiles and cmake.
This commit is contained in:
Brecht Van Lommel
2009-05-15 18:21:27 +00:00
parent 009dea9577
commit 58db6df069
3 changed files with 1 additions and 23 deletions

View File

@@ -99,20 +99,6 @@ IF(UNIX)
ENDIF(OPENAL_FOUND)
ENDIF(WITH_OPENAL)
FIND_LIBRARY(ALUT_LIBRARY
NAMES alut
PATHS
/usr/local/lib
/usr/lib
/sw/lib
/opt/local/lib
/opt/csw/lib
/opt/lib
)
IF(ALUT_LIBRARY)
SET(OPENAL_LIB ${OPENAL_LIB} ${ALUT_LIBRARY})
ENDIF(ALUT_LIBRARY)
FIND_LIBRARY(INTL_LIBRARY
NAMES intl
PATHS