added workaround for OpenGL bug in Mac OS X 10.5.0 (Leopard)
added concave raycast demo Thanks to John Rowe (JMC)
This commit is contained in:
@@ -69,7 +69,7 @@ CS_CHECK_HOST
|
||||
#----------------------------------------------------------------------------
|
||||
AS_IF([test $cs_host_family = windows],
|
||||
[# Tack the GLUT that comes with bullet onto compiler & linker flags.
|
||||
_AC_SRCPATHS(["."])
|
||||
_AC_SRCDIRS(["."])
|
||||
glut_cflags="-I$ac_top_srcdir/Glut"
|
||||
glut_lflags="-L$ac_top_srcdir/Glut"
|
||||
CFLAGS="$CFLAGS $glut_cflags"
|
||||
|
||||
Reference in New Issue
Block a user