mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Benennen gl_rmain.c in r_main.c um
This commit is contained in:
parent
0677833560
commit
de91dbe5b0
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -327,7 +327,7 @@ OPENGL_OBJS = \
|
|||
build/ref_gl/r_light.o \
|
||||
build/ref_gl/r_mesh.o \
|
||||
build/ref_gl/r_model.o \
|
||||
build/ref_gl/gl_rmain.o \
|
||||
build/ref_gl/r_main.o \
|
||||
build/ref_gl/gl_rmisc.o \
|
||||
build/ref_gl/gl_rsurf.o \
|
||||
build/ref_gl/gl_scrap.o \
|
||||
|
@ -788,7 +788,7 @@ build/ref_gl/r_mesh.o: src/refresh/r_mesh.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
|
||||
build/ref_gl/r_main.o: src/refresh/r_main.c
|
||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||
|
||||
build/ref_gl/gl_rmisc.o: src/refresh/gl_rmisc.c
|
||||
|
|
Loading…
Reference in a new issue