mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Benennen gl_model.c zu r_model.c um
This commit is contained in:
parent
f7d69a8a86
commit
05cef57735
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -326,7 +326,7 @@ OPENGL_OBJS = \
|
|||
build/ref_gl/r_image.o \
|
||||
build/ref_gl/r_light.o \
|
||||
build/ref_gl/r_mesh.o \
|
||||
build/ref_gl/gl_model.o \
|
||||
build/ref_gl/r_model.o \
|
||||
build/ref_gl/gl_rmain.o \
|
||||
build/ref_gl/gl_rmisc.o \
|
||||
build/ref_gl/gl_rsurf.o \
|
||||
|
@ -785,7 +785,7 @@ build/ref_gl/r_light.o: src/refresh/r_light.c
|
|||
build/ref_gl/r_mesh.o: src/refresh/r_mesh.c
|
||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||
|
||||
build/ref_gl/gl_model.o: src/refresh/gl_model.c
|
||||
build/ref_gl/r_model.o: src/refresh/r_model.c
|
||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||
|
||||
build/ref_gl/gl_rmain.o: src/refresh/gl_rmain.c
|
||||
|
|
Loading…
Reference in a new issue