Change-Id: I509ac53971101779915fe5115b22d1959ba411b8
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
if test "$linux" = "yes" ; then
LIBS="-lGLU -ldl $LIBS"
elif test "$mingw32" = "yes" ; then
- LIBS="-lopengl32 -lglu32 $LIBS"
+ LIBS="-lopengl32 -lgdi32 -lglu32 $LIBS"
elif test "$darwin" = "yes" ; then
LIBS="-framework OpenGL -framework AGL -framework GLUT $LIBS"
else
--extra-cflags=-Wno-error=format \
--extra-cflags=-Wno-error=format-extra-args \
--extra-cflags=-Wno-error=redundant-decls \
+ --extra-cflags=-Wno-error=deprecated-declarations \
--extra-ldflags=-Wl,--large-address-aware \
--cc=gcc \
--audio-drv-list=winwave \