mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-17 01:21:12 +00:00
Bennene abi.c in input.c um
This commit is contained in:
parent
814f1cc201
commit
7330801e9e
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -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
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
*
|
||||
* =======================================================================
|
||||
*
|
||||
* Plattform dependend input ABI stuff
|
||||
* Plattform dependend input ABI stuff which is needed by the refresher
|
||||
*
|
||||
* =======================================================================
|
||||
*/
|
Loading…
Reference in a new issue