mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Benenne gl_image.c zu r_image.c um
This commit is contained in:
parent
cb49061a4c
commit
d59ab83f0d
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -323,7 +323,7 @@ DEDICATED_SERVER_POSIX_OBJS = \
|
||||||
# OpenGL refresher objects
|
# OpenGL refresher objects
|
||||||
OPENGL_OBJS = \
|
OPENGL_OBJS = \
|
||||||
build/ref_gl/r_draw.o \
|
build/ref_gl/r_draw.o \
|
||||||
build/ref_gl/gl_image.o \
|
build/ref_gl/r_image.o \
|
||||||
build/ref_gl/gl_light.o \
|
build/ref_gl/gl_light.o \
|
||||||
build/ref_gl/gl_mesh.o \
|
build/ref_gl/gl_mesh.o \
|
||||||
build/ref_gl/gl_model.o \
|
build/ref_gl/gl_model.o \
|
||||||
|
@ -776,7 +776,7 @@ build/dedicated_server_unix/system.o : src/unix/system.c
|
||||||
build/ref_gl/r_draw.o: src/refresh/r_draw.c
|
build/ref_gl/r_draw.o: src/refresh/r_draw.c
|
||||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||||
|
|
||||||
build/ref_gl/gl_image.o: src/refresh/gl_image.c
|
build/ref_gl/r_image.o: src/refresh/r_image.c
|
||||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||||
|
|
||||||
build/ref_gl/gl_light.o: src/refresh/gl_light.c
|
build/ref_gl/gl_light.o: src/refresh/gl_light.c
|
||||||
|
|
Loading…
Reference in a new issue