mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-17 01:21:12 +00:00
Benennen gl_rsurf.c in r_surf.c um
This commit is contained in:
parent
c79abc2c98
commit
4d647257fa
2 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -330,7 +330,7 @@ OPENGL_OBJS = \
|
|||
build/ref_gl/r_model.o \
|
||||
build/ref_gl/r_main.o \
|
||||
build/ref_gl/r_misc.o \
|
||||
build/ref_gl/gl_rsurf.o \
|
||||
build/ref_gl/r_surf.o \
|
||||
build/ref_gl/gl_scrap.o \
|
||||
build/ref_gl/gl_warp.o \
|
||||
build/ref_gl/files/md2.o \
|
||||
|
@ -798,7 +798,7 @@ build/ref_gl/r_main.o: src/refresh/r_main.c
|
|||
build/ref_gl/r_misc.o: src/refresh/r_misc.c
|
||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||
|
||||
build/ref_gl/gl_rsurf.o: src/refresh/gl_rsurf.c
|
||||
build/ref_gl/r_surf.o: src/refresh/r_surf.c
|
||||
$(CC) $(CFLAGS_OPENGL) -o $@ -c $<
|
||||
|
||||
build/ref_gl/gl_scrap.o: src/refresh/gl_scrap.c
|
||||
|
|
Loading…
Reference in a new issue