mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-17 01:21:12 +00:00
Bennene gl_draw.c in r_draw.c um
This commit is contained in:
parent
1d0bbf537c
commit
3989b43035
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -322,7 +322,7 @@ DEDICATED_SERVER_POSIX_OBJS = \
|
|||
|
||||
# OpenGL refresher objects
|
||||
OPENGL_OBJS = \
|
||||
build/ref_gl/gl_draw.o \
|
||||
build/ref_gl/r_draw.o \
|
||||
build/ref_gl/gl_image.o \
|
||||
build/ref_gl/gl_light.o \
|
||||
build/ref_gl/gl_mesh.o \
|
||||
|
@ -773,7 +773,7 @@ build/dedicated_server_unix/system.o : src/unix/system.c
|
|||
# ----------
|
||||
|
||||
# OpenGL refresher build
|
||||
build/ref_gl/gl_draw.o: src/refresh/gl_draw.c
|
||||
build/ref_gl/r_draw.o: src/refresh/r_draw.c
|
||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||
|
||||
build/ref_gl/gl_image.o: src/refresh/gl_image.c
|
||||
|
|
Loading…
Reference in a new issue