mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-08-14 14:25:19 +00:00
REFACTOR : glinput.c -> glutinput.c
This commit is contained in:
@@ -37,7 +37,7 @@ INTERFACE_CLASSIC_SRC = \
|
|||||||
VIDEO_SRC = \
|
VIDEO_SRC = \
|
||||||
src/video/xvideo.c \
|
src/video/xvideo.c \
|
||||||
src/video/glvideo.c \
|
src/video/glvideo.c \
|
||||||
src/video/glinput.c \
|
src/video/glutinput.c \
|
||||||
src/video_util/matrixUtil.c \
|
src/video_util/matrixUtil.c \
|
||||||
src/video_util/modelUtil.c \
|
src/video_util/modelUtil.c \
|
||||||
src/video_util/sourceUtil.c \
|
src/video_util/sourceUtil.c \
|
||||||
|
@@ -170,7 +170,7 @@ AC_ARG_ENABLE([opengl], AS_HELP_STRING([--disable-opengl], [Disable OpenGL video
|
|||||||
opengl_supported='yes'
|
opengl_supported='yes'
|
||||||
AC_DEFINE(VIDEO_OPENGL, 1, [Use OpenGL])
|
AC_DEFINE(VIDEO_OPENGL, 1, [Use OpenGL])
|
||||||
AC_DEFINE(USE_GLUT, 1, [Use GLUT library])
|
AC_DEFINE(USE_GLUT, 1, [Use GLUT library])
|
||||||
VIDEO_O="src/video/glvideo.o src/video/glinput.o src/video_util/matrixUtil.o src/video_util/modelUtil.o src/video_util/sourceUtil.o src/video_util/vectorUtil.o"
|
VIDEO_O="src/video/glvideo.o src/video/glutinput.o src/video_util/matrixUtil.o src/video_util/modelUtil.o src/video_util/sourceUtil.o src/video_util/vectorUtil.o"
|
||||||
AC_MSG_RESULT([Building emulator with OpenGL support, w00t!])
|
AC_MSG_RESULT([Building emulator with OpenGL support, w00t!])
|
||||||
], [
|
], [
|
||||||
AC_MSG_WARN([Did not find OpenGL GLEW library...])
|
AC_MSG_WARN([Did not find OpenGL GLEW library...])
|
||||||
|
Reference in New Issue
Block a user