Bennene abi.c in input.c um

This commit is contained in:
Yamagi Burmeister 2010-10-18 13:37:52 +00:00
parent 814f1cc201
commit 7330801e9e
2 changed files with 3 additions and 3 deletions

View file

@ -341,7 +341,7 @@ OPENGL_GAME_OBJS = \
# OpenGL refresher POSIX platform object
OPENGL_POSIX_OBJS = \
build/ref_gl_posix/abi.o \
build/ref_gl_posix/input.o \
build/ref_gl_posix/glob.o \
build/ref_gl_posix/hunk.o \
build/ref_gl_posix/qgl.o \
@ -794,7 +794,7 @@ build/ref_gl_game/q_shared.o: src/game/baseq2/q_shared.c
# ----------
# OpenGL refresher POSIX build
build/ref_gl_posix/abi.o: src/posix/refresh/abi.c
build/ref_gl_posix/input.o: src/posix/refresh/input.c
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
build/ref_gl_posix/glob.o: src/posix/glob.c

View file

@ -17,7 +17,7 @@
*
* =======================================================================
*
* Plattform dependend input ABI stuff
* Plattform dependend input ABI stuff which is needed by the refresher
*
* =======================================================================
*/